@charset "utf-8";
/* CSS Document */


div.scrollable {
	position:absolute;
	overflow:hidden;
	width: 600px;
	height:300px;
	margin-right:10px;
	left: -5px;
	top: 2px;
}

div.scrollable div.items {
	width:20000px;
	position:absolute;
	clear:both;
	margin-left:10px;
	height: 230px;
}

div.scrollable div.items div {
	float:left;
	width:190px;
	height:230px;
	margin-right:10px;
}



a.prev, a.prevPage{
	display:block;
	width:18px;
	height:18px;
	background:url(../images/left.png) no-repeat;
	float:left;
	margin:180px -30px;
	cursor:pointer;
	font-size:1px;
}

a.prev:hover,  a.prevPage:hover {
	background-position:0px -18px;		
}
a.next, a.nextPage {
	width:18px;
	height:18px;
	background:url(../images/left.png) no-repeat;
	float:right;
	margin:-195px 0;
	cursor:pointer;
	font-size:1px;
}

a.next:hover, a.nextPage:hover {
	background-position:0px -18px;		
}
a.disabled {
	visibility:hidden !important;		
}

a.next, a.nextPage {
	background-image:url(../images/right.png);
	clear:right;	
}



#logo{
	background-image: url(../images/banner.png);
	height: 75px;
	width: 295px;
}
#div1{
		width:190px;
	height:300px;
	font-family: 'bitstream vera sans';
	margin-right:10px;
}


#ikon1 {
  
		width:190px;
	height:300px;
	background-repeat: no-repeat;
	margin-right:20px;
}


#mesaj{
	font-family:"Trebuchet MS";
	font-size:11px;
	width:230px;
	height:100px;
	color:#000000;
	padding:15px;
	text-align: justify;
}
#adres {
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#fff;
	height:20px;
	width:100px;
	margin-right:0px;
	float: right;
	text-align:right;
	cursor:pointer;
	margin-top: 10px;
	margin-right:10px;
}
#cizgi{
	height:1px;
	background-color:#FFFFFF;
}




a.siyah {
	font-size:11px;
  	color: #666;
  	text-decoration: none;
	font-weight: bold;

}

a.siyah:hover {
	text-decoration: underline;
	color: #F00;
	font-weight: bold;

}
a.siyah:visited {
	font-size:11px;
	color: #666;
	text-decoration: none;
	font-weight: bold;
}



.right {
  	float: right;
}

.amp {
  font-family: Georgia;
}

h1 {
  font-size: 16px;
  margin: 10px 0;
  color:#3366FF
}
.baslik {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #CE2600;
}
.dayazi {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #333;
}

