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

#mbCenter {
	/* for default width and height, see the js options */
	position: absolute;
	z-index:101000;
	/*overflow:hidden;*/
	left: 50%;
	top:10%;/* overwritten in the js options to properly position the milkbox when activated in a scrolled window */
	background-color: #000000;/* set the Milkbox background color */
	border: 5px solid #000000;/* set the Milkbox border */
	margin:0; padding:5px;/* set the Milkbox padding */
}

.mbLoading{ background: #fff url(../templates/img/ajax-loader-1.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-size: 10px;
	color: #ffffff;
	text-align: left;
	padding-top:8px;
	margin:0;
}

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

#mbNavigation{
}


#mbCount{ 
	overflow:hidden;
	/*float:right;*/
	text-align:right;
	font-size:9px; /* count font size */
	padding:5px;
}

#mbCloseLink, #mbPrevLink, #mbNextLink, #mbPlayPause{
	/*outline:none;*/
	display:block;
	float:left;
	height:24px;
	cursor: pointer;
	width:24px; 
}


#mbPrevLink{ margin-right:10px;background: transparent url(../templates/img/milkbox/lightbox_prev.png) no-repeat; }/* IMAGE: prev */
#mbNextLink{ background: transparent url(../templates/img/milkbox/lightbox_next.png) no-repeat; }/* IMAGE: next */

#mbPlayPause{ width:13px; }
#mbPlayPause{ background: transparent url(../templates/img/milkbox/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 {
position:absolute;
top:-15px;
right:-15px;
width:30px;
height:30px;
background: transparent url(../templates/img/milkbox/closebox.png) no-repeat;
z-index:102000;
}

/* description */

#mbDescription{
	padding:10px 0;
	font-weight: normal;
	color:#ffffff;
	clear:both;
}

