div#gallerydiv {
	text-align: center;
}
	
#mainimgdiv {
	border: 1px solid #ccc;	
	height: 240px;
	width: 320px;
	margin: 10px auto 10px auto;	
}

#scrollbox {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 420px;
	height: 80px;
	padding: 2px 0 0 0;
	border: 1px solid #ccc;
	overflow: auto;		
}

/*
#thumbs {
	width: 3600px;
	height: 60px;
}
*/

.thumbnail {
	width: 64px;
	height: 48px;	
	cursor: pointer;
	border: 1px solid #ffffff;
}

.imghover {
	border: 1px solid #ff0000;	
}

#spanmsg {
	font-weight:bold;
}

.h3gallery {
	text-align: left;
	margin: 10px 0 20px 10px;	
}

#galleryNav {
	border: 0;	
	height: 12px;
	width: 320px;
	margin: 0 auto 10px auto;
	text-align: center;
	font-size: 0.80em;
}

#imgLeftArrow {
	position: relative;
	float: left;
} 

#imgRightArrow {
	position: relative;
	float: right;
} 

