#gallery {
	background:#f2f2f2;
	margin:10px 0 10px 15px;
	padding:10px;
	width:693px;
	height:510px;
	overflow:hidden;
	}

.gallery-imgnav, #gallery-np, #gallery-pp, #gallery-caption {
	position:absolute;
	}

.gallery-imgnav {
	width:60px;
	height:0;
	padding-top:60px;
	overflow:hidden;
	margin: 150px 0 0 12px;
	z-index:3;
	}

.gallery-activeinav {
	background: url(/assets/images/gallery_photo_prev.png) no-repeat 0 0;
	}

#gallery-ni.gallery-activeinav {
	margin-left:625px;
	background-image: url(/assets/images/gallery_photo_next.png)
	}

.gallery-activeinav, .gallery-activepnav {
	cursor:pointer;
	}

.gallery-activeinav:hover {
	background-position: 0 -60px;
	}

#gallery-image {
	width: 693px;
	height:384px;
	background:#000;
	overflow:hidden;
	border:1px solid #000;
	}

#gallery-image img {
	position:absolute;
	z-index:1;
	}

#gallery-image #gallery-image-main {
	z-index:2;
	}

#gallery-caption {
	text-align:center;
	margin:0;
	padding-top:10px;
	width:693px;
	line-height:30px;
	}

.gallery-pagenav {
	width:12px;
	height:0;
	padding-top:62px;
	overflow:hidden;
	margin-top: 36px;
	}

.gallery-activepnav {
	background: url(/assets/images/gallery_page_prev.png) no-repeat 0 0;
	}

#gallery-np.gallery-activepnav {
	margin-left:681px;
	background-image: url(/assets/images/gallery_page_next.png)
	}

.gallery-activepnav:hover {
	background-position: 0 -62px;
	}

#gallery-thumbs-wrap {
	margin:36px 0 0 23px;
}

#gallery-thumbs-wrap, #gallery-thumbs {
	width:648px;
	height:62px;	
}

#gallery-thumbs {
	position:relative;
	overflow:hidden;
	}

#gallery-thumbs ul {
	list-style-type:none;
	margin:0;
	padding:0;
	position:relative;
	cursor:pointer;
	}

#gallery-thumbs ul li {
	margin:0;
	padding:0;
	display:block;
	float:left;
	margin-right:12px;
	width:90px;
	height:50px;
	border:4px solid #f2f2f2;
	overflow:hidden;
	}

#gallery-thumbs ul li.over {
	border-color:#ff6600;
	}

#gallery-thumbs ul li.current {
	border-color:#434343;
	}

#gallery-thumbs ul li img {
	border:none;
	}
#wrapper p#gallery-caption{
	margin:3px 0;
	font-style:italic;
	color:#848484;
}

#gallery-download {
	position:absolute;
	z-index:5;
	margin:392px 0 0 625px;
}

#gallery-download a {
	display:block;
	font-size:11px;
	padding:4px;
	color:#ff6600;
}
