/* ROTATING THING CSS.  Version 1.1. rs.css*/

/*ul.next-prev li.next {
     
}
ul.next-prev li.prev {
    border-right: 1px solid #D2E1E6;
}
ul.next-prev li a:hover {
	text-decoration: underline;
	background-position: left -0px;
	color: #000000;
}
ul.next-prev li.next a {
	/*padding-right: 25px;
	padding-left: 15px;*/
	/*background-position: right -0px;
	color: #800000;
}
ul.next-prev li.next a:hover {
	background-position: right -0px;
	color: #000000;
}*/


/* */
/*****************************************************************************************
 *            tours box specific styling
 ****************************************************************************************/
#tours {
	position:relative;
	background:#BEB9B9;
	width:auto;
	height:auto;
	float:left;
	border-right:1px solid #0A8595;
}
#tours .content {
	padding-bottom: 3px;
	padding-top: 24px;
	width: 177px;
	background-image: url(/images/bg.gif);
	display:inline;
	float:left;
}
#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;
}

/* rotate */
.rotator {
	position:relative;  	/*position relative makes rotator distinguished from other divs */
	width:178px; /* this width decides box width */
	padding:0px 0px;
	border:#018b98 1px solid;
}

.tours {
	width:177px; 
}

#tours ul.rotate_ul {
	overflow: hidden; position: relative; height: 235px; width:100%; float:left; /* 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:235px; width:100%;  /* this width decides overwrapping/speed */
}

#tours li.rotate_li0{
	position: relative; display: list-item; z-index: 1; left: 0px;  overflow: hidden; 
	height:235px; width:178px;  /* this width decides overwrapping and speed  */
}


/* use this side_text */
#tours .side_text0{
	height: auto;
	width: 100%;
	text-align: center;
	font-weight	: bold;
	font-size:14px;
	color:#1D465C;
}

#tours .side_image{
	height: auto;
	width: 150px;
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
}

#tours img.sideim {
    display: block;
    margin-left: auto;
    margin-right: auto;
	
}

#tours .side_text {
	height: auto;
	padding:5px 8px 5px 8px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:left;
}

#tours .side_a {
	height: auto;
	text-align: center;	
}
#tours .side_a:hover{
	height: auto;
	text-align: center;
	background-color: #8a2034;
	color:#FFFFFF;
}

#tours .side_aa {
	width:100%;
	height: auto;
	text-align:left;
	background-color:#BEB9B9;
	border-bottom-width: 0px;
	border-bottom-style: none;
	float:left;
}
#tours .side_aa img {
	margin-top:8px;
	margin-bottom:8px;
}
#tours .side_aa:hover{
	height: auto;
	color: #1d465c;
	text-align: center;
	border-bottom-width: 0px;
	border-bottom-style: none;
	background-color: #beb9b9;	
	
}

.rotate_desc {
	style="float:left;"
}

/* ULLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL */
#tours ul.next-prev {
	position:relative;
	list-style-type: none;
	margin:0px;
	padding: 0px 0px 0px 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 #018B98;
}
ul.next-prev li a {
    padding:4px 29px 4px 29px;
    display:block;
    /*color:#ffffff;*/
    text-decoration:none;
	margin-top:1px;
	/*background-color:#6a1729;*/
    outline: none;
	float:left; /* 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:none;
    /*text-decoration: underline;
    background-position: left -0px;*/
	color:#FFFFFF;
}
ul.next-prev li.next a, ul.next-prev li.prev a {
	/*color:#FFFFFF;*/
	float:left;
     /* padding-left: 15px;
    background-position: right -0px;*/
}
ul.next-prev li.next a:hover {
    /*background-position: right -0px;*/
}



/* ---BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB--- */

/************************
 * slideshow paging controls 
 ************************/
#tours ul.next-prev {
	position:absolute;
	width:177px;
	height:auto;
	top:1px;
	left:0px;
	z-index:9999;
}
#tours ul.next-prev li.next {
	/*position:absolute;
	top:1px;
	right:0px;
	z-index:99999999;*/
	width:auto;
	float:left;
}
#tours ul.next-prev li.prev {
	/*position:absolute;
	top:1px;
	left:7px;
	z-index:99999999;*/
	width:auto;
	float:left;
}


