/*scrollable Horizontal*/
.scrollable {
	position:relative;
	overflow:hidden;
	width: 188px;
	height:148px;
	border:1px solid #ccc;
	background:url(/assets/images/scrollable/scrollable-gradient-h300.png) repeat-x;
}
.scrollable .items {
	width:20000em;
	position:absolute;
	clear:both;
}

.items div {
	float:left;
	width:180px;
}
.scrollable img {
	float:left;
	margin:10px 5px 10px 11px;	
	background-color:#fff;
	padding:2px;
	border:1px solid #ccc;
	width:160px;
	height:120px;

	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

.scrollable .active {
	border:2px solid #000;
	position:relative;
	cursor:default;
}

.scrollable img.hover {
	background-color:#123;	
}

/*scrollable Button*/
.scrollable {
	float:left;	
}
a.browse {
	background:url(/assets/images/scrollable/hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	float:left;
	margin:0px 5px;
	cursor:pointer;
	font-size:1px;
}
a.right 				{ background-position: 0 -30px; clear:right; margin-right: 0px;}
a.right:hover 		{ background-position:-30px -30px; }
a.right:active 	{ background-position:-60px -30px; } 
a.left				{ margin-left: 0px; } 
a.left:hover  		{ background-position:-30px 0; }
a.left:active  	{ background-position:-60px 0; }
a.up, a.down		{ 
	background:url(/assets/images/scrollable/vert_large.png) no-repeat; 
	float: none;
	margin: 10px 50px;
}
a.up:hover  		{ background-position:-30px 0; }
a.up:active  		{ background-position:-60px 0; }
a.down 				{ background-position: 0 -30px; }
a.down:hover  		{ background-position:-30px -30px; }
a.down:active  	{ background-position:-60px -30px; } 
a.disabled {
	visibility:hidden !important;		
} 	
/*scrollable Navigation*/

.navi {
	width:200px;
	height:20px;
}
.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(/assets/images/scrollable/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;
}
.navi a:hover {
	background-position:0 -8px;      
}
.navi a.active {
	background-position:0 -16px;     
}