.MultiBoxContainer {
	position: absolute;
	border: 5px solid rgb(148,73,33);
	border-top: 25px solid rgb(148,73,33);
	border-bottom: 2px solid rgb(148,73,33);
	background-color: rgb(148,73,33);
	display: none;
	z-index: 1002;
	text-align: left;
	padding: 5px;
}

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

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

.MultiBoxClose {
	position: absolute;
	top: -15px;
	right: -25px;
	background: url(../images/close.png) no-repeat;
	width: 42px;
	height: 42px;
	cursor: pointer;
}


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

.MultiBoxControls {
	width: 100%;
	height: 28px;
	position: relative;
	background-color: rgb(148,73,33);
}


.MultiBoxPrevious {
	position: absolute;
	background: url(../images/left.png) no-repeat;
	width: 25px;
	height: 26px;
	left: 0px;
	top: 13px;
	cursor: pointer;
}
.MultiBoxPlayPrevious {
	position: absolute;
	background: url(../images/leftplay.png) no-repeat;
	width: 25px;
	height: 26px;
	left: 28px;
	top: 13px;
	cursor: pointer;
	overflow: hidden;
}


.MultiBoxNext {
	position: absolute;
	background: url(../images/right.png) no-repeat;
	width: 25px;
	height: 26px;
	right: -4px;
	top: 13px;
	cursor: pointer;
}
.MultiBoxPlayNext {
	position: absolute;
	background: url(../images/play.png) no-repeat;
	width: 25px;
	height: 26px;
	right: 28px;
	top: 13px;
	cursor: pointer;
	overflow:hidden;
}
.MultiBoxPlayNextPause {
	position: absolute;
	width: 24px;
	height: 24px;
	right: 28px;
	top: 6px;
	cursor: pointer;
	overflow:hidden;
	background: url(../images/pause.png) no-repeat;
}
.MultiBoxPlayPreviousPause {
	position: absolute;
	width: 24px;
	height: 24px;
	left: 28px;
	top: 0px;
	margin-top: 4px;
	cursor: pointer;
	overflow: hidden;
	background: url(../images/pause.png) no-repeat;
}
.MultiBoxPlayPreviousDisabled {
	cursor: default;
	background: none;
}

.MultiBoxPlayNextDisabled {
	cursor: default;
	background: none;
}
.MultiBoxNextDisabled {
	cursor: default;
	background: none;
}

.MultiBoxNextRotate {
	position: absolute;
	background: url(../images/right-rotate.png) no-repeat;
	width: 28px;
	height: 21px;
	right: 0px;
	top: 13px;
	cursor: pointer;
}

.MultiBoxPreviousDisabled {
	cursor: default;
	background: none;
}

.MultiBoxPreviousRotate {
	position: absolute;
	background: url(../images/left-rotate.png) no-repeat;
	width: 28px;
	height: 21px;
	left: 0px;
	top: 13px;
	cursor: pointer;
}

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

.MultiBoxNumber {
	position: relative;
	width: 130px;
	margin: 10px 70px 0 0;
	float: right;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: rgb(255,255,255);
	font-weight: bold;
}

.MultiBoxNumberMarked {
	color: rgb(255,255,255);
}

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

.MultiBoxHelp{
	width: 1px;
	height: 1px;
	display:none;
}
.MultiBoxHelpButton {
	position: absolute;
	top: -26px;
	left: -26px;
	width: 24px;
	height: 24px;
	cursor: pointer;
}

#Overlay {
	background-color: rgb(230,224,209);
}

.mbinit a {
	text-decoration: none;
	border: none;
	padding: 0;
	margin: 0;
	outline: 0;
}