/************************************************
*	MEDIABOX		      						*
************************************************/
#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
	}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #000;
	}

.lbLoading {
	background: #000 url("../images/mediabox/1_loading.gif") no-repeat center;
	}
	
#lbImage {
	background-repeat: no-repeat;
	border: 7px solid #000;
	}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
	}

#lbPrevLink {
	left: 0;
	}

#lbPrevLink:hover {
	background: transparent url("../images/mediabox/1_prev.png") no-repeat 0% 30%;
	}

#lbNextLink {
	right: 0;
	}

#lbNextLink:hover {
	background: transparent url("../images/mediabox/1_next.png") no-repeat 100% 30%;
	}

#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 16px;
	text-align: left;
	border: 7px solid #000;
	border-top-style: none;
	}

#lbCloseLink {
	display: block;
	float: right;
	width: 80px;
	height: 16px;
	background: transparent url("../images/mediabox/close.png") no-repeat center;
	margin: 0px;
	}

#lbCaption, #lbNumber {
	margin-right: 14px;
	}

#lbCaption {
	font-weight: bold;
	}





/************************************************
*	TOPCONTENT		      						*
************************************************/
#topcontent{
	width:960px;
	background:#111111;
	border-top: 1px solid #111111;
	border-bottom: 1px solid #111111;
	margin-bottom: 10px;
	padding: 0;
	}

#topcontent img{
	border:none;
	}

#topcontent a:hover{
	border:none;
	}

#featured{
	width:905px;
	height:155px;
	max-height: 155px;
	margin:0 auto 0px auto;
	padding: 20px 0 20px 0;
	}

/* Tips */
	.tool-tip {
	color:#ccc;
	width:150px;
	z-index:13000;
	}

.tool-title {
	font-weight:700;
	font-size:11px;
	margin:0;
	color:#fff;
	padding:8px 8px 0 8px;
	background:#333333;
	text-align:left;
	}

.tool-text {
	font-size:11px;
	padding:0 8px 8px 8px;
	background:#333333;
	text-align:left;
	}

/* The Tips */
.tool-tip{
	color:#BDAFA8;
	width:200px;
	z-index:13000;
	}

.tool-title{
	font-weight:normal;
	font-size:12px;
	margin:0;
	color:#FFFFFF;
	padding:8px 8px 0 8px;
	background:#202020;
	text-align:left;
	}

.tool-text{
	font-size:11px;
	padding:0 8px 8px 8px;
	background:#202020;
	text-align:left;	
	}
