﻿/* container for the scrollable items */
div.horizontal div.items {
	height: 50px;
	float: left;
	width: 900px !important;
	overflow: hidden;
	margin-top: 5px;
	display: inline;
}
div.horizontal div.items .img {
	float: left;
	overflow: hidden;
	border: 0;
	width: 120px;
	height: 40px;
	background-position: center center;
	background-repeat: no-repeat;
	border: 1px #E5E7E7 solid;
	margin: 0 4px 0 3px;
}
div.horizontal div.items .img:hover {
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}
/* single item */
div.items a, div.noitems a {
	display: block;
	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;
}
/* next / prev buttons */
a.prev {
	background-position: center center;
	background: url('../images/sol.jpg') no-repeat 0 0;
	display: block;
	width: 15px;
	height: 32px;
	float: left;
	cursor: pointer;
	margin: 10px 5px 0 5px;
}
a.next {
	background-position: center center;
	background: url('../images/sag.jpg') no-repeat 0 0;
	display: block;
	width: 15px;
	height: 32px;
	float: left;
	cursor: pointer;
	margin: 10px 5px 0 5px;
}
/* end */
a.prev:hover {
	background: url('../images/solHover.jpg') no-repeat 0 0;
}
a.next:hover {
	background: url('../images/sagHover.jpg') no-repeat 0 0;
}
