/********************************
GALLERY
********************************/
#gallery{
	position: relative;
	height: 560px;
	left: 0px;
	top: 0px;
}
#gallery .title{
	position: relative;
	font-size: 12px;
	font-weight: bold;
	color: #484848;
	padding-top: 3px;
	padding-bottom: 5px;
}
#gallery .portrait{
	position: relative;
	text-align: left;
	width: 410px;
	padding: 5px;
	height: 360px;
}
#gallery .type {
	position:absolute;
	left:430px;
	top: 0px;
	padding-left: 5px;
}
#gallery .type select {
	font-family: verdana;
	font-size:11px
}
#gallery-thumbnails{
	position: absolute;
	top: 350px;
	left: 50px;
	width: 279px;
	text-align: center;
}
#gallery-thumbnails p{
	text-align: left;
	padding-left: 8px;
	padding-right: 8px;
}
#gallery-thumbnails .sbnav{
	border-top: 1px dotted #322616;
	border-bottom: 1px dotted #322616;
	width: 100%;
	background-color: #FAF6F1;
}
#gallery-thumbnails .sbnav a{
	display: block;
	background-color: transparent;
	color: #746046;
	padding: 2px;
	
}
#gallery-thumbnails .sbnav a:hover{
	background-color: #746046;
	color: white;
}
#gallery-thumbnails .sbnav a.selected{
	font-weight: bold;
	background-color: transparent;
	color: #746046;
}
