.tmp05_maindiv{
    display: block;
    position: relative;
    width: 920px;
    padding: 20px;
    margin: 0px auto;
    overflow: auto;
    border: none;
    background-color:#ffffff;
}


/*-----------------------------------------------------------*/
.tour_gallery{height:115px;position:relative;
    padding: 10px 5px 5px 5px;
    margin: 0px;
    background-image: url("/css/menuback-bw.png");
    background-repeat: repeat-x;
    background-size: contain;
    border-radius: 10px;
    vertical-align: middle;
}
.arr_div{
    height:120px;vertical-align:top;display:inline-block;line-height:120px;

    font-size: 42px; color: #cccccc;
    cursor: pointer;


}
.arr_div:hover{color:#ffffff;}
.gallery_container{border:0px solid yellow;height:120px;overflow:hidden;position:relative;display:inline-block;width:878px;margin:0px auto;padding:0px;}
.gallery_wrapper{border:0px solid aqua;height:120px;padding:0px;margin:0px;color:#ffffff;position:absolute;top:0;left:0;}
.gallery_wrapper img{max-width:100%;max-height:100%;}
a.gal_item{
    height: 120px;
    float:left;
    overflow: hidden;
    margin: 0px 2px; padding: 0px;
    border: none;
    font-size: 10px; color: #cccccc; vertical-align: top; line-height: 12px;
    text-align: left;
}
a.gal_item:hover{
    color: white;
}
a.gal_item img{
    border: none;
    margin: 0px; padding: 0px;
}
a.gal_item span.subtitle{
    display: block;
    position: relative;
    max-width: 150px;
    overflow: hidden;
}
/*-----------------------------------------------------------*/

h1{margin: 0px 5px 10px 5px; font-weight: normal; font-size: 20px;}
h2{margin: 20px auto 10px; font-weight: normal; font-size: 14px; color: #336699; text-align: center;}
.tourdata {margin-top: 16px; font-size: 12px;}
.ttab td:nth-child(1){ width: 150px; color: #aaaaaa;}
.ttab td:nth-child(2){ width: 20px; color: #aaaaaa;}
.ttab td:nth-child(3){ color: #333333;}

.cfclone{
	display: block; position: relative;
	margin: 20px 0px; padding: 10px 10px 10px 10px;
	text-align: justify;
	border: 1px solid #dddddd;
	background-color: #f7f7f7;
}
.cfclone h2{
	display: inline-block; position: absolute;
	font-weight: normal;
	font-size: 14px;
	line-height: 14px;
	vertical-align: middle;
	height: 16px;
	padding: 2px 5px;
	top: -32px; left: 10px;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-radius: 5px;
}
.cfclone h3{
	font-weight: bold;
	font-size: 12px;
	color: #336699;
	margin: 10px 0px 0px 0px;
}
.cfclone img.simg{
	margin: 10px 10px 0px 0px;
}
.dipnotes{color: #336699;}

.othertours {margin-top: 16px; padding: 0px; font-size: 12px;}
.othertours ul{margin: 0px 0px 0px 10px; padding: 0px;}
.othertours ul li{margin: 0px; list-style-type: circle; color: #336699;}
.othertours ul li a{color: #336699;}
.othertours ul li a:hover{color: #6699cc;}



/*------Self clearing floats-------*/
.gallery_wrapper::after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.gallery_wrapper{
    zoom:1;
}
