/* rotate */
.rotator {
	width:100%;
	height:auto;
	float:left;
}

.tours {
	width:222px;
}
#tours {
	position:relative;
	width:100%;
	height:auto;
	border:#d9d9d8 1px solid;
	padding-top:34px;
	float:left;
}
#tours .content {
    /*padding-bottom: 3px;
	padding-top: 20px;
	width: 222px;
	background-image: url(images/bg.gif);*/
	width:100%;
	height:auto;
	background:#ffffff;
	float:left;
}
#tours ul.rotate_ul {
	overflow: hidden; float:left; height: 110px; width:222px; padding-top:10px; /* this width decides box width really, with #tours .content */
}
#tours ul.rotate_ul p {
	padding-left:5px;
}
#tours li.rotate_li {
	 display: none; z-index: 2; left: -0px; overflow: hidden; 
	height:125px; 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;"
}


#tours ul.next-prev {
	float:left;
	top:0px;
	width:100%;
	height:auto;
	background:url(../images/prenextbg.jpg) top left repeat-x;
	margin-top: -168px;
	padding:0px;
	
}
#tours ul.next-prev li {
	height:32px;
}
#tours ul.next-prev li.prev {
	width:49%;
	background:url(../images/prevnextbutton.jpg) 10px 5px no-repeat;
	border-right:#efefec 1px solid;
	padding-top:2px;
	color:#393b74;
	float:left;
}
#tours ul.next-prev li.prev a {
	color:#393b74;
	padding:5px 5px 5px 30px;
	outline:none;
	margin-left:10px;
	display:inline;
	float:left;
}
#tours ul.next-prev li.prev a:hover, #tours ul.next-prev li.next a:hover {
	color:#0ba159;
}
#tours ul.next-prev li.next {
	width:49%;
	background:url(../images/nextbutton.jpg) 80px 5px no-repeat;
	padding-top:2px;
	text-align:right;
	color:#393b74;
	float:left;
}
#tours ul.next-prev li.next a {
	color:#393b74;
	padding:5px 30px 5px 5px;
	outline:none;
	margin-right:10px;
	display:inline;
	float:right;
}
/*#tours ul.next-prev {
    position: absolute;
    top: 0px;
    right: 15px;
	list-style-type: none;
    margin: 0;
    padding: 0px 0px 8px 0px;
}
#tours ul.next-prev li {
    float: left; display: inline;
    background-image: none;
    margin: 0;
    padding: 0;
}
#tours ul.next-prev li a {
	padding: 5px 15px 5px 25px;
    display: block;
    color: #36627B;
    text-decoration: none;
    outline: none; 
    background-position: 0 -0px;
}
#tours ul.next-prev li a:hover {
	text-decoration: underline;
    background-position: left -0px;
    background-position: 0 -0px;
}
ul.next-prev li.prev {
    border-right: 1px solid #D2E1E6;
}
#tours ul.next-prev li.prev {
    border-right: 2px solid #FFFFFF;
}
#tours ul.next-prev li.next a {
	padding-right: 25px;
    padding-left: 15px;
    background-position: right -0px;
    background-position: 100% -0px;
}
#tours ul.next-prev li.next a:hover {
	background-position: right -0px;
    background-position: 100% -0px;
}*/



