/* outmost wrapper element */
#scrollable {
	background-color:#efefef;
	border:1px solid #ddd;
	padding:10px 0px;
	margin-top:10px;
	width:550px;
	height:65px;
	margin-left:15px;
}

#scrollable2 {
	background-color:#efefef;
	border:1px solid #ddd;
	padding:10px 0px;
	margin-top:10px;
	width:950px;
	height:120px;
	margin-left:15px;
}

/* container for the scrollable items */
div.items {
	height:66px;	
	margin-left:8px;
	float:left;
}

/* single item */
div.items a {
	display:block;
	float:left;
	margin-right:8px;
	padding-top:5px;
	width:88px;
	height:66px;
	background:url(img/item.gif) 0 0 no-repeat;
	font-size:12px;
	color:#ccc;
	line-height:66px;
	text-decoration:none;
	text-align:center;
	cursor:pointer;
}

div.items a:hover {
	color:#999999;	
}

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

div.items2 {
	height:110px;	
	margin-left:8px;
	float:left;
}

/* single item */
div.items2 a {
	display:block;
	float:left;
	margin-right:8px;
	padding-top:5px;
	width:88px;
	height:110px;
	background:url(img/item2.gif) 0 0 no-repeat;
	font-size:12px;
	color:#ccc;
	line-height:66px;
	text-decoration:none;
	text-align:center;
	cursor:pointer;
}

div.items2 a:hover {
	color:#999999;	
}

div.items2 a.active {
	background-position:-174px 0;		
	color:#555555;
	cursor:default;
}


/* next / prev buttons */
a.prev, a.next {
	display:block;
	width:30px;
	height:30px;
	float:left;
	background-repeat:no-repeat;	
	margin:15px 1px 0px 1px;
	cursor: pointer;
}

a.prev1, a.next1 {
	display:block;
	width:30px;
	height:30px;
	float:left;
	background-repeat:no-repeat;	
	margin:15px 1px 0px 1px;
	cursor: pointer;
}




a.prev {
	background:url(img/button-left.gif);		
}

a.prev:hover {
	background:url(img/button-left-over.gif);		
}

a.next {
	background:url(img/button-right.gif);		
}

a.next:hover {
	background:url(img/button-right-over.gif);		
}

a.prev2, a.next2 {
	display:block;
	width:30px;
	height:30px;
	float:left;
	background-repeat:no-repeat;	
	margin:40px 5px 10px 5px;
	cursor: pointer;
}

a.prev2 {
	background:url(img/button-left.gif);		
}

a.prev2:hover {
	background:url(img/button-left-over.gif);		
}

a.next2 {
	background:url(img/button-right.gif);		
}

a.next2:hover {
	background:url(img/button-right-over.gif);		
}

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