/* SLIMBOX */

#litebox {
padding-top:5px;
padding-bottom:3px;
margin:0px;
width:300px;
}

.liteboxthumb {
padding:0px 0px 5px 0px;
margin:0px 0px 0px 0px;
width:600px;
height:autopx;
float:left;
text-align:left;
}

.thumbtext{
margin-bottom:20px;
padding-bottom:0px;
text-align:left;
}

.smd_slimbox {
float:left;
width:500px;
margin:1em 0;
clear:both;
list-style:none;
}

.smd_slimbox li {
width:100px;
height:100px;
float:left;
margin:1em auto;
text-align:center;
list-style-type:none;
}

.smd_slimbox span {
float:left;
width:140px;
padding:2px 0px 20px 5px;
text-align_left;
}
.smd_slimbox_nav {
clear:both;
width:500px;
padding:20px;
}
.smd_slimbox_prev {
float:left;
}
.smd_slimbox_next {
float:right;
}

ul {
list-style-type:none;}

li {
list-style-type:none}




#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000000 ;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #000000;
}

.lbLoading {
	background: #000000 url(/css/) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #000000;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0px;
	width: 50%;
	outline: none;
         padding-top:10px;
         line-height:20px;
         }

#lbPrevLink {
	left: 0px;
        
}

#lbPrevLink:hover {
	background: transparent url(/css/) no-repeat 0 15%;
}

#lbNextLink {
	right: 0px;
         text-align:right;
}

#lbNextLink:hover {
	background: transparent url(/css/next.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #000000;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(css/) no-repeat center;
	margin: 5px 0;
	outline: none;
color:#ffffff;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
