@charset "utf-8";

/*
	Volstead SlimBox
	Author : Joey Avino
	Copyright : Amedia Creative
	Link : www.amediacreative.com
	Email : info@amediacreative.com
	Phone : 310/651/8733
	Fax : 310/388/1210

*/

#lbOverlay {

	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
	z-index: 10;

}

#lbCenter, #lbBottomContainer {

	position: absolute;
	left: 50%;
	overflow: hidden;
	z-index: 11;
	background: #321d00;

}

#lbBottomContainer { max-height: 600px; }

#menu2 #lbCenter, #menu2 #lbBottomContainer { background: #321d00; }

.lbLoading { background: #321d00 url('../../images/slimbox/loading.gif') no-repeat center; }

#lbImage {

	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #321d00;
	background-repeat: no-repeat;

}

#lbPrevLink, #lbNextLink {

	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;

}

#lbPrevLink { left: 0; }
#lbPrevLink:hover { background: transparent url('../../images/slimbox/prevlabel.gif') no-repeat 0% 15%; }
#lbNextLink { right: 0; }
#lbNextLink:hover { background: transparent url('../../images/slimbox/nextlabel.gif') no-repeat 100% 15%; }

#lbBottom {

	line-height: 1.4em;
	text-align: left;
	border: 10px solid #321d00;
	border-top-style: none;

}

#lbCloseLink {

	display: block;
	float: right;
	width: 66px;
	height: 10px;
	background: transparent url('../../images/slimbox/closelabel.gif') no-repeat center;
	margin: 0px;
	margin-top: 2px;

}

#lbCaption, #lbNumber { float: left; }