@charset "utf-8";
/* CSS Document */
#makeMeScrollable{
	width:100%;
	position: relative;
	float:left;
	margin-top:-449px;

	}
	
#makeMeScrollable div.scrollableArea img{
	position: relative;
	float: left;
	margin: 0;
	padding-left: 4px;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	}

div.scrollingHotSpotLeft{
	min-width: 57px;
	height: 35px;
	background-repeat:no-repeat;
	position: absolute;
	z-index:80;
	left: 0;
	cursor:pointer;
    top:9px;
	}

div.scrollingHotSpotLeftVisible{
	}

div.scrollingHotSpotRight{
	min-width: 59px;
    height:36px;
	background-repeat:no-repeat;
	position: absolute;
	z-index: 200;
	left: 60px;
	cursor:pointer;
	top:9px
	}

div.scrollingHotSpotRightVisible{
	}
	
div.scrollWrapper{
	min-width:450px;
	position: relative;
	overflow: hidden;
	height: 100%;
	}
	
div.scrollableArea{
	width: 960px;
	position: relative;
    height:100px;
	}