/* SLIMBOX */

#sbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#sbCenter, #sbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.sbLoading {
	background: #000 url(loading.gif) no-repeat center;
}

#sbImage {
	position: absolute;
	left: 0;
	border: 0px solid ;
	background:  no-repeat center;
	border-top-style:none;
}

#sbPrevLink, #sbNextLink {
	display: block;
	width: 70px;
	outline: none;
	float:right;
}
#sbPrevLink, #sbNextLink {
	margin: 0;
	outline: none;
	text-align: center;
	/*width:20px;*/
	text-decoration: none;
	font-weight: bold;
}
#sbPrevLink {
	left: 0;
	/* background: transparent url(prevlabel.gif) no-repeat 0%; */
}

#sbNextLink {
	right: 0;
	/* background: transparent url(nextlabel.gif) no-repeat 0%; */
}

#sbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 0px solid #000;
	border-bottom-style: none;
}

#sbCloseLink {
	display: block;
	float: right;
	margin: 0;
	outline: none;
	text-align: center;
	width:20px;
	text-decoration: none;
	font-weight: bold;
	/* background: transparent url(closelabel.gif) no-repeat center;
	width: 20px;
	height: 20px;
	*/
}

#sbCaption, #sbNumber {
	margin-right: 170px;
}

#sbCaption {
	font-weight: bold;
}

