/*
 * lightBoxGalleryCustomization.css
 */

/* lightBoxGallery - thumbs */
div.thumbWrapper
{
}

div.imageWrapper
{
	height: 129px;
	margin-bottom: 7px;
	margin-left: 14px;
	overflow: hidden;
	text-align: center;
	width: 169px;
}

div.lightBoxContainer a,
div.lightBoxContainer a:active,
div.lightBoxContainer a:focus,
div.lightBoxContainer a:hover,
div.lightBoxContainer a:link,
div.lightBoxContainer a:visited
{
	background-color: #ffffff;
	background-image: url(/_images/mv1003Frame.png);
	background-repeat: no-repeat;
	float: left;
	height: 169px;
	margin-bottom: 9px;
	margin-left: 0;
	margin-right: 23px;
	margin-top: 0;
	padding: 0;
	text-align: center;
	text-decoration: none;
	width: 197px;
}

/*
.lightBoxContainer a img:hover
{
	border: none;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 14px;
	padding: 0;
}
*/

div.lightBoxContainer a img.lightBox,
div.lightBoxContainer a img.lightBox:hover
{
	/*background-color: #ffffff;*/
	border: none;
	border-bottom: 20px solid transparent !important;
	border-top: 14px solid transparent !important;
	border-bottom-style: hidden;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	/* margin-top: 14px; */
	padding: 0;
	position: absolute;
	top: 2px;
	left: 4px;
}

.gallery
{
	
}

.lightBoxContainer
{
	/* *margin-top: -170px; */
	/* *height: 377px; */
	/* *width: 666px; */
}

/* hide all thumbs initially */
.galleryThumb,
.thumbWrapper
{
	/* display: none !important; */
}

#thumb0,
#thumb1,
#thumb2,
#thumb3,
#thumb4,
#thumb5,
#thumb6,
#thumb7,
#thumb8,
#thumb9,
#thumb10,
#thumb11,
#thumb12,
#thumb13,
#thumb14,
#thumb15,
#thumb16,
#thumb17,
#thumb18,
#thumb19,
#thumbWrapper0,
#thumbWrapper1,
#thumbWrapper2,
#thumbWrapper3,
#thumbWrapper4,
#thumbWrapper5,
#thumbWrapper6,
#thumbWrapper7,
#thumbWrapper8,
#thumbWrapper9,
#thumbWrapper10,
#thumbWrapper11,
#thumbWrapper12,
#thumbWrapper13,
#thumbWrapper14,
#thumbWrapper15,
#thumbWrapper16,
#thumbWrapper17,
#thumbWrapper18,
#thumbWrapper19
{
	display: block;
	*float: left;
	position: relative;
}

/* lightBoxGallery - detail */
div.lightBoxShowCase
{
	opacity: 1;
	margin-top: -230px !important;
	/* min-height: 480px; */
	/* min-width: 508px; */
	/* margin-left: -20% !important; */
}

div.lightBoxMask
{
	background-color: #000000;
	opacity: 0.75;
}

/* elements inside lightbox */
div.lightBoxShowCaseInner
{
	background-color: #ffffff;
	/* min-width: 354px; */
	opacity: 1;
	padding: 0;
	height: 480px !important;
	width: 508px !important;
}

div.lightBoxHeader
{
	background-color: #ffffff;
}

div.lightBoxHeader h1
{
	background-image: url(/_images/bgLightBoxHead.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
	color: #684b26;
	font-size: 17px;
	padding: 0;
	padding-bottom: 15px;
	margin-top: 16px;
	text-transform: none;
}

a.lightBox-closeBtn
{
	background-image: url(/_images/bgLightBoxCloseButton.png) !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 11px !important;
	height: 11px !important;
	position: absolute !important;
	top: 12px !important;
	right: 12px;
}

img.lightBoxZoom
{
	height: 350px;
	/* min-width: 436px; */
}

div.lightBoxDetails,
div.lightBoxNav
{
	background-color: #ffffff;
	opacity: 1;
}

div.lightBoxDetails
{
	height: 41px;
	position: relative;
}

div.lightBoxDesc
{
	background-image: url(/_images/bgLightBoxDetails.gif);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #ffffff;
	color: #684b26;
	font-size: 11px;
	padding-left: 62px;
	padding-right: 62px;
	padding-top: 10px;
	/* margin-left: 85px; */
	/* margin-right: 85px; */
	margin: auto;
}

div.lightBoxNav
{
	background-color: transparent;
	position: relative;
	top: -28px;
}

div.lightBoxNav a.lightBox-prevBtn
{
	background-color: #ffffff;
	background-image: url(/_images/buttonBackActive.png);
	background-repeat: no-repeat;
	height: 9px;
	left: 20px;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 15px;
}

div.lightBoxNav a.disabled
{
	background-image: url(/_images/buttonBackDisabled.png);
	width: 15px;
	height: 14px;
	display: block;
	float: left;
}

div.lightBoxNav a.lightBox-nextBtn
{
	background-image: url(/_images/buttonNextActive.png);
	background-repeat: no-repeat;
	height: 9px;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 20px;
	width: 15px;
}

div.lightBoxNav a.lightBox-nextBtn a.disabled
{
	background-image: url(/_images/buttonNextDisabled.png);
	width: 15px;
	height: 14px;
	display: block;
	float: left;
}

div.lightBoxPager
{
	display: none;
}

div.lightBoxCount
{
	color: #684b26;
	font-size: 11px;
	position: absolute;
	top: -398px;
	right: 40px;
	text-align: right;
}

img.lightBoxZoom
{
	border: none !important;
	max-width: 436px;
	max-height: 350px;
}


div.lightBoxShowCase a.lightBox-prevBtn,
div.lightBoxShowCase a.lightBox-nextBtn
{
	background-color: #ffffff;
}

.invisibleThumb
{
	display: none !important;
}

/*
 * IE6 only
 */

* html .lightBoxShowCaseInner img
{
	visibility: visible !important;
}
 
