/* 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(../slimbox_buttons/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(../slimbox_buttons/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../slimbox_buttons/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: 66px;
	height: 22px;
	background: transparent url(../slimbox_buttons/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

/* Slideshow */
#newsContainer0,#newsContainer1,#newsContainer2,#newsContainer3,#newsContainer4{
	min-height: 100px;
}

#slideshow0,#slideshow1,#slideshow2,#slideshow3,#slideshow4{
	width:200px;	/* Total width of slideshow */
	position:relative;
	float: right;
	margin-left: 10px;
	margin-top: 2px;
}

#galleryContainer0,#galleryContainer1,#galleryContainer2,#galleryContainer3,#galleryContainer4{
	height:102px;	/* Height of the images + 2 */
	/*border:1px solid #CCCCCC;*/
	position:relative;
	overflow:hidden;
	padding:1px;
	
	/* CSS HACK */
	height: 104px;	/* IE 5.x - Added 2 pixels for border left and right */
	height/* */:/**/102px;	/* Other browsers */
	height: /**/102px;
			
}

#theImages0, #theImages1, #theImages2, #theImages3, #theImages4{
	position:absolute;
	height:100px;
	left:0px;
	width:100000px;
	
}

#theImages0 #slideEnd0,#theImages1 #slideEnd1,#theImages2 #slideEnd2,#theImages3 #slideEnd3,#theImages4 #slideEnd4{
	float:left;
}

#theImages0 img,#theImages1 img,#theImages2 img,#theImages3 img,#theImages4 img{
	float:left;
	padding:1px;
	filter: alpha(opacity=50);
	opacity: 0.5;
	cursor:pointer;
	border:0px;
}