.sliderwrapper {
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 100%; /*width of featured content slider*/
    height: 300px;
}
.sliderwrapper .contentdiv {
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	width: 100%; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 100%;

}
.pagination {
	/*width: 400px; Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
   	margin-top:0px;
	float:right;
    margin-right:25px;
	background:url(pagrx.gif) repeat-x 0 0;
	position:relative;
	z-index:99
}
.pagination a:link,  .pagination a:active, .pagination a:visited {
	color: #8a56a5;
	font-size:1.3em;
	font-weight:bold;
	display:block;
	float:left;
	padding: 7px 1em 29px;
}
.pagination a:hover, .pagination a.selected {
	color:#7eae1c;
    font-size:1.3em;
	font-weight:bold;
    background:url(dbarrw.png) no-repeat 2px 0

}
#teaser_baslik{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #4E4E4E;
}
#teaser_icerik{
  padding-top: 20px;
  padding-right: 25px;
  text-align: justify;
}

