div.scrollable {
	position:relative;
	overflow:hidden;
	width:580px;
	height:100px;
	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:100px;
	background:#eee url(../images/left.png) 0 50% no-repeat;
	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 41px;		
}

a.disabled {
	visibility:hidden !important;		
}

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

a.next, a.nextPage {
	margin:0 0 0 9px;
}

.scrollable .items div {
	width:163px; height:110px; margin:0; padding:0 10px 0 0; position:relative; }

.scrollable .items div .resim {
	margin:0; padding:0; }

#ana {
	margin:5px ; background:#fff; padding:5px; border:1px solid #c0c0c0; width:910px; }
.scrollable .items div p {
	background:url(../images/transparan2.png) repeat scroll 0 0 transparent;
	bottom:0;
	width:135px;
	height:32px;
	
	left:0;
	padding-right:0px;
	font-size:9px;
	margin-left:0px;
	position:absolute;

}

.scrollable .items div a {
	color:#000; font-size:9px; font-weight:bold; font-family:Tahoma, Geneva, sans-serif; text-decoration:none; line-height:14px; }

.scrollable .items div a:hover {
	color:#f90; }
