div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 960; 
	height: 300px;
	overflow: hidden;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:960px;
		height:300px;
		overflow:hidden;
		float:left;
		
		}
	div.scroller div.content {
		width: 1000000px;
		}

div.slaytResim{
float:left;
width:960px;
height:300px;
}

div.slaytyazi{
float:left;
width:290px;
height:280px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

div.imagelist{
background-image:url(../images/numaraalti1.png);
background-repeat:no-repeat;
width:28px;
height:28px;
float:left;}

a.bannerNumara{
padding:5px 5px 5px 5px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
text-decoration:none;
font-weight:bold;
}
a.bannerNumara:hover{
color:#F3F3F3;
text-decoration:none;
}

.pagination{
padding: 2px;
padding-right:10px;
float:right;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: left; /*Set to "right" to right align pagination interface*/
font-size: 16px;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

.pagination a, .pagination a:visited{
padding: 0 5px;
border: 1px solid #9aafe5;
text-decoration: none; 
color: #2e6ab1;
}

.pagination a:hover, .pagination a:active{
	border: 1px solid #2b66a5;
	color: #000;
	background-color: #35A310;
}

.pagination a.currentpage{
background-color: #35a310;
color: #FFF !important;
border-color: #35a310;
font-weight: bold;
cursor: default;
}

.pagination a.disablelink, .pagination a.disablelink:hover{
background-color: white;
cursor: default;
color: #929292;
border-color: #929292;
font-weight: normal !important;
}

.pagination a.prevnext{
font-weight: bold;
}

