/*---------------------------------------------------------------------------------------------------------------
	overide or inject styles from inherited pages.css below
---------------------------------------------------------------------------------------------------------------*/
.container {}

/*---------------------------------------------------------------------------------------------------------------
	gallery styles
---------------------------------------------------------------------------------------------------------------*/
.galleryElements{width:360px; vertical-align:top; padding-top:55px;}
.galleryFull{vertical-align:top;}

#categoryDetails {width:320px;}
	#categoryDetails h1 {display:block;margin-top:10px;}
	#categoryDetails p { text-align: left;}

#galleryNav {width:320px; margin:15px 0px;}
	#galleryNav select {}
	#galleryNav option {}

#thumbSelector {width:340px; height:140px; overflow:auto;}
	#thumbSelector a {}
	#thumbSelector img:hover {border:5px solid black; width:50px; height:50px; float:left; margin-right:20px; margin-bottom:20px;}
	#thumbSelector img {border:5px solid #eeeeee; width:50px; height:50px; float:left; margin-right:20px; margin-bottom:20px;} /* check img tag to be sure it was not hard coded for thumbs */

#photoFull {width:600px; vertical-align:top;}
	#photoFull img {border:5px solid #000000;}
	#photoFull h2 {display:none;}
	#photoFull div {display:none;}
	#photoFull p {text-align:right; margin-right:5px;}

