/* Picture Gallery */
div#nav-left, div#nav-right {
	float:left;
	background-color:#565656;
	padding-top:66px;
	padding-bottom:67px;
	text-align:center;
	width:40px;
}

div#nav-left {
	padding-left:1px;
}

div#nav-right {
	padding-right:1px;
}

div#picture-gallery {
	background-color:#202020;
	overflow:hidden;
}

div#scroller {
	background-color:#202020;
	float:left;
	width:520px;
	height:150px;
	padding-top:8px;
	padding-bottom:7px;
	overflow:hidden;
}

ul.thumbs {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	height: 150px;
	padding-left:5px;
	padding-right:5px;
}

div#scroller ul.thumbs li{
	float:left;
	padding: 0 4px 0 4px;
}
/** End of Gallery */


/** Overlay gallery */
div#gallery-blanket {
	position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    padding: 0px;
    margin: 0px;
    background-color: #000;
    filter: alpha(opacity=80);
    opacity: 0.8;
    display: none;
    z-index: 100;
    width: 100%;
}

div#gallery-container {
 	background-color:#000000;
	height:553px;
	display:none;
	position:absolute;
	z-index:1000;
}

div#gallery-close {
	 float:right;
	 position:relative;
	 top: -565px;
	 left: 14px;
	 z-index:2000;
}

div#gallery-img {
	float:left;
	position:relative;
	overflow:hidden;
	text-align:center;
	width:684px;
	height:513px;
	vertical-align:middle;
}

img#loader {
	position:relative;
}

div#gallery-nav {
	float:left;
	text-align:center;
	padding: 5px 0 5px 0;
}


div#gallery-container, div#gallery-img, div#gallery-nav {
	width:684px;
}
/** End of Overlay */

