/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
	z-index: 999;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
	z-index: 9999;
}

.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;
	overflow:hidden;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 76px;
	height: 22px;
	background: transparent url(../images/close_large.gif) no-repeat center;
	margin: 0;
}

#lbCaption {
	margin-right: 71px;
}

#lbNumber{
	float:left;
	margin-right: 11px;
}

#lbCaption {
	font-weight: bold;
}

#bottomPrev,#bottomNext{
	width: 14px;
	height: 14px;
	background: transparent url(../images/inner_prev.gif) no-repeat center;
	display:block;
	float: left;
}
#bottomNext{
	background: transparent url(../images/inner_next.gif) no-repeat center;
}

#bottomPrev.disabled,
#bottomNext.disabled
{
	cursor: default !important;
}

.botomCaption{
	margin-right: 71px;
}

#bottomSlide{
	width: 44px;
	height: 14px;
	background: transparent url(../images/inner_slideshow_play.gif) no-repeat center;
	display:block;
	float: left;	
	margin-left: 8px;
}
#bottomSlide.play{
	background: transparent url(../images/inner_slideshow_stop.gif) no-repeat center;
}