/*********************** default özellik ************************/
.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	border: 1px solid #f2f2f2;
	/*border-bottom-width: 6px;*/
	width:687px; /*width of featured content slider*/
	height:195px;
}
/*********************** içerik özellik ************************/
.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	padding:0 0 0 0; /*içerik hücre aralığı*/
	margin:0 0 0 0;
	background: white; /*içerik back*/
	width: 687px; /*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;
}
/*********************** içerik özellik ************************/
/*********************** sag list ************************/
.pagination_haber{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	width: 50px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	height:192px;
	text-align:left;
	background-image:url(list_back1.jpg);
/*	background-color:#FF9900;*/
	padding:3px 0 0 5px;
	border:1px solid #f2f2f2;
	line-height:22px;
}
/*********************** sag list ************************/
/*********************** sag list a ************************/
.pagination_haber a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	padding: 2px 10px 2px 10px;/*list back aralık*/
	text-decoration: none; 
	color:#FFFFFF; /*list ön renk*/
	background:#3f3f3f;/*list back*/
	line-height:22px; /*list yükseklik değer*/
	border:1px solid #999999;
}
/*********************** sag list a ************************/
/*********************** sag list a:hover*******************/
.pagination_haber a:hover, .pagination_haber a.selected{
	color:#000000; /*ön renk*/
	background-color:#ffc10c;/*list seçili back renk*/
}
/*********************** sag list a:hover*******************/
