.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden;
	border-bottom-width: 10px;
	width: 550px; /*width of featured content slider*/
	height: 190px;
	border-top-width: 10px;
	border-right-width: 10px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #f5f5f5;
	border-right-color: #f5f5f5;
	border-bottom-color: #f5f5f5;
	border-left-color: #f5f5f5;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 1px;
background: white;
width: 550px; /*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;
}

.pagination{
width: 550px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: center;
background-color: #f5f5f5;
padding: 2px 10px;
}

.pagination a{
padding: 0 7px;
text-decoration: none; 
color: #f5f5f5;
background: #C0C0C0;
}

.pagination a:hover, .pagination a.selected{
color: #FFF;
background-color: #404040;
}

.baslik {

font-size: 24; 
text-decoration: underline;
font-family: Tahoma, Helvetica, sans-serif;}
}

.haber {
color: #0000FF;
font-size: 14; 
text-decoration: underline;
font-family: Tahoma, Helvetica, sans-serif;}
a:link { color: #404040; text-decoration: none; }
a:visited { color: #404040; text-decoration: none; }
a:hover { color: #800000; text-decoration: none; }
a:active { color: #800000; text-decoration: none; }
}
