
#gallery{
	width: 800px;
	position: relative;
	height: 600px;
	background: white; 
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #6d6d6d;
	font-weight: normal;
	
}
a {
	margin: 0px;
	padding:0px;
	color: #fe7001;
	text-decoration: none;
}
a:hover {
	color: #fe7001;
	text-decoration: underline;
}

a img {
	border: 0px;
}



#gallery .prev,
#gallery .next{
	position: absolute;
	width: 400px;
	height: 500px;
	top: 0px;
	opacity: .5;
}
#gallery .prev a ,
#gallery .next a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-indent: -3000px;
	color: #FFFFFF;
	cursor: pointer;
}
#gallery .prev a:focus ,
#gallery .next a:focus {
	outline:0;
}
#gallery .prev {
	left: 0px;
}
#gallery .next{
	right: 0px;
}
#gallery .prev {
	background: url(/images/structure/gallery/prev.png) 15px center no-repeat;
}
#gallery .next{
	background: url(/images/structure/gallery/next.png) 350px center no-repeat;
}
#gallery .prev:hover {
	background: url(/images/structure/gallery/prev_hover.png) 15px center no-repeat;
}
#gallery .next:hover {
	background: url(/images/structure/gallery/next_hover.png) 350px center no-repeat;
}
#gallery #bigpicture{
	width: 100%;
	height: 500px;
}
#gallery #bigpicture img{
	float: none;
	clear: both;
	display: block;
	margin: 0px auto 0px auto;
	padding: 0px;
}
#gallery #bigpicture p{
	color: #666666;
	font-weight: bold;
	text-align: left;
	margin:0px;
	padding: 0px;
	position: absolute;
	left: 0;
	top: 505px;
}
#gallery .thumbnails{
	position: relative;
	width: 100%;
	margin-top: 35px;
	height: 70px;
	overflow: hidden;
	left: 0;
	text-align: center;
}

#gallery .thumbnails ul,
#gallery .thumbnails ul li{
	list-style-type: none;
	display: inline;
	white-space: nowrap;
	background: none;
	margin: 0px;
	padding: 0px;
}
#gallery .thumbnails ul{position: relative; padding: 0 5px;}
#gallery .thumbnails ul li a{
	display: inline-block;
	margin-right: 4px;
	margin-bottom: 4px;
}
#gallery .thumbnails ul li a:focus {
	outline:0;
}
#gallery .thumbnails ul li a img{
	padding: 1px;
	border: 1px solid #ffffff;
}
#gallery .thumbnails ul li a:hover img{
	border: 1px solid #666666;
}

