/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #585858;   
	cursor: pointer;
    z-index: 9000;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #4a4a4a;
    z-index: 9500;
}

.lbLoading {
	background: #4a4a4a url(../../img/slim/loading.gif) no-repeat center;
}

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

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../../img/slim/prevlabel.png) no-repeat 0% center;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../../img/slim/nextlabel.png) no-repeat 100% center;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	line-height: 1.4em;
	text-align: left;
	border: 1px solid #000;
	border-top-style: none;
}

#lbCloseLink {
    position: absolute;
    top: 0; right: 0;
	width: 100%;
	height: 30px;
	background: #4b4b4b url(../../img/slim/closelabel.gif) no-repeat 99%;
	margin: 0 0 0 0;
}

#lbCaption, #lbNumber {
	margin-left: 10px;
    color: #a4a4a4;
}

#lbCaption {
	font-weight: bold;
    width: 95%;
}

.scomm{
    width: 100%;
    margin: 10px 0 0 -10px;   
    }
    
.texr{
    text-align: right;}

.scomm td{
    font-weight: normal;
    padding: 0 10px 0 10px;
    vertical-align: top;
   width: 50%;   
   }         
    
.scomm input{
    background-color: #fff;
    color: #000;
    border: none;
    font-weight: bold;
    font-size: 8pt;
    padding: 0 4px 0 4px;
    cursor: pointer;
} 
