/* NEWSBOX */

#newsbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #EEE;
	cursor: pointer;
	z-index:10;
}

#newsbCenter, #newsbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
	z-index:10;
}

.newsbLoading {
	background: #fff url(loading.gif) no-repeat center;
	z-index:10;
}

#newsbFrame {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-color: #fff;
	overflow-y:auto;
	z-index:10;
}

#newsbPrevLink, #newsbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 60px;
	outline: none;
	z-index:15;
}

#newsbPrevLink {
	background: transparent url(prevlabel.gif) no-repeat 0% 0%;
	opacity: 0.2; -moz-opacity:.2; filter: alpha(opacity=20);
 	left: 0;
	z-index:15;
}

#newsbPrevLink:hover {
  opacity: 0.8; -moz-opacity:.8; filter: alpha(opacity=80);
	z-index:15;
}

#newsbNextLink {
	background: transparent url(nextlabel.gif) no-repeat 100% 0%;
	opacity: 0.2; -moz-opacity:.2; filter: alpha(opacity=20);
	right: 30px;
	z-index:15;
}

#newsbNextLink:hover {
	z-index:15;
  opacity: 0.8; -moz-opacity:.8; filter: alpha(opacity=80);
}

#newsbBottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
	z-index:10;
}

#newsbCloseLink {
	display: block;
	float: right;
	width: 76px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
	z-index:10;
}

#newsbCaption, #newsbNumber {
	margin-right: 71px;
	margin-left: 1px;
	z-index:10;
}

#newsbCaption {
	font-weight: bold;
	z-index:10;
}

