.hotels_in_myanmar_list {
	margin: 10px 0 10px 0;
	padding: 0;
	list-style: none;
}
.hotels_in_myanmar_list li {
	margin: 0;
	padding: 0;
	display: inline;
}

.hotels_in_myanmar_list li a {
	float: left;
	display: block;
	width: 90px;
	font-size: 11px;
	margin-bottom: 5px;
}

.sliderwrapper1{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 170px; /*width of featured content slider*/
height: 120px;
}



.sliderwrapper1 .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width: 170px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.sliderwrapper1 .contentdiv a img {
	border: none;
}

.sliderwrapper1 .contentdiv span {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 170px;
	padding: 10px;
	font-size: 16px;
	color: #ffffff;
}

.pagination{
width: 400px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-color: navy;
padding: 5px 10px;
display:none;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #00007D;
background: white;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}

/* end of sidebar slider */

.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 570px; /*width of featured content slider*/
height: 220px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width: 570px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.sliderwrapper .contentdiv img {
	border: none;
}

.sliderwrapper .contentdiv span {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 570px;
	padding: 10px;
	font-size: 16px;
	color: #ffffff;
	background: url(des_bg.png) no-repeat;
}

.pagination{
width: 400px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-color: navy;
padding: 5px 10px;
display:none;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #00007D;
background: white;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}