/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	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/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}


/* Galleria Syles*/
.caption{font-style:italic;color:#887;}
.demo{position:relative;margin-top:2em;}
.galleria_container{
	width:440px;
	height:295px;
	text-align:center;
	overflow:hidden;
}
.galleria_wrapper img{height:265px}
.gallery{width:100%;margin:0 auto;}

.gallery img{margin:0; border:none;}
.replaced{margin:0; border:0;}
.gallery li{
	display:inline-block;
	width:68px;
	height:50px;
	margin: 5px;
	cursor:pointer;}
.gallery li div{left:240px}
.gallery li div .caption{font:italic 0.7em/1.4 georgia,serif;}
	
#main_image{margin:0 auto 60px auto;height:438px;width:700px;}
#main_image img{margin-bottom:10px;}

#galleryCategories li{
	display: inline;
	cursor: pointer;
	padding: 2px;
	margin: 3px;
	border:1px solid #333;
}

#galleryCategories li:active,
#galleryCategories li:hover{background: #EEE;}

#galleryCategories ul{
	line-height: 25px;
	text-align:center;
}

.galleria{width:100%}

#galleryCategories li span{
	font-weight:bold;
}

.galleryCategories a:link,
.galleryCategories a:visited{
	text-decoration:none;
	color:#000;
}
.galleryCategories a:active,
.galleryCategories a:hover{
	background:none;
}

.currentPage{background: #9ec69c;}






/*############################################*/
/*          HACKS FOR IE7 AND BELOW           */
/*############################################*/
/* because IE hates web developers */


ul.gallery{
	*margin:auto;
	*width:550px;
}

div.galleria_container{
	*float:none;
	*margin:auto;
}

.gallery li{
	*display:inline;
}













