﻿body {
}
/* Manşet */

#manset-tablo
{
    background: #CCCCCC;
    margin-bottom: 10px;
    font-size:13px;
}

#manset-aciklama {
	padding:20px 5px 5px 0; color:#585858; line-height:17px; }

#manset-aciklama p {
	margin:5px 0 5px 0; }

#manset-resimler {
	width:190px; padding:10px; }
	
#mansetler a {
	text-decoration:none; color:#666; font-weight:bold; }

#manset-basliklar {
	padding:0 10px 10px 10px; }

#manset-basliklar a {
	display:block; float:left; text-decoration:none; margin:1px 0 0 1px; background:#5186d7; width:35px; text-align:center; padding:7px 0; color:#fff; font-weight:bold;  }

#manset-basliklar a:hover {
	background:#999; }




div.scrollable {
	position:relative;
	overflow:hidden;
	width:855px;
	height:124px;
	background:#fff;
}

div.scrollable div.items {	
	width:20000em;	
	position:absolute;
	clear:both;		
}

div.scrollable div.items div {
	float:left;
	width:163px;
}

div.scrollable div.items div.active {
	border:1px inset #ccc;		
	background-color:#fff;
}

div.scrollable {
	float:left;		
}

a.prev, a.next, a.prevPage, a.nextPage
{
    display: block;
    width: 18px;
    height: 124px;
    background: #eee url('../resimler/slide/salsol.png') no-repeat 0 50%;
    float: left;
    cursor: pointer;
}

a.prev, a.prevPage {
	margin:0 10px 0 0;
}

a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	background-position:-18px 53px;		
}

a.disabled {
	;		
}

a.next, a.nextPage
{
    background-image: url('../resimler/slide/salsol.png');
    clear: right;
}

a.next, a.nextPage {
	margin:0 0 0 9px;
}

#haberim {
	border:1px solid #5186d7; text-align:justify;  }

	#haberim ul, #haberim li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;text-align:justify; 
		}
	#slider2{margin-top:1em;}
	#haberim li, #slider2 li{  
		width:548px;
		height:215px;
		overflow:hidden; text-align:justify; 
		}		
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 6px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		background:#5186d7;
		color:#fff;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#999;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
