/*gallery*/
.leftColumn .imgGallery .imgContainer{
    height:188px;
}

.leftColumn .imgGallery .imgSlide img{
    height:100%;
    width:100%;
}

.imgGallery{
	position: relative;
	top: 0;
	left: 0;
	
	min-height: 400px;
	width: 100%;
	
	clear: both;
}

.imgContainer{
	position: relative;
	top: 0;
	left: 0;
	
	height: 400px;
	width: 100%;
}

.imgSlide{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: none;
}

.imgSlide:first-child{
	display: block;
}

.imgThumbs{
	height: 83px;
	padding-top: 15px;
	width: 100%;
	overflow: hidden;
	
	position: relative;
	top: 0;
	left: 0;
}

.imgThumbs ul{
	width: 100000%;
	padding: 0 !important; 
	margin: 0 0 0 -5px;
	list-style: none inside;
	white-space: no-wrap;
}

.imgThumb{
	height: 83px;
	width: 82px;
	margin: 0 5px;
	position: relative;
	float: left;
	overflow: hidden;
}

.intra .imgThumb{
	width: 119.6px;
}

.largeImgContainer{
	width: 900px;
	height: 600px;
	position: relative;
}

.imgLightboxOverlay{
	position: fixed;
	top: 0;
	left: 0;
	
	width: 100%;
	height: 100%;
	
	z-index: 1000;
}

.imgLightboxOverlay .imgLightbox{
	position: relative;
	width: 900px;
	height: 600px;
	
	margin: 25px auto;
	border: 10px solid #fff;
	border: 10px solid rgba(255,255,255,.8);
}

/* BUTTONS */

.imgScroll{
	background-color: #423225;
	border: 0;
	padding: 0;
	width: 50px;
	height: 50px;
	display: block;
	margin: 0;
	color: #fff;
	text-indent: -10000px;
	
	background: url('../images/sprites/nextprev.png') no-repeat scroll 0 0;
}

.imgScroll.right{
	position: absolute;
	top: 45%;
	right: 0;
	background-position: -50px 0;
}

.imgScroll.left{
	position: absolute;
	top: 45%;
	left: 0;
}

.imgThumbs .imgScroll{
	width: 25px;
	height: 25px;
	background-position: 0 -50px;
}

.imgThumbs .imgScroll.right{
	background-position: -75px -50px;
}

/* slideshow button */

.imgAutoplay{
	display: block;
	padding: 5px 0;
	text-align: right;
	cursor: pointer;
}

.imgAutoplay .imgIcon{
	display: block;
	float: right;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-left-color: #49473F;
	margin: 2px 0px -2px 4px;
}

.imgAutoplay.autoPlayEnabled .imgIcon{
	width: 2px;
	border: 3px solid #49473F;
	border-width: 0 3px;
	height: 10px;
	margin: 3px 4px -3px;
}


