/* ROTATING THING */

ul.next-prev li.next {
     
}
ul.next-prev li.prev {
    border-right: 1px solid #D2E1E6;
}
ul.next-prev li a {
    padding: 5px 15px 5px 25px;
    display: block;
    color: #36627B;
    text-decoration: none;
    outline: none; /* Remove focus dotted border */
    /*no background used.   background: url(primary-navigation.png) transparent left -207px no-repeat;*/
}
ul.next-prev li a:hover {
    text-decoration: underline;
    background-position: left -0px;
}
ul.next-prev li.next a {
    padding-right: 25px;
    padding-left: 15px;
    background-position: right -0px;
}
ul.next-prev li.next a:hover {
    background-position: right -0px;
}


/* */
/*****************************************************************************************
 *            tours box specific styling
 ****************************************************************************************/

#tours .content {
    padding-bottom: 3px;
	padding-top: 24px;
	width: 160px; /* this width decides box width really, with #tours ul.rotate_ul */

}
#tours ul.next-prev li.prev {
    border-right: 2px solid #FFFFFF;
}
#tours ul.next-prev li a {
    background-position: 0 -0px;
}
#tours ul.next-prev li a:hover {
    background-position: 0 -0px;
}
#tours ul.next-prev li.next a {
    background-position: 100% -0px;
}
#tours ul.next-prev li.next a:hover {
    background-position: 100% -0px;
}

#tours img.sideim {
	display:block;
	margin-left:auto;
	margin-right:auto;
	font-size:10px;	

}

/* rotate */
.rotator {
	position:absolute; width:160px; /* this width decides box width */
}

.tours {
	width:160px; 
}

#tours ul.rotate_ul {
	overflow: hidden; position: relative; height: auto; width:160px; /* this width decides box width really, with #tours .content */
}

#tours li.rotate_li {
	position: relative;
	display: none;
	z-index: 2;
	left: -0px;
	overflow: hidden;
	height:auto;
	width:160px;

	 /* this width decides overwrapping/speed */
}

#tours li.rotate_li0{
	position: relative; display: list-item; z-index: 1; left: 0px;  overflow: hidden; 
	height:auto; width:160px;  /* this width decides overwrapping and speed  */
}

.rotate_desc {
	style="float:left;"
}

/* REPLICA STYLES */
/*
ul {
	-moz-padding-start:0px;
	display:block;
	list-style-type:none;
}
*/

.left_menuid_rd {
	float:left;
	height:auto;
	padding-bottom:0;
	padding-top:0;
	width:160px;
	height:185px;
}

/* based on style : left_member */
.side_text0 {
color:#023f72;/* #010101;  #0A94DA;*/
float:left;
font-family:Arial;
font-size:14px;
font-weight:bold;
height:auto;
padding-left:0;
padding-right:0;
padding-top:2px;
text-align:center;
text-decoration:none;
width:160px;
}
.side_text {
color:#000000;
float:left;
font-family:Arial;
font-size:12px;
font-weight:normal;
height:45px;
padding-left:0;
padding-right:0;
padding-top:2px;
text-align:center;
text-decoration:none;
}

/* ULLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL */
/************************
 * slideshow paging controls 
 ************************/
#tours ul.next-prev {
    position: absolute;
    top: 0px;
    right: 15px;
    padding: 5px 0px 0px 0px;	
}
/*
ul.next-prev {
    list-style-type: none;
    margin: 0;
    padding: 0px 0px 8px 0px;
}
*/

ul.next-prev li {
    float: left; display: inline;
    background-image: none;
    margin: 0;
    padding: 0;
}

ul.next-prev li.prev {
    border-right: 1px solid #D2E1E6;
}
ul.next-prev li a {
    padding: 0px 15px 1px 25px;
    display: block;
    color: #b52d2a;
    text-decoration: none;
    outline: none; /* Remove focus dotted border */ /*primary-navigation.png*/
    /*background: url(/images/go_form.gif) transparent left -207px no-repeat;*/
}
ul.next-prev li a:hover {
    text-decoration: underline;
    background-position: left -0px;
}
ul.next-prev li.next a {
    padding-right: 25px;
    padding-left: 15px;
    background-position: right -0px;
}
ul.next-prev li.next a:hover {
    background-position: right -0px;
}

.rotator_image {
	float: left;
	height: auto;
	width: 85px;
	vertical-align: middle;
	text-align: center;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 37px;
	padding-bottom: 0px;
	padding-left: 37px;
}

/* ---BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB--- */



