﻿#makeMeScrollable {
	height:182px;
	width:100%;
	float:left;
	z-index:100;
	position:relative;
	padding:0px;
	margin-top: -270px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	overflow: hidden;
}
div.scrollingHotSpotLeft {
	min-width:44px;
	height:60px;
	background-repeat:repeat;
	background-position:center center;
	position:absolute;
	z-index:9999;
	width:44px;
	margin-left:23px;
	margin-top:42px;
}
div.scrollingHotSpotLeftVisible {
	background-color:#fff;
	background-repeat:no-repeat;
	opacity:0.7;
	filter:alpha(opacity=70);
	-moz-opacity:0.70;
	zoom:1;
}
div.scrollingHotSpotRight {
	min-width:44px;
	height:60px;
	background-repeat:repeat;
	background-position:center center;
	position:absolute;
	z-index:999;
	right:0;
	width:44px;
	margin-right:23px;
	margin-top:42px;
}
div.scrollingHotSpotRightVisible {
	background-color:#fff;
	background-repeat:no-repeat;
	opacity:0.7;
	filter:alpha(opacity=70);
	-moz-opacity:0.70;
	zoom:1;
}
div.scrollWrapper {
	position:relative;
	overflow:hidden;
	width:100%;
	height:140px;
	z-index:10;
	padding-top:21px;
	padding-bottom:21px;
	background-color:#000000;
	background:rgb(0,0,0);
	background:rgba(0,0,0,0.85);
	float: left;
}
div.scrollableArea {
	position:relative;
	width:auto;
	height:140px;
	overflow: hidden;
	float: left;
}
