/* MILKBOX */

#mbOverlay {
	position: absolute;
	left: 0;
	width:100%;
	background-color: #000000; /* set the Milkbox overlay color // opacity: see the js options */
	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-color: #DCE8F2;/* set the Milkbox background color */
	border: 2px solid #9BBEDA;/* set the Milkbox border */
	margin:0; padding:5px;/* set the Milkbox padding */
}

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

#mbCanvas{ margin:0; padding:0; height:0; border:none; font-size:0; overflow:hidden; }

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


/* *** BOTTOM *** */

#mbBottom { 
	/* set text options */
	font-family:Arial;
	font-size: 12px;
	color: #2A4E6A;
	font-weight:bold;
	/*line-height:1.4em;*/
	text-align:left;
	padding-top:10px;
	padding-left:3px;
	/*margin:0;*/
}

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

#mbNavigation{
	float:right;
	padding:0px 10px 0px 10px;
	border:0px solid #9c9c9c;/* set nav border */
}


/*#mbCount{ 
	width:55px; 
	overflow:hidden;
	padding-top:1px;
	float:right;
	text-align:right;
	font-size:9px; 
	background-color:#009900;
}*/

#mbCloseLink, #mbPrevLink, #mbNextLink, #mbPlayPause{
	outline:none;
	display:block;
	float:right;
	height:32px;
	cursor: pointer;
	
}


/*#mbPrevLink, #mbNextLink{}*/
#mbPrevLink{ width:85px; background: transparent url(../images/prev-btn.gif) no-repeat; }/* IMAGE: prev */
#mbNextLink{ width:85px; background: transparent url(../images/next-btn.gif) no-repeat; padding-right:20px;}/* 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 0px; }

#mbCloseLink {
float:right;
margin:5px 0px 0px 0px;
	width:67px;
	height:19px;
/*	background: transparent url(close.gif) no-repeat;*/  /* IMAGE: close */
	background: transparent url(../images/close-btn.gif) no-repeat;
}

/* description */

/*#mbDescription{
	margin-right:0px;
	padding:20px 10px 0 0;
	font-weight: normal;
	text-align:justify;
	background-color:#FFFF00;
}*/