﻿/* RadRotator for ASP.NET AJAX Windows7 Skin */

.RadRotator_Windows7 .rrClipRegion
{
	border: solid 1px #bacce3;
}

/*================== The list ========================*/

.RadRotator_Windows7 .rrClipRegion  .rrItemsList 
{
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;          
}

/* For vertical carousel, not set, width Windows7s to auto */
/* Note if you explicitly set width to auto, this might cause */
/* problems with Safari */

.RadRotator_Windows7 .rrButton
{
	background-image: url('WebResource.axd?d=eMu8wt-ZyOIYx9mrQ9VAF1GZe9cMgL5LY93VuB_TgeybUU_sDfgudv-9ONP26KH_CNiLm5TvkUCe-XBj4dn_JF-PX62_726X1CZ7YWIS4-81&t=634145324660000000');
	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_Windows7 .rrButton.rrButtonUp
{
	background-position: 0 0;
	top: -20px;
	left: 50%;
	margin-left: -10px;
}

.RadRotator_Windows7 .rrButton.rrButtonUp:hover
{
	background-position: -20px 0;
}

.RadRotator_Windows7 .rrButton.rrButtonRight
{
	background-position: 0 -20px;
	margin-top: -10px;
	right: -20px;
	top: 50%;   
}

/* Fix button right position in Safari and Chrome */
@media screen and (-webkit-min-device-pixel-ratio:0)
	{
		.RadRotator_Windows7 .rrButton.rrButtonRight
		{
			margin-right: -20px;
		}
	}

.RadRotator_Windows7 .rrButton.rrButtonRight:hover
{
	background-position: -20px -20px;
}

.RadRotator_Windows7 .rrButton.rrButtonDown
{
	background-position: 0 -40px;
	top:100%;
	left: 50%;
	margin-left: -10px;
}

.RadRotator_Windows7 .rrButton.rrButtonDown:hover
{
	background-position: -20px -40px;
}

.RadRotator_Windows7 .rrButton.rrButtonLeft
{
	background-position: 0 -60px;
	margin-top: -7px;
	left: -15px;
	top: 50%;
}

.RadRotator_Windows7 .rrButton.rrButtonLeft:hover
{
	background-position: -20px -60px;
}

.RadRotator_Windows7 .rrButton.rrButtonDisabled
{
	filter: alpha(opacity=20);
	opacity: .2;
	-moz-opacity: .2;
}

.RadRotator_Windows7 .rrButtonLeft
{
    margin-left: -6px;
}

.RadRotator_Windows7 .rrButtonRight
{
    margin-right: -3px;
}

/* When LoadOnDemand */
.rrLoadingSign
{
    background: url('WebResource.axd?d=eMu8wt-ZyOIYx9mrQ9VAF1GZe9cMgL5LY93VuB_Tgew5X_9IwvP0GEQN9mCujy0uqJl1O-MsFEa-p-w7oo5t6sPuwhXk2hjJ2elLBliww8M1&t=634145324660000000') no-repeat center;
}