

#DHTMLgoodies_arrows {

	margin:45px auto;
}

#DHTMLgoodies_thumbs {
	overflow:hidden;	
	height:280px;	
	position:relative;	
	margin:auto;
	width:950px;
	top:50px;
	margin-left:5px;
}	

.strip_of_thumbnails {	/* A vertical strip of thumbnails */
	width:114px;	/* Width of strip */
	padding:5px 5px 5px 0;	/* "Air" inside filmstrip div */
	position:absolute;
	top:120px;
}
.strip_of_thumbnails div {
	padding:2px 2px 2px 0;
	text-align:center;
}

.strip_of_thumbnails img {
	border:0px;
	padding:5px 5px 5px 0;
}
.strip_of_thumbnails .activeImage {	/* Active thumbnail */
	/*border:2px solid #a2751a;*/	/* Green border around active thumbnail */
	padding-top:5px;
}

.leftArrow {
	float:left;
}

.rightArrow {
	float:right;
}

#DHTMLgoodies_thumbs_inner {
	position:relative;	/* Never change this */
}	


