#content #tengah #issifoto .sliderwrapper {
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	border-bottom-width: 6px; /*width of featured content slider*/
	height: 150px;
	background-color: #ade6fc;
	color: #FFF;
}
html>body #content #tengah #issifoto .sliderwrapper {
	border: 1px solid #ade6fc;
	border-top: 2px solid #ade6fc;
	height: 180px;
}
#content #tengah #issifoto img {
	border: 4px solid #fff;
	margin-top: 5px;
	margin-left : 0px;
	 margin-right : 3px;
	padding: 0;
	clear: both;
}
#content #tengah #issifoto .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: #ade6fc;
	width: 180px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 100%;
}
#content #tengah #issifoto .sliderwrapper .contentdiv .sum {
	margin:0;
	padding: 2px;
	font-size: 11px;
	
	clear: both;
}
#content #tengah #issifoto .pagination {
	background-color: #1f7496;
	padding: 12px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
#content #tengah #issifoto .pagination a {
	padding: 4px 8px;
	text-decoration: none;
	color: #2792bc;
	background: #9cd6ed;
	border: 1px solid #7dbad3;
}
#content #tengah #issifoto .pagination a:link {
	color: #990000;
}
#content #tengah #issifoto .pagination a:hover {
	color: #ee0000;
	background-color: #d1d9dc;
	
}
#content #tengah #issifoto .pagination a.selected {
	color: #ee0000;
	background-color: #ff0;
	border: 1px solid #ff0;
}