@charset "utf-8";
/* CSS Document */

.gallery { /*CSS for DIV containing the big image*/
	width: 520px;
	min-height:400px;
	max-height:400px;
	margin: 10px 10px 20px 0;
		padding: 0px; 
	background:#F2F0E8;
	float:left;
}


.display {
margin:20px;
}

.thumbnails{
	min-width: 170px; 
	min-height:368px;
	height: 368px;
	margin: 10px 0px 20px 0;
			padding: 15px;  
	float:left;
	border: solid 1px #E0DAC5;
}


/**************************       needed for the PHP script styling      ************************/

.slideshow{ /*CSS for DIV containing each image*/
float: left;
/*margin-right: 6px;
margin-bottom: 5px; */
	margin:4px;
}

.slideshow img{ /*CSS for each image tag*/
border: 0;
width: 80px;
height: 60px;
	margin:0; padding:0;
}

#navlinks{ /*CSS for DIV containing the navigational links*/
width: 140px;
margin-left:4px; 
}

#navlinks a{ /*CSS for each navigational link*/
margin-right: 10px;
margin-bottom: 0px;
font-size: 110%;
}

#navlinks a.current{ /*CSS for currently selected navigational link*/
background-color: #E0DAC5;
}