@charset "utf-8";

/* outmost wrapper element */
#scrollable {
	margin-left:auto;
	margin-right:auto;
	background-color:#ffffff;
	border:1px solid #ddd;
	padding:10px 8px;
	width:970px;
	height:225px;
	margin-bottom: 2px;
}


/* container for the scrollable items */
div.items {
	height:225px;	
	float:left;
	width:924px !important;
	margin: 0 4px 0 4px;
	text-align:center;
}



/* single item */
div.items a {
	display:block;
	float:left;
	margin-right:8px;
	width:300px;
	height:225px;
	cursor:pointer;
}

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

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


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

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

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

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



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


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

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

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



.style5 {
	color: #999999;
	font-size: 11px;
	margin:0 0 0 20px;
	}

