/*Slideshow Style*/
.clear{clear:both;}
.alignleft{text-align:left;}
#gallery-wrap{
	background:#666;
	padding:10px;
	border-radius:10px;
	padding-bottom:5px;
}
#slideshow{
	text-align:center;
	background:#000;
	padding:0;
	height:440px;
	width:671px;
	overflow:hidden;
}
#slideshow span.image-wrapper.current, #slideshow a.advance-link{
	height:440px;
	width:671px;
	overflow:hidden;
	display:block;
	padding-top:0px;
}
#slideshow img{
top:0;
margin:0 auto;
padding:0;
border:none;
margin-top:-20px;
}
.thumbnav{
	height:105px;
	width:30px;
	margin-top:5px;
	border:1px solid #999999;
	float:left;
	background:url(images/thumbnav-bg.jpg) no-repeat 0 -4px;
}
.thumbnav-left:hover{
	background-position:0 -114px;
}
.thumbnav:hover{
	cursor:pointer;
	background-position:0 -118px;
}
.thumbnav-right{
	background-position:-30px -4px;
}
.thumbnav-right:hover{
	background-position:-30px -118px;
}
#thumbs{
	position:relative;
	width:607px;
	overflow:hidden;
	float:left;
}
#thumbs ul{
	list-style:none;
	margin:0;
	padding:0;
	padding-left:5px;
	margin-top:3px;
	position:relative;
	left:0;
	height:115px;
}
#thumbs li{
	margin:0;padding:0;
	display:inline;
}
.thumb{
	padding:0;
	margin:0;padding:0;
	margin-top:3px;
	margin-right:5px;
	display:inline-block;
	border-radius:5px;
	border:2px solid #fff;
	overflow:hidden;
	height:45px;
	width:65px;
	opacity:.6;
}
.thumb:hover{
	opacity:1;
}
.thumb img{
	height:45px;
	width:65px;
	border:none;
}


.lightbox-gallery li{
	list-style: none;
	float:left;
	text-align:center;
	margin:10px;
	height:150px;
	width:200px;
	background:#000;
	overflow:hidden;
}
.lightbox-gallery a{
	border:none;
}
.lightbox-gallery img{
	height:150px;
	border:none;
}
#table50{
	overflow:hidden;
}
#table50 p{
}
#table50{
	border-top:4px solid #fff;
}
.divider-vertical{
	min-height:100%;
	height:100%;
}

.all-photos .lightbox-gallery img{
	height:130px;
	border:none;
	
}

/*lightbox*/
.lb-nav{
	cursor:pointer;
}
