/* <%=WebResource("Telerik.Web.UI.Skins.CMSRotator.Rotator.RotatorButtons.gif")%> */
.RadRotator_CMSRotator { clear:both; padding-top:10px; padding-bottom:5px; margin-left:5px;}
.RadRotator_CMSRotator .rrClipRegion
{

}
.RadRotator{ height:auto!important; }
.RadRotator_CMSRotator .rrRelativeWrapper{ height:auto!important; margin-top:6px;}
.RadRotator_CMSRotator .rrClipRegion{ height:140px!important; }

.RadRotator_Telerik { min-height: 80px!important; }
.RadRotator_Telerik .rrRelativeWrapper .rrClipRegion { min-height: 80px!important; }

/*================== The list ========================*/

.RadRotator_CMSRotator .rrClipRegion  .rrItemsList 
{
	float: left;
	padding: 0;
	margin: 0;
	top: 0px;
	list-style: none;
	width:100%!important;
	
	
}

.RadRotator_CMSRotator .rrRelativeWrapper .rrClipRegion .rrItemsList .rrItem 
{
    color:#969696!important;
    font-size:11px;
    display:inline-block; 
    *float:left; 
    margin:3px;
    border-bottom:1px solid #ccc;
    height:auto!important;
    padding-bottom:10px;
 }

.RadRotator_CMSRotator .rrRelativeWrapper .rrClipRegion .rrItemsList .rrItem input 
{
    height:60px!important;
}
 
/* For vertical carousel, not set, width defaults to auto */
/* Note if you explicitly set width to auto, this might cause */
/* problems with Safari */

.RadRotator_CMSRotator .rrButton
{
	background-image: url('Rotator/RotatorButtons.gif');
	background-repeat: no-repeat;
	/*Button size is defined here, we use margins to position them too */
	height: 20px;
	width: 20px;
	line-height: 20px;
	/* Very important for the layout!*/	
}

.RadRotator_CMSRotator .rrButton.rrButtonUp
{
	background-position: 0 0;
	top: -20px;
	left: 50%;
	margin-left: -10px;
}

.RadRotator_CMSRotator .rrButton.rrButtonUp:hover
{
	background-position: -20px 0;
}

.RadRotator_CMSRotator .rrButton.rrButtonRight
{
	background-position: 0 0px;
	margin-top: -30px;
	right: -22px;
	top: 50%;   
	cursor:pointer;
}

.RadRotator_CMSRotator .rrButton.rrButtonRight:hover
{
	background-position: -20px -20px;
}

.RadRotator_CMSRotator .rrButton.rrButtonDown
{
	background-position: 0 -40px;
	top:100%;
	left: 50%;
	margin-left: -10px;
}

.RadRotator_CMSRotator .rrButton.rrButtonDown:hover
{
	background-position: -20px -40px;
}

.RadRotator_CMSRotator .rrButton.rrButtonLeft
{
	background-position: 0 -42px;
	margin-top: -10px;
	left: 194px;
	top: 50%;
	cursor:pointer;
}

.RadRotator_CMSRotator .rrButton.rrButtonLeft:hover
{
	background-position: -20px -60px;
}

.RadRotator_CMSRotator .rrButton.rrButtonDisabled
{
	filter: alpha(opacity=20);
	opacity: .2;
	-moz-opacity: .2;
}