.gallery_cell_1{
	background-image:url(/images/gal_nav_bg1.jpg);
	background-repeat:no-repeat;
	background-postion:top;
	width:145px;
	height:100px;
	text-align:center;
	padding-top:12px;
}

.gallery_cell_2{
	background-image:url(/images/gal_nav_bg2.jpg);
	background-repeat:no-repeat;
	background-postion:top;
	width:145px;
	height:100px;
	text-align:center;
	padding-top:12px;
}

.gal_nav_img_container{
	height:65px;
	width:115px;
	overflow:hidden;
	border:1px Solid #FFFFFF;
	margin-left:14px;
	margin-right:14px;
}
		
.gallery_nav_title_shadow{
	font-size:10px;
	font-weight:bold;
	color:#000000;
	padding-top:1px;
	width:144px;
	padding-right:1px;
}

.gallery_nav_title{
	font-size:10px;
	font-weight:bold;
	color:#eda445;
	position:absolute;
	width:145px;
}

.gallery_nav_date{
	font-size:6pt;
	color:#e0e0e0;
}

.image_rollover:hover img{
	filter:xray;
	opacity:.75;
	cursor:hand;
	cursor:pointer;
}

#image_screen{
	background-color:#000000;
	text-align:center;
	vertical-align:middle;
	border-left:5px Double #eda445;
	border-top:5px Double #eda445;
	border-bottom:5px Double #eda445;
}

#image_container{
	background-color:#000000;
	text-align:center;
	height:450px;
	overflow:hidden;
	width:550px;
}

#image_nav{
	background-color:#000000;
	height:450px;
	overflow:auto;
	/*scrollbar-base-color:#eda445;
	scrollbar-3dlight-color:#000000; 
	scrollbar-base-color:#000000; 
	scrollbar-darkshadow-color:#000000; 
	scrollbar-face-color:#010101; 
	scrollbar-highlight-color:#000000; 
	scrollbar-arrow-color:#eda445; 
	scrollbar-shadow-color:#000000;*/
	scrollbar-base-color:#eda445;
	scrollbar-3dlight-color:#000000; 
	scrollbar-darkshadow-color:#eda445; 
	scrollbar-face-color:#eda445; 
	scrollbar-highlight-color:#eda445; 
	scrollbar-arrow-color:#000000; 
	scrollbar-shadow-color:#000000;
	
	border-right:5px Double #eda445;
	border-top:5px Double #eda445;
	border-bottom:5px Double #eda445;
}

#image_nav_title{
	font-size:10pt;
	text-align:center;
	font-weight:bold;
	padding-top:5px;
	border-bottom:1px solid #eda445;
}

.thumb_nail{
	width:70px;
	height:70px;
	overflow:hidden;
	cursor:hand;
	margin-bottom:5px;
}

#selImg{
	font-size:10px;
	width:250px;
	text-align:right;
	border:1px Solid #003300;
}

#caption{
	font-size:10pt;
	color:#eda445;
	font-weight:bold;
	padding:5px;
	border-top:1px Solid #eda445;
	margin:5px;
}

#title{
	font-size:14pt;
	color:#FFFFFF;
	font-weight:bold;
	padding:5px;
	text-align:left;
	border-bottom:1px Solid #eda445;
	margin:5px;
}







