/*
 * @title lightBoxGallery.css
 * @description Example to customize styles from /_javascript/_assets/css/lightBox.css
 * @author Markus Prokscha <markus.prokscha@go-community.de> BLACKBIT interactive GmbH
 * @date 2007-11-09
 */

/* lightBoxShowCase */

div.lightBoxShowCase a.lightBox-closeBtn
{
	background:#FFFFFF url(/_images/lightBoxClose.jpg) no-repeat scroll center;
	display:block;
	height:22px;
	position:absolute;
	right:10px;
	top:10px;
	width:22px;
}

div.lightBoxShowCase a.lightBox-nextBtn
{
	background:transparent url(/_images/lightBoxNext.jpg) no-repeat scroll 0%;
	display:block;
	height:24px;
	position:absolute;
	right:10px;
	width:24px;
}

div.lightBoxShowCase a.lightBox-prevBtn
{
	background:transparent url(/_images/lightBoxPrev.jpg) no-repeat scroll 0%;
	display:block;
	height:24px;
	width:24px;
}

/* lightBoxThumbs */

.lightBoxContainer a
{

        width: 84px;
        height: 63px;

padding: 0;
margin: 0 0.6em 0.7em 0;
border: 1px solid #666;

overflow: hidden;
}

.lightBoxContainer a:hover
{
        width: 84px;
        height: 63px;

padding: 0;
margin: 0 0.6em 0.7em 0;
border: 1px solid #333;
}

.lightBoxContainer a img
{
background-image:url(/_images/raster.gif);
	background-repeat:no-repeat;
	margin: 0px;
	opacity: 0.75;
}

.lightBoxContainer a:hover img
{

	margin: 0px;
	opacity: 1;
}

div.lightBoxShowCase a.pagingBtn{
	border:solid 1px #000000;
	color:#000000;
}

div.lightBoxShowCase a.activePage{
	background:#000000;
	color:#ffffff;
}

/* lightbox image object */
div.lightBoxShowCase img.lightBoxZoom{
	border:solid 1px #000000;
}

