
.smallThumb {
	width:85px;
	height:85px;
	background:#737373;
}
.hScroller {
	clear:both;
}
.vScroller {
	clear:both;
}
.hScroller .hArrow_block {
	float:left;
	position:relative;
	height:95px;
	width:17px;
	padding:0px;
	background-color:#000;
}
.hScroller .leftArrow {
	position:absolute;
	bottom:5px;
}
.hScroller .rightArrow {
	position:absolute;
	bottom:5px;
	left:5px;
}
.hScroller .smallBoxWrapper {
	float:left;
	padding-right:5px;
	text-align:center;
}
.hScroller .box_wrapper {
	position:relative;
/*	background-color:#f00;*/
	width:1000px;

}
.hScroller .hShell {
	position:relative;
	width:370px;
	height:85px;
	padding:5px;
	background-color:#000;
	overflow:hidden;	
	float:left;	
}

/**/
.vScroller .vArrow_block {
	position:relative;
	height:17px;
	width:95px;
	padding:0px;
	background-color:#000;
}
.vScroller .upArrow {
	position:absolute;
	right:5px;
/*	bottom:5px;*/
}
.vScroller .downArrow {
	position:absolute;
	top:5px;
	right:5px;
}

.vScroller .smallBoxWrapper {
	padding-bottom:5px;
	text-align:center;
}
.vScroller .box_wrapper {
	position:relative;
	background-color:#000;
	height:1000px;

}
.vScroller .vShell {
	position:relative;
	height:296px;
	width:85px;
	padding:0px 5px 0px 5px;
	background-color:#000;
	overflow:hidden;
}