
/* center column */	
	#maincontent {
		padding-left: 182px;   /* LC width */
		padding-right: 0; 
		background-color: #fff;}

		div.centercontent {
			margin-left: 11px !important;
			height: 440px;
			background: url("../images/photogallery_bg.jpg") no-repeat top left;}

			
/* -------------------------------------------------------------------------------------------------------
																				PHOTO GALLERY NAV */	
div.galleryimg {
    height: auto;}
/* parent div for drop shadow background image */	
		#gallerynav {
			background: #353435 no-repeat top left;
			margin: 0 0 1em 0;
			padding: 0;
			width: 500px;
			height: 30px;
			overflow:hidden;}	

/* menu button */				
		#gallerynav #menubutton {
			float: left;
			width: 17px;
			margin: 6px 0 0 24px;}

/* previous button */			
		#gallerynav #previous {
			float: left;
			width: 12px;
			margin: 6px 15px 0 10px;}

/* next button */			
		#gallerynav #next {
			float: left;
			width: 12px;
			margin: 6px 10px 0 15px;}

/* thumbnail buttons */								
		#gallerynav #thumbnails .thumbnail {
			float: left;
			width: 14px;
			height: 14px;
			margin: 6px 3px 0 3px;
			border: 1px solid #fff;
			padding: 0;}		

/* thumbnail images opacity */							
		#gallerynav #thumbnails .thumbnails a.current img {
			opacity: .9;}						
		#gallerynav #thumbnails .thumbnails a.current:hover img {
			opacity: 1;}						
		#gallerynav #thumbnails .thumbnails a img {
			opacity: .9;}						
		#gallerynav #thumbnails .thumbnails a:hover img {
			opacity: 1;}

/* thumbnail image preview */

#thumbnailpreview {
	position: absolute;
	width: 53px;
	height: 40px;
	margin-top: -40px;
	left: 93px;}
	
#previewimg {
	background: #fff;
	padding: 2px 2px 0 2px;
	margin: 0;}	
	
#previewarrow {
	margin: 0;
	padding: 0;
	background: url("../images/photogallery_arrow.gif") no-repeat  bottom center;
	height: 3px;
	width: 53px;}
	
	
		
