@CHARSET "UTF-8";

/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
}

a.browse  {
	cursor: pointer;
	display: block;
	float: left;
	font-size: 1px;
	height: 170px;
	margin: 0;
	width: 20px;
}
a.browse.left  {
	background: transparent url("/images/scrollable-horizontal-browse-left.png") no-repeat 0 0;
}
a.browse.right  {
	background: transparent url("/images/scrollable-horizontal-browse-right.png") no-repeat -20px 0;
}
a.browse.left:hover, a.browse.left:active  {
	background-position: -20px 0;
}
a.browse.right:hover, a.browse.right:active {
	background-position: 0 0;
}

.navi{
	display: inline-block;
	float: none;
	clear: both;
	width: auto;
	margin: 0 auto;
}
.navi a{
	display: block;
	float: left;
	font-size: 1px;
	line-height:10px;
	width:10px;
	height:10px;
	background: #ccc;
}
.navi a.active{
	background: #666;
}

/* right 
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; } 
*/

/* left
a.left			{ margin-left: 0px; } 
a.left:hover  	{ background-position:-30px 0; }
a.left:active  	{ background-position:-60px 0; }
*/
/* disabled navigational button 
a.disabled {
	visibility:hidden !important;		
} 	
*/

