/* new styles */

.RadRotator
{
	visibility:hidden; 	
}

.radr_abc .radr_clipRegion
{
	border: solid 0px #000000;
	height: 57px;
	background-color:#A88753; 
	
}

/*================== The list ========================*/

.radr_abc .radr_clipRegion  .radr_itemsList 
{
	float: left;
	padding: 0;
	margin-top: 0px;
	border-top:solid 0px #A88753;
	height: 53px;
	list-style: none;     
	
	    
}
.radr_abc ul.rrVerticalList 
{
	padding: 0;
	margin: 0;
	list-style: none !important;
}
/* For vertical carousel, not set, width defaults to auto */
/* Note if you explicitly set width to auto, this might cause */
/* problems with Safari */

.radr_abc .radr_button
{
	padding: 0;
	margin: 0;

	/*Button size is defined here, we use margins to position them too */
	
	/* Very important for the layout!*/	
}


.radr_abc .radr_button.radr_buttonRight
{
	background: url('media/galaryScrollRight.jpg') top no-repeat;
	background-position: 0 0;
	height:60px;
	width:22px;
	margin-top: -30px;
	
}

.radr_abc .radr_button.radr_buttonRight:hover
{
	background: url('media/galaryScrollRight_mo.jpg') top no-repeat;
	background-position: 0 0;
	
}

.radr_abc .radr_button.radr_buttonLeft
{
	background: url('media/galaryScrollLeft.jpg') top no-repeat;
	background-position: 0 0;
	margin-top: -30px;
	height:60px;
	width:22px;
	
}

.radr_abc .radr_button.radr_buttonLeft:hover
{
	background: url('media/galaryScrollLeft_mo.jpg') top no-repeat;
	background-position: 0 0;
	
}







