
/**************************************************************

	MultiBox
	v1.3

**************************************************************/

.MultiBoxContainer {
	position: absolute;
	border: 20px solid #ffffff;
	background-color: #FFF;
	display: none;
	z-index: 2;
	text-align: left;
	/*overflow: hidden;*/
}

.MultiBoxLoading {
	background: url(../images/lightbox/loader.gif) no-repeat center;
}

.MultiBoxContent {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.MultiBoxClose {
	position: absolute;
	top: -26px;
	right: -26px;
	background: url(http://img.en25.com/eloquaimages/clients/AllenInteractions/{6c2ef07e-3763-4b20-9363-1c7a5afdaa4b}_close.png) no-repeat;
	
	width: 24px;
	height: 24px;
	cursor: pointer;
	/*for IE 6*/
	_background: url(http://img.en25.com/eloquaimages/clients/AllenInteractions/{6d56a780-9e1f-4dd1-bc8a-80e7231ff2cc}_lb_close_5_5_09.gif) no-repeat;
}


.MultiBoxControlsContainer {
	overflow: hidden;
	height: 0px;
	position: relative;
}

.MultiBoxControls {
	width: 100%;
	height: auto;
	position: relative;
	background-color: #FFF;
}


.MultiBoxPrevious {
	position: absolute;
	background: url(http://img.en25.com/eloquaimages/clients/AllenInteractions/{1120583f-f5f2-42da-86d9-a31cff94995f}_left.png) no-repeat;
	width: 24px;
	height: 24px;
	left: 0px;
	margin-top: 5px;
	cursor: pointer;
	/*for IE 6*/
	_background: url(http://img.en25.com/eloquaimages/clients/AllenInteractions/{e7c218dd-0a04-42dd-833c-27d25c296564}_lb_left_5_5_09.gif) no-repeat;
}

.MultiBoxNext {
	position: absolute;
	background: url(http://img.en25.com/eloquaimages/clients/AllenInteractions/{7fae3e08-56e9-466c-bcc6-cf37f8d062c8}_right.png) no-repeat;
	width: 24px;
	height: 24px;
	right: 0px;
	margin-top: 5px;
	cursor: pointer;
	/*for IE 6*/
	_background: url(http://img.en25.com/eloquaimages/clients/AllenInteractions/{916fc0ee-cf0a-4608-9342-7e98b4b77644}_lb_right_5_5_09.gif) no-repeat;
}

.MultiBoxNextDisabled {
	cursor: default;
	background: url(http://img.en25.com/eloquaimages/clients/AllenInteractions/{ced061c8-4ebb-4e73-8c09-d2b4c977ca2e}_rightDisabled.png) no-repeat;
	/*for IE 6*/
	_background: url(http://img.en25.com/eloquaimages/clients/AllenInteractions/{7b85ce7a-bfea-4a47-8f8d-994383ec87a9}_lb_rightDisabled_5_5_09.gif) no-repeat;
}

.MultiBoxPreviousDisabled {
	cursor: default;
	background: url(http://img.en25.com/eloquaimages/clients/AllenInteractions/{ef4db43b-7b49-4e3b-89dc-fb96ef0b475e}_leftDisabled.png) no-repeat;
	/*for IE 6*/
	_background: url(http://img.en25.com/eloquaimages/clients/AllenInteractions/{7e3d7384-0181-49ef-b592-da4a4b3c1c67}_lb_leftDisabled_5_5_09.gif) no-repeat;
}

.MultiBoxTitle {
	position: relative;
	margin: 10px 0 0 35px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	font-weight: bold;
	text-align: left;
}

.MultiBoxNumber {
	position: relative;
	width: 50px;
	margin: 10px 35px 0 0;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-align: right;
}

.MultiBoxDescription {
	clear: left;
	position: relative;
	margin: 0 35px 0 35px;
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-align: left;
}



/*************************************************************/

