/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	cursor: pointer;
	background-color: #000000;
	border: none;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	border: none;
}

.lbLoading {
	background: #00FF00 url(../css/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	border: none;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../css/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../css/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Arial;
	font-size: 14px;
	color: #333333;
	line-height: 35px;
	height: 35px;
	text-align: center;
	border-top-style: none;
	border-bottom:	double 6px white;
	background-color: #E6E6E6;
	border: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 96px;
	background: transparent url(../css/closelabel.png) no-repeat top;
	border: none;
}

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

#lbCaption {

}

/* moodalbox CSS */

div#mb_overlay {
	position: absolute;
	left: 0;
	width: 100%;
	cursor: pointer;
	background-color: #000000;
}

div#mb_center, div#mb_bottom {
	font-size:14px;
	font-family: Arial;
	position: absolute;
	left: 50%;
	overflow: hidden;
}

div#mb_center {
	text-align: left;
	font-size:14px;
	font-family: Arial;
	color: #333333;
	background-color: #EDE7CF;
}

div#mb_contents {

	font-size:14px;
	font-family: Arial;overflow: auto;
	visibility: hidden;
	padding-top: 20px;
	padding-left: 20px;
}

.mb_loading {
	background: #ccc url(../css/loading.gif) no-repeat center center;
}

#mb_error {
	font-size: 0em;
	color: #CD0000;
	font-weight: bold;
	text-align: center;
	font-family: Verdana, Helvetica, sans-serif;
}

#mb_error em {
	font-size: 0.8em;
}

div#mb_bottom {
	font-family: Verdana;
	font-size: 12px;
	color: #CCCCCC;
	line-height: 1.5em;
	text-align: left;
	border-top-style: none;
	padding-left: 20px;
}

a#mb_close_link {
	display: block;
	float: right;
	width: 105px;
	height: 42px;
	background: transparent url(../css/closelabel.png) no-repeat right;
}

div#mb_caption {
	margin-right: 71px;
	margin-left: 71px;
}
