.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
background:#f2f2f2;
width: 190px; /*width of featured content slider*/
height: 220px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: relative; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;
background: #f2f2f2;
width: 190px; /*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{
	float:right;
	border: 1px solid #ccc;
}
.sliderwrapper .contentdiv .judul {
	font-size:20px;
	float: left;
}
.sliderwrapper .contentdiv .sum {
	color:#666666;
	clear: none;
	float: left;
	width: 200px;
}
.sliderwrapper .links {
	color:#666666;
	clear: none;
	width: 200px;
	float: left;
	margin: 10px 0 0 0;

}
.sliderwrapper .contentdiv a { color:#993300;}
.pagination{
	width: 180px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
	padding: 3px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	position:relative;
	left:auto;
	top:0px;
	z-index:1;
}

.pagination a{
	padding: 1px 3px;
	text-decoration: none;
	color: #000000;
	border: 1px solid #d5d5d5;
	position: relative;
	width: auto;

}
.pagination a:hover{
	color: #000000;
	background-color: #CCCCCC;
}

.pagination a.selected{
	color: #FFFF00;
	background-color: #000000;
}
