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

	mooBox
	v1.3

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

.mooBoxContainer {
	position: absolute;
	border: 1px solid #aaa;
	background-color: #FFF;
	display: none;
	padding: 14px;
	z-index: 8;
	text-align: left;
}

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

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

.mooBoxClose {
	position: absolute;
	top: -12px;
	right: -12px;
	/*top: -26px;
	right: -26px;*/
	background: url(../img/close.png) no-repeat;
	width: 24px;
	height: 24px;
	cursor: pointer;
}


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

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


.mooBoxPrevious {
	position: absolute;
	background: url(../img/left.png) no-repeat;
	width: 24px;
	height: 24px;
	left: 0px;
	margin-top: 5px;
	cursor: pointer;
}

.mooBoxNext {
	position: absolute;
	background: url(../img/right.png) no-repeat;
	width: 24px;
	height: 24px;
	right: 0px;
	margin-top: 5px;
	cursor: pointer;
}

.mooBoxNextDisabled {
	cursor: default;
	background: url(../img/rightDisabled.png) no-repeat;
}

.mooBoxPreviousDisabled {
	cursor: default;
	background: url(../img/leftDisabled.png) no-repeat;
}

.mooBoxTitle {
	position: relative;
	margin: 10px 0 0 15px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
}

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

.mooBoxDescription {
	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;
}

/**
 * Shadow
 */

.box-bg {
position: absolute;
width: 33px;
height: 40px;
}

.box-bg-n {
left: 0;
top: -40px;
width: 100%;
background: url(../img/bg_n.png) repeat-x;
}

.box-bg-ne {
right: -33px;
top: -40px;
background: url(../img/bg_ne.png) no-repeat;
}

.box-bg-e {
right: -33px;
top: 0;
height: 100%;
background: url(../img/bg_e.png) repeat-y;
}

.box-bg-se {
right: -33px;
bottom: -40px;
background: url(../img/bg_se.png) no-repeat;
}

.box-bg-s {
left: 0;
bottom: -40px;
width: 100%;
background: url(../img/bg_s.png) repeat-x;
}

.box-bg-sw {
left: -33px;
bottom: -40px;
background: url(../img/bg_sw.png) no-repeat;
}

.box-bg-w {
left: -33px;
top: 0;
height: 100%;
background: url(../img/bg_w.png) repeat-y;
}

.box-bg-nw {
left: -33px;
top: -40px;
background: url(../img/bg_nw.png) no-repeat;
}

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

