/**************************************************************
	MultiBox v1.3
**************************************************************/

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

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

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

.MultiBoxClose { position:absolute; bottom:0px; right:0px; background:url(images/close.png) no-repeat; width:55px; height:16px; cursor:pointer; }

.MultiBoxControlsContainer { overflow: hidden; height: 0px; position: relative; }
.MultiBoxControls {	width: 100%; height: auto; position: relative; background-color: #000000; }

.MultiBoxPrevious {	position:absolute; background:url(images/left.png) no-repeat; width:24px; height:24px; left:0px; margin-top:4px; cursor:pointer; }
.MultiBoxNext     { position:absolute; background:url(images/right.png) no-repeat; width:24px; height:24px; right:0px; margin-top:4px; cursor:pointer; }

.MultiBoxPlayPrevious {	position:absolute; background:url(images/leftplay.png) no-repeat; width:24px; height:24px; left:28px; top:0px; margin-top:4px; cursor:pointer; overflow:hidden; }
.MultiBoxPlayNext     { position:absolute; background:url(images/play.png) no-repeat; width:24px; height:24px; right:28px; top:0px; margin-top:4px; cursor:pointer; overflow:hidden;}

.MultiBoxPlayNextPause     { position:absolute; width:24px; height:24px; right:28px; top:0px; margin-top:4px; 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: url(images/leftplayDisabled.png) no-repeat; }
.MultiBoxPlayNextDisabled     { cursor: default; background: url(images/playDisabled.png) no-repeat; }

.MultiBoxPreviousDisabled { cursor:default; background:url(images/leftDisabled.png) no-repeat; }
.MultiBoxNextDisabled     { cursor:default; background:url(images/rightDisabled.png) no-repeat; }

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

.MultiBoxDescription { clear:left; position:relative; margin:0 70px 0 70px; padding-top:5px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#FFF; 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:#000000;}
