.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
/*border: 10px solid #FFF;*/
border-bottom-width: 6px;
width: 210px; /*width of featured content slider*/
height: 210px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding-top: 5px;
background: white;
width: 210px; /*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;
}

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

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #2bb2ff;
background:#003960;
}

.pagination a:hover, .pagination a.selected{
color:#003960;
background-color: #2bb2ff;
}


#prev_kembali a{
	background:url(../images/tombol_previous_normal.gif) no-repeat;
	width:74px;
	height:14px;
	margin-left:10px;
	float:left;
	text-align:left;
}
#prev_kembali a:hover{
	background:url(../images/tombol_previous_mouse_over.gif) no-repeat;
	width:74px;
	height:14px;
	margin-left:10px;
	float:left;
	text-align:left;
}

#back_kamar a{
	background:url(../images/tombol_back_normal.gif) no-repeat;
	width:21px;
	height:14px;
	float:right;
	text-align:right;
}
#back_kamar a:hover{
	background:url(../images/tombol_back_mouse_over.gif) no-repeat;
	width:21px;
	height:14px;
	float:right;
	text-align:right;
}

#next_kamar a{
	background:url(../images/tombol_next_normal.gif) no-repeat;
	width:21px;
	height:14px;
	float:right;
	text-align:right;
}
#next_kamar a:hover{
	background:url(../images/tombol_next_mouse_over.gif) no-repeat;
	width:21px;
	height:14px;
	float:right;
	text-align:right;
}
