#ScrollLeft
{
	background: transparent url(/App_Themes/Quaker/Images/products/LeftArrow.jpg) 0 0 no-repeat;
	width: 41px;
	height: 41px;
	position: absolute;
	left: 0px;
	top: 50px;
}
#ScrollRight
{
	background: transparent url(/App_Themes/Quaker/Images/products/RightArrow.jpg) 0 0 no-repeat;
	width: 41px;
	height: 41px;
	float: left;
	position: absolute; /*margin-left: 15px;     margin-top: 50px;*/
	right: 20px;
	top: 50px;
}
.scrollable
{
	position: relative;
	overflow: hidden;
	width: 890px;
	height: 190px;
	float: left;
	left: 50px;
}
.scrollable .items
{
	width: 20000em;
	position: absolute;
	clear: both;
}
.scrollable .item
{
	float: left;
	margin: 10px 10px 0px;
	padding: 0 0 10px;
	text-align: left;
	width: 155px;
	text-align:center;
}
.scrollable .item a
{
	font-size: 11px;
}

