
/**************************************************************

	MultiBox
	v1.0

**************************************************************/

.MultiBoxContainer {
	position: absolute;
	margin-top:-20px;
	border: 20px solid #000;
	background-color: #FFF;
	display: none;
	z-index: 2;
}

.MultiBoxLoading {
	background: url(/template/images/lightbox/loading.gif) no-repeat center;
}

.MultiBoxContent {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.MultiBoxClose {
	position: absolute;
	top: -26px;
	right: -26px;
	background: url(/template/images/lightbox/close.png) no-repeat;
	width: 24px;
	height: 24px;
	cursor: pointer;
}


.MultiBoxControlsContainer {
	overflow: hidden;
	height: 0px;
	position: relative;
}

.MultiBoxControls {
	width: 100%;
	height: auto;
	position: relative;
	background-color: #000000;
}


.MultiBoxPrevious {
	position: absolute;
	background: url(/template/images/lightbox/left.png) no-repeat;
	width: 24px;
	height: 24px;
	left: 0px;
	margin-top: 5px;
	cursor: pointer;
}

.MultiBoxNext {
	position: absolute;
	background: url(/template/images/lightbox/right.png) no-repeat;
	width: 24px;
	height: 24px;
	right: 0px;
	margin-top: 5px;
	cursor: pointer;
}

.MultiBoxNextDisabled {
	cursor: default;
	background: url(/template/images/lightbox/rightDisabled.png) no-repeat;
}

.MultiBoxPreviousDisabled {
	cursor: default;
	background: url(/template/images/lightbox/leftDisabled.png) no-repeat;
}

.MultiBoxTitle {
	position: relative;
	margin: 10px 0 0 35px;
	float: left;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	text-align: left;
}

.MultiBoxNumber {
	position: relative;
	width: 50px;
	margin: 10px 35px 0 0;
	float: right;
	font-size: 11px;
	color: #FFF;
	text-align: right;
}

.MultiBoxDescription {
	clear: left;
	position: relative;
	margin: 0 35px 0 35px;
	padding-top: 5px;
	font-size: 11px;
	color: #FFF;
	text-align: left;
}

div.mb_img{
	float:left;
	padding:10px 10px 15px 10px;
	margin-left:25px;
	background-color:#efefef;
	border:1px solid #e2e2e2;
}

div.marginright{
	margin-top:15px;
	margin-right:20px;
	margin-bottom:5px;
}

div.mb_img .text{
	margin-top:6px;
	font-size:10px;
	font-family:tahoma;
	color: #666666;
}

div.mb_img a{
	text-decoration:none;
}

div.mb_img a:hover .text {
	text-decoration:underline;
}

div.mb_img .img-border{
	border:1px solid #e2e2e2;
}
/*************************************************************/

div.html_tag{
	width:350px;
	height:75px;
	padding:20px;
	background-color:#000;
	color:#fff;
}

div.html_tag a{
	color:#888;
	text-decoration:none;
}

div.html_tag a:hover{
	color:#888;
	text-decoration:underline;
}
