/* From http://reghellin.com/milkbox */

/* MILKBOX */
#mbOverlay {
	position: absolute;
	left: 0;
	width:100%;
	background: url(../images/repeat_eco-astra%20steel.jpg) repeat top left; /* 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:40%;/* overwritten in the js options to properly position the milkbox when activated in a scrolled window */
	background-color: #FFF;/* set the Milkbox background color */
	border: 1px solid #555;/* set the Milkbox border */
	margin:0; 
	padding:.75em;/* set the Milkbox padding */
}
.mbLoading{ background: #fff url(../images/loading.gif) no-repeat center; }/* IMAGE: loading gif */
#mbCanvas{ margin:0; padding:0; height:0; border:none; font-size:0; overflow:hidden; }
.mbClear{ clear:both; height:0; margin:0; padding:0; font-size:0; overflow:hidden; }
/* *** BOTTOM *** */
#mbBottom { 
	/* set text options */
	font: normal normal 1em/1.35em Helvetica, Arial, Tahoma, sans-serif;	
	color: #666;
	text-align: left;
	padding:0.4em 0.3em 0em 0em;
	margin:0;
}
/* navigation */
/* be careful if you change buttons dimensions */
#mbNavigation{
	float:right;
	width:27px;
	padding-top:3px;
	border-left:none/* set nav border */
}
#mbCount{ 
	width:70px; 
	overflow:hidden;
	padding-top:1px;
	float:right;
	text-align:right;
	font-size:.85em; /* count font size */
	color:#CCC;
}
#mbCloseLink, #mbPrevLink, #mbNextLink, #mbPlayPause{
	outline:none;
	display:block;
	float:right;
	height:19px;
	cursor: pointer;
}
#mbPrevLink, #mbNextLink{ width:2em; }
#mbPrevLink{ background: transparent url(../images/prev.gif) no-repeat; }/* IMAGE: prev */
#mbNextLink{ background: transparent url(../images/next.gif) no-repeat; }/* IMAGE: next */
#mbPlayPause{ width:13px; }
#mbPlayPause{ background: transparent url(../images/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:15px;
	background: transparent url(../images/close.gif) no-repeat;/* IMAGE: close */
}
/* description */
#mbDescription{
	padding:5px 10px 0px 0px;
	font-weight:bold;
	font-size:1em;
	text-align:left;
	color:#111;
}


