
#gallery
{
	position:relative;
	width:100%;
	height:530px;
}



#galleryImgContainer
{
	position:absolute;
	top:0px;
	right:0px;
	left:0px;
	height:400px;
	background-color: #000;
	overflow:hidden;
	margin:0 auto;
}
.galleryImg
{
	position:absolute;
	vertical-align:middle;
}





#galleryThumbContainer
{
	position:absolute;
	top:400px;
	bottom:0px;
	right:0px;
	left:0px;
	background-color:#000;
	overflow:hidden;
	float:left;
	height:110px;
}
#thumbs
{
	height:100%;
	position:absolute;
	float:left;
	white-space:nowrap;
}
	
	
.galleryThumb
{
	height:100px;
	padding-top:4px;
	padding-bottom:4px;
	padding-right:2px;
	padding-left:2px;
}
.galleryThumb:nth-child(1)
{
	padding-left:4px;
}
.galleryThumb:last-child
{
	padding-right:4px;
}
.galleryThumbActive
{
	background-color: rgb(0,0,0);
	padding-right:4px;
	padding-left:4px;
}


#galleryImgCaption
{	position:absolute;
	color:#FFF;
	bottom:0px;
	left:0px;
	right:0px;
	background-color:rgb(52,52,52); /* IE < 9 */
	background-color:rgba(52,52,52,.5);
	font-family:KlavikaMedium;
}
#galleryImgCaption p
{
	margin:6px;
}


.galleryArrow
{
	position:absolute;
	top:40%;
}
#galleryArrowNext
{	
	right:20px;
}
#galleryArrowPrev
{
	left:20px;
}