
/*================== The list ========================*/

.radr_clipRegion  .radr_itemsList 
{
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;          
}

.radr_clipRegion  .radr_itemsList li 
{ 
	float: left;
}

/* For vertical carousel, not set, width defaults to auto */
/* Note if you explicitly set width to auto, this might cause */
/* problems with Safari */

.RadRotator ul.radr_verticalList 
{
	padding: 0;
	margin: 0;
	list-style: none;
}

.RadRotator .radr_verticalList li
{ 
	float: none;
	margin-bottom: 0px;
	/* Force the LI to respect the HEIGHT specified */
	overflow: hidden;
	display: block;
}

.radr_button
{
	font-size: 1px;
	text-indent: -9999px;
	display: block;
	position: absolute;
	/*Button size is defined here, we use margins to position them too */
	height: 15px;
	width: 15px;
	line-height: 15px;
	/* Very important for the layout!*/	
	display: none; 
	outline: none;
}



.radr_noBorder .radr_clipRegion
{
	border-width: 0px !important;
}

/* Needed because IE cannot position vertical LI items properly. In addition to this css, the UL's width needs to be EXPLICITLY set from code if IE or Safari */
html* .radr_verticalList li
{
	float: left !important;
}	
