.content-slide{
	width:845px;
	height:205px;
}
.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 595px; /*width of featured content slider*/
	height: 205px;
	float:left;
	z-index:502;
}
.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	/*position: absolute;*/ /*leave as is*/
	right: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	background: white;
	width: 595px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 205px;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.pagination{
	width: 250px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	height:205px;
	/*position:absolute;*/
	background-color:#CCC;
	z-index:500;
	float:left;
}

.pagination a, .pagination a:hover{
	display: block;
    font-size: 14px;
	font-weight:bold;
	background: transparent;
	color: #555b5c;
	text-decoration: none;
	height:auto;
	background: ##f6f6f6 repeat-x 0 0;
	padding: 12px 10px 12px 20px;
    font-family: Georgia, "Times New Roman", serif;
}

.pagination a.selected{
	color: #fff;
	background: #d7d4cd url(../templates/adijaya/images/singslide.jpg) right center no-repeat;
    font-size: 14px;
	font-weight:bold;
}
.text-back{
	z-index:503;
	position:absolute;
	margin:150px 0 0 0;
	background-color:#000000;
	width:590px;
	height:60px;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
.text-style{
	z-index:505;
	
	position:absolute;
	margin:150px 0 0 0;
	padding:0 0 0 10px;
	width:580px;
	height:60px;
	color:#FFFFFF;
	font-size:11px;
}
