.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	/*border: 1px solid navy;*/
	/*border-bottom-width: 6px;*/
	background:#fff;
	width: 232px; /*width of featured content slider*/
	min-height: 178px;
}
.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	padding: 0;
	background: #fff;
	width: 232px; /*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 .icerik{
	background: #F5F8FA;
	width: 220px;
	height: 100%;
	border-left:1px solid #C0C7CD;
	border-right:1px solid #C0C7CD;
}
.sliderwrapper .contentdiv h1{
	background:url(../../images/blok_title.gif) no-repeat top center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	color:#333333;
	height:26px;
	padding:5px 0 0 10px;
	margin:0;
}

.pagination{
	width: 212px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
	padding: 10px;
	background:#F5F8FA url(blok_bottom.jpg) no-repeat center bottom;
	margin:0 0 5px 0;
}

.pagination a{
	padding: 0 5px;
	text-decoration: none; 
	color: #00007D;
	background: white;
}

.pagination a:hover, .pagination a.selected{
	color: #fff;
	background-color: #939596;
}
