/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(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(prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(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;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 165px;
	height: 20px;
	margin-top:20px;
	background: transparent url(closelabel.gif) no-repeat right;
}

#lbPlayLink {
	display: block;
	width: 165px;
	height: 20px;
	position:absolute;
	right:10px;
	top:0px;
	background: transparent url(playlabel.gif) no-repeat right;
}

#lbStopPlayLink
{
	display:none;
	width: 165px;
	height: 20px;
	position:absolute;
	top:0px;
	right:10px;
	background: transparent url(pauselabel.gif) no-repeat right;
}

#lbCaption, #lbNumber {
	color:#1c7ca1;
	font-size:11px;
}

#lbNumber
{
	display:none;
}

#lbCaption {
	padding-bottom:3px;
	height:14px;
	overflow:hidden;
}

#lbPresents, #lbCaption, #lbNumber{
	width:66%;
	font-weight: bold;
	float:left;
	margin:0;
}

#lbPresents a 
{
	font-size:11px;
	color:#1c7ca1;
	float:left;
	text-decoration:none;
	margin-right:1em;
	font-weight:bold;
	line-height:1.5em;
}

#lbPresents a.current
{
	font-weight:bold; 
	color:White;
	line-height:1.4em;
	background-color:#1c7ca1;
	border-bottom:#1c7ca1 0.1em solid;
	border-left:#1c7ca1 0.5em solid;
	border-right:#1c7ca1 0.5em solid;
}