/* RadRotator for ASP.NET AJAX Windows7 Skin */

.RadRotator_rotatorSkin3 .rrClipRegion
{
	border: none 0px white;
}

/*================== The list ========================*/

.RadRotator_rotatorSkin3 .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_rotatorSkin3 .rrButton
{
	
	background-repeat: no-repeat;
	/*Button size is defined here, we use margins to position them too */
	height: 55px;
	width: 55px;
	line-height: 50px;
	/* Very important for the layout!*/	
}

.RadRotator_rotatorSkin3 .rrButton.rrButtonUp
{
	background-position: 0 0;
	top: -20px;
	left: 50%;
	margin-left: -10px;
}

.RadRotator_rotatorSkin3 .rrButton.rrButtonUp:hover
{
	background-position: -20px 0;
}

.RadRotator_rotatorSkin3 .rrButton.rrButtonRight
{
    background-image: url('Rotator/nex_01.png');
	background-position: 0 0px;
	margin-top: -30px;
	margin-right: -80px;
	margin-left: 30px;
	right: 0px;
	  
}

.RadRotator_rotatorSkin3 .rrButton.rrButtonRight:hover
{  background-image: url('Rotator/nex_02.png');
	background-position: 0px 0px;
	 
	 margin-top: -30px;
	margin-right: -80px;
	margin-left: 30px;
	right: 0px;
		}

.RadRotator_rotatorSkin3 .rrButton.rrButtonDown
{
	background-position: 0 -40px;
	top:100%;
	left: 50%;
	margin-left: -10px;
}

.RadRotator_rotatorSkin3 .rrButton.rrButtonDown:hover
{
	background-position: -20px -40px;
}

.RadRotator_rotatorSkin3 .rrButton.rrButtonLeft
{
    background-image: url('Rotator/prev_01.png');
	background-position: 0 0px;
	margin-right: 30px;
	margin-left: -30px;
	margin-top : -30px;
	top: 50%;  
	 
}

.RadRotator_rotatorSkin3 .rrButton.rrButtonLeft:hover
{
     background-image: url('Rotator/prev_02.png');
	background-position:  0 0px;
	
	 margin-right: 30px;
	margin-left: -30px;
	margin-top : -30px;
	top: 50%;   

}

.RadRotator_rotatorSkin3 .rrButton.rrButtonDisabled
{
	filter: alpha(opacity=20);
	opacity: .2;
	-moz-opacity: .2;
}

.RadRotator_rotatorSkin3 .rrButtonLeft
{
    margin-left: -6px;
}

.RadRotator_rotatorSkin3 .rrButtonRight
{
    margin-right: -3px;
}

 DIV.RadRotator_rotatorSkin3 .rrButtonLeft {

	/*BACKGROUND-IMAGE: url('Rotator/rotator_left.png');*/
	
	BACKGROUND-POSITION: 0px 0px;
 background-repeat: no-repeat;
	MARGIN-LEFT: -10px;
	

}

 DIV.RadRotator_rotatorSkin3 .rrButtonRight {

	/*BACKGROUND-IMAGE: url('Rotator/rotator_right.png');*/

 
	BACKGROUND-REPEAT: no-repeat;

	BACKGROUND-POSITION: 0px 0px;

	MARGIN-RIGHT: 0px;
	

}
DIV.RadRotator_rotatorSkin3 .rrClipRegion {

	BORDER-BOTTOM: #BACCE3 0px solid;

	BORDER-LEFT: 0px solid;

	BORDER-TOP: 0px solid;

	BORDER-RIGHT: 0px solid;

}
