/* MILKBOX */

#mbOverlay {
	position: absolute;
	left: 0;
	width:100%;
	background:#25211c;
	z-index:100;
	cursor: pointer;
}

#mbCenter {
	/* for default width and height, see the js options */
	position: absolute;
	z-index:101;
	overflow:hidden;
	left: 50%;
	top:10%;/* overwritten in the js options to properly position the milkbox when activated in a scrolled window */
 background:#fff;
	border: 30px solid #fff;/* set the Milkbox border */
	margin:0; padding:0px;/* set the Milkbox padding */
}

.mbLoading{ background: #fff url(../img/loading.gif) no-repeat center; }/* IMAGE: loading gif */
#mbImage{ margin:0; padding:0; height:0; border:none; font-size:0; overflow:hidden; }


/* *** BOTTOM *** */

#mbBottom { 
	/* set text options */
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
	line-height: 20px;	
	text-align: center;
	margin:0;
}

#mbCount{ 
	width:55px; 
	overflow:hidden;
	padding-top:1px;
	float:right;
	text-align:right;
	font-size:10px; /* count font size */
	color:#FFaa00;
	font-family: Tahoma, Arial, Geneva, Helvetica, sans-serif;
}

#mbPrevLink, #mbNextLink{
	display:block;
	height:40px; width:40px;
	cursor: pointer;
	position:absolute;  
}


#mbPrevLink{ left: 5px; bottom: 5px; background: transparent url(../img/prev.gif) no-repeat center bottom; }
#mbNextLink{ right:5px; bottom: 5px; background: transparent url(../img/next.gif)no-repeat center bottom; }

#mbCloseLink {
	position:absolute; top:5px; right:5px;
	cursor: pointer;
	width:40px; height:40px;
	background: transparent url(../img/close.gif) no-repeat center bottom;
}
a#mbPrevLink:hover,a#mbNextLink:hover , a#mbCloseLink:hover {background-position:center top; }

#mbDescription{
	padding:15px; background:#fff;
	font-weight: normal;
}

