.bar-thumb-imgs-div{
	width:114px;
	height:83px;
	border:3px outset #696969;
}
.bar-thumb-imgs-div-selected{
	width:114px;
	height:83px;
	border:3px outset #FF0000;
}
.bar-thumb-imgs{
	width:114px;
	height:83px;
}
.scroller-background{
	background:url(img/background.png) repeat-x scroll;
}
#left-arrow-default{
	background:url(img/leftarrow.png) no-repeat 0px 0px;
	width:25px;
	height:90px;
	float:left;
}
#left-arrow-over{
	background:url(img/leftarrowover.png) no-repeat 0px 0px;
	width:25px;
	height:90px;
	float:left;
	cursor:pointer;
}
#left-arrow-disable{
	background:url(img/leftarrowdisable.png) no-repeat 0px 0px;
	width:25px;
	height:90px;
	float:left;
	cursor:default !important;
}
#right-arrow-default{
	background:url(img/rightarrow.png) no-repeat 0px 0px;
	width:25px;
	height:90px;
	float:left;
}
#right-arrow-over{
	background:url(img/rightarrowover.png) no-repeat 0px 0px;
	width:25px;
	height:90px;
	float:left;
	cursor:pointer;
}
#right-arrow-disable{
	background:url(img/rightarrowdisable.png) no-repeat 0px 0px;
	width:25px;
	height:90px;
	cursor:default !important;
	float:left;
}