/* THUMBNAIL GALLERY */
#page{
	padding: 15px 6px 15px 4px;
}
#gallery {
	clear: both;
	white-space: normal;
	overflow:hidden;
	height:100%;
	*width:33%;
	/*margin: 15px 6px 21px 4px;*/
	padding:0;
	}
#display{
	text-align:center;
	margin:0px auto;
	height:400px; 
	width:600px;
	background-color:#ddd;
	overflow:hidden;
	position:relative;
	border:solid 1px #013;
}

#controls{
	position:relative;
	width:60%;
	color:#047;
	font-size:4em;
	padding:0;
	margin:0px auto;
	text-align:center;
}

#controls div {
	width:.7em;
	float:left;
	text-align:center;
	line-height:66px;
}
#controls div.thumbs {
	width:80%;
	overflow:hidden;
}
#controls ul{
	float:left;
	margin:0;
	padding:0;
	width:100000px;
	padding:0 50%;
}
#controls li {
	list-style-type:none;
	margin:11px 7px;
	border:solid 1px #013;
	padding:0;
	float:left;
	width:52px;
	height:52px;
	display:block;
	overflow:hidden;
	position:relative;
}

#controls li.hover {
	border: solid 2px #047;
	margin:10px 6px;
}

#controls li.selected {
	border: solid 4px #047;
	margin:8px 4px;
}
