@charset "utf-8";
/* CSS Document */

#photogallery #mainPhoto
{
	float: left;
	width:498px;
	height:450px;
	margin:0;
	padding:0;
	z-index:2;
	text-align: center;
}
#photogallery #mainPhoto img#photo
{
	margin: 10px auto;
	border: 1px solid #c0c0c0;
	padding: 10px;
	background-color: #eeeded;
}
#photogallery #mainPhoto p
{
	margin: 0;
	padding: 0;
}
#photogallery #buttonArray
{
	float: left;
	width:498px;
	height: 34px;
	margin-top: 0;
	margin-bottom: 10px;
	padding: 0;
	z-index: 10px;
}
#photogallery #buttonArray #buttonLeft
{
	float: left;
	width: 10%;
	margin:0;
}
#photogallery #buttonArray #arrayCenter
{
	float: left;
	width: 81%;
	height: 100%;
}
#photogallery #buttonArray #buttonRight
{
	float: left;
	width: 9%;
	margin:0;
}
#photogallery #thumbContainer
{
	float: left;
	width:498px;
	height:210px;
	border: 1px solid #c0c0c0;
	padding-top: 2px;
	padding-bottom: 10px;
	background-color: #eeeded;
	z-index:1;
	overflow: scroll;
}
#photogallery #thumbContainer img.thumbnail {
	float:left;
	width: 72px;
	height: 54px;
	margin-top: 6px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 4px;
	border: 1px solid black;
}