

.RadRotator_RotatorMax.RadRotator
{
	visibility:hidden;
}


.RadRotator_RotatorMax .rrRelativeWrapper
{
	position: relative;
	margin:0 !important;/*MUST BE 0 for proper rendering*/
}


.RadRotator_RotatorMax .rrClipRegion
{
	width: 100%;
	height: 100%;
	/* We change the width and height from the code, and then this setting becomes active! */
	overflow: hidden;
	position: absolute;
}


.RadRotator_RotatorMax .rrClipRegion .rrItemsList
{
	float: left;
	padding:0;
	margin: 0;
	list-style: none !important;


}

.RadRotator_RotatorMax .rrClipRegion  .rrItemsList li
{
	float: left;
}


/* For vertical carousel, not set, width defaults to auto */
/* Note if you explicitly set width to auto, this might cause */
/* problems with Safari */

.RadRotator_RotatorMax.ul.rrVerticalList
{
	padding: 0;
	margin: 0;
	list-style: none !important;
}

.RadRotator_RotatorMax.rrVerticalList li
{
	float: none;
	margin-bottom: 0px;
	/* Force the LI to respect the HEIGHT specified */
	overflow: hidden;
	display: block;
}


.RadRotator_RotatorMax .rrButton
{
	background: url(../../../images/common/control_arrows.gif) no-repeat;
	font-size: 1px;
	text-indent: -9999px;
	display: block;
	position: absolute;
	/*Button size is defined here, we use margins to position them too */
	height: 20px;
	width: 20px;
	line-height: 20px;
	/* Very important for the layout!*/
	display: none;
	outline: none;
}


.RadRotator_RotatorMax .rrButtonLeft
{
	background-position:-20px -60px;
	margin-top: -10px;
	left: -19px;
	top: 50%;
}

.RadRotator_RotatorMax .rrButtonLeft:hover
{
	background-position:0px -60px;
}

.RadRotator_RotatorMax  .rrButtonRight {
	background-position: 0px -20px;
	margin-top: -10px;
	right: /*-20px;*/ -16px;
	top: 50%;
}

.RadRotator_RotatorMax  .rrButtonRight:hover {
	background-position: -20px -20px;
}

