﻿.navi {
	margin-left:330px;
	width:200px;
	height:22px;
}
.navi a {
	width:15px;
	height:15px;
	float:left;
	margin:3px;
	background:url(img/vitrin_kucukbuton.png) 0 0 no-repeat;
	display:block;
	font-size:1px;
}
.navi a:hover {
	background-position:0 -15px;      
}

/* active state (current page state) */
.navi a.active {
	background-position:0 -30px;     
}

/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(img/vitrin_buton.png) no-repeat;
	display:block;
	width:20px;
	height:40px;
	float:left;
	margin:40px 4px;
	cursor:pointer;
	font-size:1px;
}
/* right */
a.right 		{ background-position: 0 -40px; clear:right; margin-right: 0px;}
a.right:hover 	{ background-position:-19px -40px; }
a.right:active 	{ background-position:-38px -40px; } 
/* left */
a.left			{ margin-left: 0px; } 
a.left:hover  	{ background-position:-19px 0; }
a.left:active  	{ background-position:-38px 0; }
/* up and down */
a.up, a.down	{ 
	background:url(img/vert_large.png) no-repeat; 
	float: none;
	margin: 10px 50px;
}
/* up */
a.up:hover  	{ background-position:-20px 0; }
a.up:active  	{ background-position:-60px 0; }
/* down */
a.down 			{ background-position: 0 -40px; }
a.down:hover  	{ background-position:-40px -40px; }
a.down:active  	{ background-position:-60px -40px; } 
/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
} 	
.scrollable {
	/* required settings */
	position:relative;
	overflow:hidden;
	width: 690px;
	height:120px;
	border:1px solid #0500d2;
	background-color:#ffffff;
}
.scrollable .items {
	width:20000em;
	position:absolute;
	clear:both;
}

.scrollable img {
	float:left;
	margin:15px 5px 10px 8px;
	background-color:#2a0f89;
	padding:2px;
	border:1px solid #ccc;
	cursor:pointer;
	width:120px;
	height:100px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
}
/* active item */
.scrollable .active {
	border:2px solid #000;
	z-index:9999;
	position:relative;
}