﻿div.scrollingHotSpotLeft
{
	width:65px;
	height:127px;
	position:absolute;
	z-index:200;
	left:0;
	cursor:pointer;
}
div.scrollingHotSpotLeftVisible
{
	background:url(../img/bt-prev.png) left top no-repeat;
	zoom:1;
}
div.scrollingHotSpotRight
{
	width:65px;
	height:127px;
	position:absolute;
	z-index:200;
	right:0;
	cursor:pointer;
}
div.scrollingHotSpotRightVisible
{
	background:url(../img/bt-next.png) right top no-repeat;
	zoom: 1;
}
div.scrollWrapper
{
	position:relative;
	overflow:hidden;
	width:100%;
	height:100%;
}
div.scrollableArea
{
	position:relative;
	width:auto;
	height:100%;
}