#GPrevBtn {
	position: absolute;
	top: 150px;
	left:-2px;
	z-index:20;
	
	background: url(/i/left-arrow.png) no-repeat top left;
	width:25px;
	height:50px;
	text-indent: -9999px;
}

#GNextBtn {
	position: absolute;
	top: 130px;
	left:600px;
	
	background: url(/i/right-arrow.png) no-repeat top left;
	width:25px;
	height:50px;
	text-indent: -9999px;	
	
}


div.GalleryContainer {
	margin-top:10px;
	width:650px;
	height:85px;
	overflow:auto;
	overflow-x:scroll;
	border: 1px solid #666666;
	padding:10px;
/*
	scrollbar-arrow-color: #000066;
	scrollbar-base-color: #A0AEC5;
	scrollbar-dark-shadow-color: white;
	scrollbar-track-color: #A0AEC5;
	scrollbar-face-color: #A0AEC5;
	scrollbar-shadow-color: white;
	scrollbar-highlight-color: #7088A9;
	scrollbar-3d-light-color: #000066;
*/	
}


div.GalleryContainer img {
	border:0px;
}



div.GalleryContainer td {
	padding:3px;
	height:60px;
}


.LargeImageTable {
	width:100%;
}

.LargeImageTable td {text-align:center;}

.LargeImageTable img {
	/*display:block;*/
	margin:0px auto;
	border:none;
}

div.GalNavBtns {
text-align:center;
}

div.GalNavBtns a {
	color:#999999;
	text-decoration:none;
	font-weight:bold;
}

div.GalNavBtns a:hover {
	color:#FDE34C;
}
