/**************************************************************

	MultiBox
	v1.3

**************************************************************/

.MultiBoxContainer {
	position: absolute;
	border: 30px solid #FFF;
	background-color: #FFF;
	display: none;
	z-index: 2;
	text-align: left;
	overflow: visible;
}

.MultiBoxLoading {
	background: url(images/loader.gif) no-repeat center;
}





.MultiBoxContent {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #FFF;
}

.MultiBoxClose {
	position: absolute;
	top: -37px;
	right: -37px;
	background: url(images/close_off.png) no-repeat;
	width: 24px;
	height: 24px;
	cursor: pointer;
}

.MultiBoxClose:hover {
	position: absolute;
	top: -37px;
	right: -37px;
	background: url(images/close_on.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: #FFF;
}


.MultiBoxPrevious {
	position: absolute;
	background: url(images/back_off.png) no-repeat;
	width: 24px;
	height: 24px;
	left: 0px;
	top:0;
	margin-top: 5px;
	cursor: pointer;
}

.MultiBoxNext {
	position: absolute;
	background: url(images/next_off.png) no-repeat;
	width: 24px;
	height: 24px;
	right: 0;
	top:0;
	margin-top: 5px;
	cursor: pointer;
}

.MultiBoxPrevious:hover {
	position: absolute;
	background: url(images/back_on.png) no-repeat;
	width: 24px;
	height: 24px;
	left: 0px;
	top:0;
	margin-top: 5px;
	cursor: pointer;
}

.MultiBoxNext:hover {
	position: absolute;
	background: url(images/next_on.png) no-repeat;
	width: 24px;
	height: 24px;
	right: 0px;
	_right: 34px;
	top:0;
	margin-top: 5px;
	cursor: pointer;
}

.MultiBoxNextDisabled {
	cursor: default;
	background: url(images/next_end.png) no-repeat;
}

.MultiBoxPreviousDisabled {
	cursor: default;
	background: url(images/back_end.png) no-repeat;
}

.MultiBoxNextDisabled:hover {
	cursor: default;
	background: url(images/next_end.png) no-repeat;
}

.MultiBoxPreviousDisabled:hover {
	cursor: default;
	background: url(images/back_end.png) no-repeat;
}

.MultiBoxTitle {
	background-color:#FFFFFF;
	color:#000000;
	float:left;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:100;
	margin:14px 25px 0;
	position:relative;
	text-align:center;
	width:90%;
	_width:80%;
}

.MultiBoxNumber {
	position: absolute;
	width: 50px;
	margin: 10px 35px 0 0;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-align: right;
	visibility:hidden;
}

.MultiBoxDescription {
	clear: left;
	position: relative;
	margin: 0 auto 0;
	width:70%;
	_width:90%;
	padding-top: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3D3832;
	text-align: center;
}

.MultiBoxDescription a{
	color:#FFF;
}

.MultiBoxDescription #mov_tbl_center{
	margin:0 auto;
}



