/* new styles */
.RadRotator_CustomSkin .rrClipRegion
{
	border: solid 0px #a7bac5;
}

/*================== The list ========================*/

.RadRotator_CustomSkin .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_CustomSkin .rrButton
{
	background-image: url('Rotator/RotatorButtons.gif');
	background-repeat: no-repeat;
	/*Button size is defined here, we use margins to position them too */
	height: 47px;
	width: 47px;
	line-height: 47px;
	/* Very important for the layout!*/	
}

.RadRotator_CustomSkin .rrButton.rrButtonUp
{
	height: 13px;
	background-position: 0 0;
	top: -13px;
	left: 50%;
	margin-left: -25px;
}

.RadRotator_CustomSkin .rrButton.rrButtonUp:hover
{
	background-position: -51px 0;
}

.RadRotator_CustomSkin .rrButton.rrButtonRight
{
	width: 13px;
	background-position: 0px -11px;
	margin-top: -24px;
	right: -14px;
	top: 50%;   
}

.RadRotator_CustomSkin .rrButton.rrButtonRight:hover
{
	background-position: -51px -11px;
}

.RadRotator_CustomSkin .rrButton.rrButtonDown
{
	height: 13px;
	background-position: 0 -63px;
	top:100%;
	left: 50%;
	margin-left: -25px;
}

.RadRotator_CustomSkin .rrButton.rrButtonDown:hover
{
	background-position: -51px -63px;
}

.RadRotator_CustomSkin .rrButton.rrButtonLeft
{
	width: 13px;
	background-position: 0 -76px;
	margin-top: -24px;
	left: -14px;
	top: 50%;
}

.RadRotator_CustomSkin .rrButton.rrButtonLeft:hover
{
	background-position: -51px -76px;
}

.RadRotator_CustomSkin .rrButton.rrButtonDisabled
{
	filter: alpha(opacity=20);
	opacity: .2;
	-moz-opacity: .2;
}