/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0px;
	width: 100%;
	cursor: pointer;
	background: #000000;
}

#lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background: #e9e9e9;
}
#lbCenter {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background: #000000;
}
.lbLoading {
	background: #000000 url(../images/slimbox/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	background: no-repeat;
	border: 10px solid #e9e9e9;
}

#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% 25%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../images/slimbox/nextlabel.gif) no-repeat 100% 25%;
}

#lbBottom {
	text-align: left;
	font-size: 108%;
	border-top: 0px none;
	border-right: 10px solid #e9e9e9;
	border-bottom: 10px solid #e9e9e9;
	border-left: 10px solid #e9e9e9;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../images/slimbox/closelabel.gif) no-repeat center;
	margin: 5px 0 5px 15%;
}

#lbCaption, #lbNumber {
	margin-right: 7px;
}

#lbCaption {
	color: #315E61;
	margin-bottom: 4px;
	font: 100 82% Tahoma, Arial, Helvetica, sans-serif;
}
#lbNumber {
	font: xx-small Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
}
ul.gallery {
	margin: 14px 0px;
	padding: 52px 0px 0px;
	list-style: none;
	text-align: center;
	min-height: 226px;
	background: #FFFFFF url(../images/common/logo.gif) no-repeat 10px -6px;
	border-top: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
}
.gallery li {
	background: #FFFFFF url(../images/common/gallery_bckgnd.jpg) repeat-x left bottom;
	display: block;
	float: left;
	width: 50%;
	padding-bottom: 7px;
	border-bottom: 1px solid #dadada;
}
.gallery li a {
	font-size: 108%;
	display: block;
	color: #315E61;
	font-weight: 700;
}
.gallery li a:hover, .gallery li a:active, .gallery li a:hover {
	color: #00C8DC;
	text-decoration: none;
}
.gallery a img {
	width: 100px;
	display: block;
	padding: 4px;
	border: 1px solid #003300;
	background: #e5e5e5;
	margin: 2px auto;
}
.gallery a:hover img {
	background: #FFFFFF;
	border: 1px solid #00C2D3;
}
.gallery h2 {
	color: #2B5C60;
}

