/* outmost wrapper element */
#scrollable {
	padding: 20px 0 20px 0;
	width: 680px;
	height: 210px;
}

/* container for the scrollable items */
div.items {
	height: 210px;
	margin-left: 5px;	
	float: left;
	width: 620px !important;
}

/* single item */
div.items a {
	display: block;
	float: left;
	width: 120px;
	margin-right: 5px;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
}

div.items a img {
	border: solid 1px #ababab;
	padding: 2px;
	background: #fff;
}

div.items div.brand_name {
	font-size: 10px;
	line-height: 120%;
	margin-top: 5px;
}

div.items a:hover img {
	border: solid 1px #1B24A5;
}

/* next / prev buttons */
a.prev {
	display:block;
	width:26px;
	height:26px;
	float:left;
	background-repeat:no-repeat;	
	margin:55px 0 0 0;
}
a.next {
	display:block;
	width:26px;
	height:26px;
	float:left;
	background-repeat:no-repeat;	
	margin:55px 0 0 3px;
}

a.prev {
	background: url(/images/top/btn_left.gif);
}

a.prev:hover {
	background: url(/images/top/btn_left_on.gif);
}

a.next {
	background: url(/images/top/btn_right.gif);
}

a.next:hover {
	background: url(/images/top/btn_right_on.gif);
}

/* navigator */
div.navi {
	position: relative;
	top: -20px;
	left: 370px;
	margin-left: -50px;
	width: 50px;
	height: 0px;
}

/* items inside navigator */
div.navi span {
	width: 8px;
	height: 8px;
	float: left;
	margin: 3px;
	background: url(/images/top/dots.png) 0 0 no-repeat;
	cursor: pointer;
}

div.navi span:hover {
	background-position: 0 -8px;
}

div.navi span.active {
	background-position: 0 -16px;
}
