#content #tengah #detikfoto .sliderwrapper {
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	border-bottom-width: 6px; /*width of featured content slider*/
	height: 246px;
	background-color: #256789;
	color: #FFF;
}
html>body #content #tengah #detikfoto .sliderwrapper {
	border: 1px solid #256789;
	border-top: 2px solid #256789;
	height: 242px;
}
#content #tengah #detikfoto img {
	border: 4px solid #fff;
	margin: 0 0 3px 0;
	padding: 0;
	clear: both;
}
#content #tengah #detikfoto .sliderwrapper .contentdiv {
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0px;  /*leave as is*/
	top: 0;  /*leave as is*/
	padding: 0px;
	background-color: #256789;
	width: 198px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 100%;
}
#content #tengah #detikfoto .sliderwrapper .contentdiv .sum {
	margin:0;
	padding: 4px;
	text-align:left;
	font-size: 11px;
	color: #FFF;
	clear: both;
}
#content #tengah #detikfoto .pagination {
	text-align: center;
	background-color: #1c5775;
	padding: 12px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
#content #tengah #detikfoto .pagination a {
	padding: 4px 8px;
	text-decoration: none;
	color: #fff;
	background: #3685ae;
	border: 1px solid #fff;
}
#content #tengah #detikfoto .pagination a:link {
	color: #FFFF00;
}
#content #tengah #detikfoto .pagination a:hover {
	color: #ee0000;
	background-color: #add5e1;
	
}
#content #tengah #detikfoto .pagination a.selected {
	color: #ee0000;
	background-color: #ff0;
	border: 1px solid #ff0;
