/* new styles */
.RadRotator_Sitefinity .rrClipRegion
{
	border: solid 1px #a7bac5;
}

/*================== The list ========================*/

.RadRotator_Sitefinity .rrClipRegion  .rrItemsList 
{
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;          
}

/* For vertical carousel, not set, width Sitefinitys to auto */
/* Note if you explicitly set width to auto, this might cause */
/* problems with Safari */

.RadRotator_Sitefinity .rrButton
{
	background-image: url('Rotator/RotatorButtons.gif');
	background-repeat: no-repeat;
}

.RadRotator_Sitefinity .rrButton.rrButtonUp 
{
	top:-20px;
}

.RadRotator_Sitefinity .rrButton.rrButtonRight
{
	right:-22px;
}

*html .RadRotator_Sitefinity .rrButton.rrButtonRight
{
	right:-20px;
}

.RadRotator_Sitefinity .rrButton.rrButtonLeft
{
	left:-19px;
}

/* When LoadOnDemand */
.rrLoadingSign
{
    background: url('Common/loading_small.gif') no-repeat center;
}