/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
	z-index:6;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
	z-index:6;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
	z-index:6;
}

#lbImage {
	border: 10px solid #fff;
	background-repeat: no-repeat;
	z-index:6;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
	z-index:6;
}

#lbPrevLink {
	left: 0;
	z-index:6;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, 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(closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

#category_block {
	position: relative; /* important */
	overflow: hidden; /* important */
	width: 307px; /* important */
	 height: 330px; /* important */
}
#lightbox_block {
position: relative; /* important */
top:0px;
padding:0px;
overflow: hidden; 
}


#lightbox_block img { display: block; float:left; margin: 5px 30px 10px 0px; padding: 5px; background-color: #fff; border-color: #666; border-style: solid; border-width: 0 1px 1px 0; }

.categorycontent { padding:4px 14px;  }
.categorycontent ul {  list-style-type: none; list-style-image: none; display: block; margin-top:0}
.categorycontent ul ul {margin-left:18px;}
.categorycontent li { font-family: "Franklin Gothic"; }
.categorycontent li a { color:#454545; background-image: url(../images/menu_bullet.gif); background-repeat: no-repeat; padding-left: 18px; display: block; }
.categorycontent li a:hover { background-position: 0 -50px; }
.categorycontent li a.selected {background-position: 0 -100px;}

.categorycontent li h4 a {border-top: solid 1px #666; margin-top:18px;}
