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

	MultiBox
	v1.3

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

.MultiBoxContainer {
	position: absolute;
	border: 12px solid #FFFFFF;
	background-color: #000000;
	display: none;
	z-index: 1000;
	text-align: left;
	padding:20px;
	margin-top:20px;
	/*overflow: hidden;*/
}

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

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

.MultiBoxClose {
	position: absolute;
	top: -24px;
	right: -24px;
	background: url(../images/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 {
	float:left;
	background: url(../images/left.jpg) no-repeat;
	width: 24px;
	height: 24px;
	left: 0px;
	margin-top: 5px;
	cursor: pointer;
}

.MultiBoxPreviousOver {
float:left;
background: url(../images/left_over.jpg) no-repeat;
width: 24px;
height: 24px;
left: 0px;
margin-top: 5px;
cursor: pointer;
}

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

.MultiBoxCloseWindow:link,.MultiBoxCloseWindow:visited,.MultiBoxCloseWindow:active
{
	width: 22%;
	margin: 10px 35px 0 0;
	float:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-align: right;
	cursor:pointer;
	text-decoration:none;
	outline:none;
}
.MultiBoxCloseWindow:hover {
	color: #FF0000;
}
.MultiBoxNext {
	float:right;
	background: url(../images/right.jpg) no-repeat;
	width:24px;
	height: 24px;
	right: 0px;
	margin-top: 5px;
	cursor: pointer;
}

.MultiBoxNextOver {
	float:right;
	background: url(../images/right_over.jpg) no-repeat;
	width:24px;
	height: 24px;
	right: 0px;
	margin-top: 5px;
	cursor: pointer;
	
}
.MultiBoxNextDisabled {
	cursor: default;
	background: url(../images/last_image.jpg) no-repeat;
}

.MultiBoxPreviousDisabled {
	cursor: default;
	background: url(../images/first_image.jpg) no-repeat;
}

.MultiBoxDescription {
	clear: left;
	position: relative;
	margin: 0 35px 0 35px;
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: left;
}
.selectdiv
{
	width:236px;
	border:1px solid #E82529;
	background-color:#000000;
	color:#E8252B;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height:22px;
		
}
.MultiBoxTitle {
   position: relative;
	padding-top:5px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	font-weight:normal;
	text-align: left;
	clear:both;
}

.newdiv{
height:24px;
width:auto;
clear:both;

}

.selectNews {
	padding-top:10px;
}

.black {
	color:#000000;
	height:10px;
	margin-left:-10000px;
}
/*************************************************************/