div.horizontal {
	width: 100%;
	height:50px;
}

div.double div.items {
	height:145px !important;
}

div.noitems {
	padding-top:0px;
}

div.noitems div.scrollable {
	margin-top:2px;
	text-align: center;
}

/* container for the scrollable items */
div.horizontal div.items {
	height: 50px;
	margin:4px;
	float:left;
	width: 99% !important;
}

div.vertical div.items {
	height:180px !important;
}


/* single item */
div.items a, div.noitems a {
	display:block;
	width:50px;
	height: 50px;
	line-height:50px;
	text-decoration:none;
	text-align:center;
	cursor:pointer;
}

div.items a {
	float:left;
	margin:0px 5px;
}

div.double div.items a {
	float:none;
	cursor:default;
}

div.items a:hover, div.noitems a:hover {
	color:#999;	
}

div.item a:hover {
	color:#ccc;	
}

div.items a.active, div.noitems a.active {
	background-position:-174px 0;
	color:#555;
	cursor:default;
}

div.vertical a {
	margin-bottom:10px;	
}

div.vertical div.items a {
	float:none;	
}

/* next / prev buttons */
a.prev, a.next {
	background:url(../image/left.png) no-repeat 0 0;
	display:block;
	width:18px;
	height:18px;
	float:left;	
	cursor:pointer;
}

a.next {
	background-image:url(../image/right.png)
}

a.prev:hover {
	background-position:0 -18px;
}

a.next:hover {
	background-position:0 -18px;
}

div.double a.prev, div.double a.next {
	margin-top:50px;
}

/* navigator */
div.navi {
	position:relative;
	top:-30px;
	left:510px;
	margin-left:-60px;
	width:50px;
	height:0px;
}

div.vertical div.navi {
	left:75px;
	width:60px;
}

/* items inside navigator */
div.navi span {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(../image/dots.png) 0 0 no-repeat;     
	cursor:pointer;
}

div.navi span:hover {
	background-position:0 -8px;      
}

div.navi span.active {
	background-position:0 -16px;     
}