﻿/* outmost wrapper element */
div.scrollable {
	padding: 10px 5px;
	overflow: hidden;
	float: left;
	width: 910px;
	height: 120px;
	display:inline;
}
div.horizontal {
}
div.noitems {
	padding-top: 0px;
}
div.noitems div.__scrollable {
}
/* container for the scrollable items */
div.horizontal div.items {
	height: 120px;
	float: left;
	width: 830px !important;
	overflow: hidden;
	margin-top: 5px;
	display: inline;
	margin: 0 5px;
}
div.horizontal div.items img {
	float: left;
	width: 160px;
	overflow: hidden;
	border: 0;
}
/* single item */
div.items a, div.noitems a {
	display: block;
	width: 160px;
	height: 120px;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
	margin: 0 9px 0 0;
}
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: 120px;
	width: 160px;
	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/left.jpg') no-repeat 0 0;
	display: block;
	width: 29px;
	height: 120px;
	float: left;
	cursor: pointer;
	margin: 5px 2px 0 2px;
}
a.next {
	background-position: center center;
	background: url('../images/right.jpg') no-repeat 0 0;
	display: block;
	width: 29px;
	height: 120px;
	float: left;
	cursor: pointer;
	margin: 5px 2px 0 2px;
}
/* end */
a.prev:hover {
	background: url('../images/leftHover.jpg') no-repeat 0 0;
}
a.next:hover {
	background: url('../images/rightHover.jpg') no-repeat 0 0;
}

