@charset "UTF-8";
/* CSS Document */

/* controls for positioning of gallery selector on home page */

#home-gallery-wrapper{
	position:relative;
	float:left;
	margin-top:2px; /* aligns to base of header (just) */
	margin-left:auto;
	margin-right:auto;
	width:931px;
	height:552px;
	background-color:#FFFFFF;
}

#gallerywrapper{
	position:relative;
	float:left;
	margin-top:62px;
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	height:188px;
	background-color:#FFFFFF;
	z-index:1;
	}

/* for use with the need for 6 galleries*/

#gallerythumb{
	position:relative;
	float:left;
	margin-right:44px;
	width:281px;
	height:188px;
	background-color:#999;
	z-index:2;
}

/* for use with the need for 4 galleries*/

#gallerythumb2{
	position:relative;
	float:left;
	margin-left:95px;
	margin-right:95px;
	width:281px;
	height:188px;
	background-color:#999;
	z-index:2;
}