﻿/* outmost wrapper element */
div.scrollable {
	padding: 0 5px;
	overflow: hidden;
	float: left;
	width: 540px;
	height: 70px;
	display:inline;
}
div.horizontal {
}
div.noitems {
	padding-top: 0px;
}
div.noitems div.__scrollable {
}
/* container for the scrollable items */
div.horizontal div.items {
	height: 61px;
	float: left;
	width: 476px !important;
	overflow: hidden;
	margin-top: 5px;
	display: inline;
}
div.horizontal div.items img {
	float: left;
	height: 61px;
	overflow: hidden;
	border: 0;
}
/* single item */
div.items a, div.noitems a {
	display: block;
	width: 160px;
	height: 61px;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
}
div.items a {
	float: left;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	letter-spacing: normal;
	color: #000;
}
div.item {
	height: 61px;
	width: 153px;
	float: left;
}
div.double div.items a {
	float: none;
	cursor: default;
}
div.items a:hover, div.noitems a:hover {
}
div.item a:hover {
}
div.items a.active, div.noitems a.active {
	background-position: -174px 0;
	color: #555;
	cursor: default;
}
/* next / prev buttons */
a.prev {
	background-position: center center;
	background: url('../../images/icLeft.png') no-repeat 0 0;
	display: block;
	width: 28px;
	height: 28px;
	float: left;
	cursor: pointer;
	margin: 20px 2px 0 2px;
}
a.next {
	background-position: center center;
	background: url('../../images/icRight.png') no-repeat 0 0;
	display: block;
	width: 28px;
	height: 28px;
	float: left;
	cursor: pointer;
	margin: 20px 2px 0 2px;
}
/* end */
a.prev:hover {
	background: url('../../images/icLeftHover.png') no-repeat 0 0;
}
a.next:hover {
	background: url('../../images/icRightHover.png') no-repeat 0 0;
}
