/* new styles */
.RadRotator_ca .rrClipRegion
{
	/*border: solid 1px #f0f0f0;*/
}

/*================== The list ========================*/

.RadRotator_ca .rrClipRegion  .rrItemsList 
{
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;          
}

/* For vertical carousel, not set, width defaults to auto */
/* Note if you explicitly set width to auto, this might cause */
/* problems with Safari */

.RadRotator_ca .rrButton
{
	background-image: url('Rotator/RotatorButtons2.gif');
	background-repeat: no-repeat;
	/*Button size is defined here, we use margins to position them too */
	height: 148px;
	width: 14px;
	/* Very important for the layout!*/	
}
.RadRotator_ca li.rrItem div { display:block; padding:0px 2px }

/*

*/

.RadRotator_ca .rrButton.rrButtonLeft
{
	background-position: 0 0px;
	margin-top:0px;
	top: 0
}

.RadRotator_ca .rrButton.rrButtonLeft:hover
{
	background-position: -16px 0px;
}

.RadRotator_ca .rrButton.rrButtonDisabled
{
	filter: alpha(opacity=20);
	opacity: .2;
	-moz-opacity: .2;
}

.RadRotator_ca .rrButton.rrButtonRight
{
	background-position: -32px 0;
	margin-top:0px;
	top: 0
	/*margin-top: -10px;
	right: -20px; 
	top: 50%; */  
}

.RadRotator_ca .rrButton.rrButtonRight:hover
{
	background-position: -48px 0px;
}


