/* 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: 20px;
	width: 222px; /* this width decides box width really, with #tours ul.rotate_ul */
	background-image: url(images/bg.gif);
}
#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;
}

/* rotate */
.rotator {
	position:absolute; width:222px; /* this width decides box width */
}

.tours {
	width:222px; 
}

#tours ul.rotate_ul {
	overflow: hidden; position: relative; height: 110px; width:222px; /* 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:110px; width:222px;  /* this width decides overwrapping/speed */
}

#tours li.rotate_li0{
	position: relative; display: list-item; z-index: 1; left: 0px;  overflow: hidden; 
	height:110px; width:222px;  /* this width decides overwrapping and speed  */
}

.rotate_desc {
	style="float:left;"
}

/* ULLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL */
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: #5692FB;
    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;
}



/* ---BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB--- */

/************************
 * slideshow paging controls 
 ************************/
#tours ul.next-prev {
    position: absolute;
    top: 0px;
    right: 15px;
}



