/*
multiBox - for MooTools 1.2 stylesheet - - - - */
a.mb, a:link.mb, a:visited.mb, a:hover.mb, a:active.mb{
	outline:none;
	float:left;

}

.mb img{
	display:block;
	border:none;
}

.mbClear{
	clear:both;
	width:100%;
	height:20px;
}

.mbHidden, .multiBoxDesc{
	display:none;
}


/*
Pop-up styles - - - - */
.MultiBoxContainer{
	position:absolute;
	border:10px;
	background:#fff;
	display:none;
	z-index:103;
	text-align:left;
	padding-top:20px;

}

.MultiBoxLoading{
	background:url(http://www.in-mommy.com/event/multibox/images/loader.gif) center no-repeat;
}

.MultiBoxContent{
	position:relative;
	width:700px;
	height:500px;


}

.MultiBoxClose{
	position:absolute;
	top:-12px;
	right:-5px;
	background:url(http://www.in-mommy.com/event/multibox/images/close.png) no-repeat;
	width:59px;
	height:28px;
	cursor:pointer;
}

.MultiBoxControlsContainer{
	overflow:hidden;
	
	position: relative;
}

.MultiBoxControls{
	width:700px;
height:45px;
	position:absolute;
	background:#1F89C6;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	color:#fff;
	
}

.MultiBoxDownload a, .MultiBoxDownload a:link, .MultiBoxDownload a:visited, .MultiBoxDownload a:hover, .MultiBoxDownload a:active{
	font-size:9px;
	color:#ccc;
	margin:5px 0 0 35px;
	display:block;
	text-decoration:none;
	text-transform:uppercase;
	text-align:right;
	outline:none;
}

.MultiBoxDownload a:hover{
	color:#fff;
}

.MultiBoxPrevious{
	background:url(http://www.in-mommy.com/event/multibox/images/left.png) no-repeat;
	position:absolute;
	width:24px;
	height:24px;
	left:0;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:10px;
	cursor:pointer;
}

.MultiBoxNext{
	background:url(http://www.in-mommy.com/event/multibox/images/right.png) no-repeat;
	position:absolute;
	width:24px;
	height:24px;
	right:0;
	margin-top:10px;
	margin-bottom:10px;
	margin-right:10px;
	cursor:pointer;
}

.MultiBoxNextDisabled{
	background:url(http://www.in-mommy.com/event/multibox/images/rightDisabled.png) no-repeat;
	cursor:default;
	margin-top:10px;
	margin-bottom:5px;
	margin-right:10px;
}

.MultiBoxPreviousDisabled{
	background:url(http://www.in-mommy.com/event/multibox/images/leftDisabled.png) no-repeat;
	cursor:default;
	margin-top:10px;
	margin-bottom:0px;
	margin-left:10px;
}


/*
Bottom text - - - - */
.MultiBoxTitle{
	position:relative;
	margin-top:12px;

	margin-left:50px;
	float:left;
	font-size:15px;
	
	
	text-align:left;
	display:inline;
}

.MultiBoxNumber{
	position:relative;
	width:90px;
	margin-top:15px;

	margin-right:60px;
	float:right;
	font-size:11px;
	text-align:right;
	display:inline;
}

.MultiBoxDescription{
	clear:left;
	position:relative;
	margin:0 35px 0 35px;
	padding:5px 0 0 0;
	font-size:11px;
	text-align:left;
}


/*
Overlay icon - - - - */
.OverlayIcon{
	background:transparent url(http://www.in-mommy.com/event/multibox/images/MagIcon.png) no-repeat;
	position:absolute;
	right:-18px;
	top:-18px;
	width:30px;
	height:29px;
}


/*
MooTools tips - - - - */
.mbTips{
	background:#fff;
	font-size:10px;
	color:#000;
	border:1px solid #3FB6E2;
	padding:2px;
}

.mbTips .tip-text{
	display:none;
}