#content #tengah #detikfoto .sliderwrapper {
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	border: 4px solid #000086;
	border-bottom-width: 6px; /*width of featured content slider*/
	height: 195px;
	background-color: #000086;
	color: #fff;
}
html>body #content #tengah #detikfoto .sliderwrapper {
	height: 190px;
}
#content #tengah #detikfoto .sliderwrapper img {
	width: 192px;
	height: 152px;
	margin: 0;
	padding: 0 0 4px 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: #000086;
	width: 192px; /*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: #6764bb;
	padding: 10px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
#content #tengah #detikfoto .pagination a {
	padding: 5px 8px;
	text-decoration: none;
	color: #ccf;
	background: #009;
	border: 1px solid #fff;

}
#content #tengah #detikfoto .pagination a:link {
	color: #FFFF00;
}
#content #tengah #detikfoto .pagination a:hover {
	color: #e00;
	background-color: #fff;
	border: 1px solid #ff0;

}
#content #tengah #detikfoto .pagination a.selected {
	color: #e00;
	background-color: #fff;
	border: 1px solid #fff;
}
/*================================================================*/

