/* MILKBOX http://reghellin.com/milkbox/ */

#mbOverlay {
	position: absolute;
	left: 0;
	width:100%;
	background-color: #000; /* set the Milkbox overlay color // opacity: see the js options */
	z-index:100;
}

#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-color: #fff;/* set the Milkbox background color */
	margin:0; padding:10px;/* set the Milkbox padding */
}

.mbLoading{ background: #fff url(../img/loading.gif) no-repeat center; }/* IMAGE: loading gif */

#mbCanvas{ margin:0; padding:0; height:0; border:1px solid #fff; font-size:0; overflow:hidden; }

.clear{ clear:both; height:0; margin:0; padding:0; font-size:0; overflow:hidden; }


/* *** BOTTOM *** */

#mbBottom { 
	/* set text options */
	color: #555;
	line-height: 1.4em;
	text-align: left;
	padding:5px 0;
	margin:0;
	background-color: #fff;
}

/* navigation */
/* be careful if you change buttons dimensions */

#mbNavigation{
	float:right;
}


#mbCount{
	float:right;
	padding:5px;
	text-align:center;
	font-weight: bold;
	font-size: 13px;
}

#mbCloseLink, #mbPrevLink, #mbNextLink, #mbPlayPause{
	outline:none;
	display:block;
	float:right;
	height:19px;
	cursor: pointer;
	margin: 0;
	border: 2px solid #fff;
}


#mbPrevLink, #mbNextLink{ width:15px; }
#mbPrevLink{ background: transparent url(../img/prev.gif) no-repeat; }/* IMAGE: prev */
#mbNextLink{ background: transparent url(../img/next.gif) no-repeat; }/* IMAGE: next */

#mbPlayPause{ width:13px; }
#mbPlayPause{ background: transparent url(play-pause.gif) no-repeat; }/* IMAGE: prev */


/* NOTE: doesn't work in ie6, so, just see the js options :) */
a#mbPrevLink:hover,a#mbNextLink:hover,a#mbCloseLink:hover,a#mbPlayPause:hover { background-position: 0 -22px; }

#mbCloseLink {
	width:17px;
	background: transparent url(../img/close.gif) no-repeat;/* IMAGE: close */
	border-left: 10px solid #fff;
}

/* description */

#mbDescription{
	margin-right:60px;
	padding:0px 10px 0 0;
	font-weight: bold;
	font-size: 14px;
	text-align:justify;
}
