#thumbnav{
    clear: both;
}

.thumb img {
	width:100px;
	height:100px;
	padding:3px;
	border:1px solid #929a9d;
}

#scrollDiv {

	overflow: hidden;
	height: 120px;
	width: 520px;
	border:1px solid #ccc;
	float:left;
	background-color: #FFF;
}

#thumbs {
	height: 100px;
	margin:10px;
	width:10000px;
	text-align:left;
}

#thumbnav {
	/*width:100px;*/
	margin: 10px auto 15px auto;
}

.handle {
	background: #FF9933;
	border:1px solid #ccc;
	border:none;
	color:#fff;
	height:122px;
	width:15px;
	font-size:8pt;
	line-height:87px;
	font-weight:bold;
	display:block;
	float:left;	
}


