/* new styles */
.RadRotator_Custom .rrClipRegion
{
}

/*================== The list ========================*/

.RadRotator_Custom .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_Custom .rrButton
{
	height: 94px;
	width: 52px;
}
.RadRotator_Custom .rrButton.rrButtonRight
{
	margin: 0px -36px 0px 0px;
	background-image: url(/01/images/btn_rotator_right.png);
	background-position: top left;
	background-repeat: no-repeat;
	top: 0;   
}
    .RadRotator_Custom .rrButton.rrButtonRight:hover
    {
    }
.RadRotator_Custom .rrButton.rrButtonRightHover
{
	margin: 0px -36px 0px 0px;
	background-image: url(/01/images/btn_rotator_right1.png);
	background-position: top left;
	background-repeat: no-repeat;
	top: 0;   
}
    .RadRotator_Custom .rrButton.rrButtonRightHover:hover
    {
    }
.RadRotator_Custom .rrButton.rrButtonLeft
{
	margin: 0px 0px 0px -37px;
	background-image: url(/01/images/btn_rotator_left.png);
	background-position: top left;
	background-repeat: no-repeat;
	top: 0;
}
    .RadRotator_Custom .rrButton.rrButtonLeft:hover
    {
    }
