#mbox-overlay{
	background-color: #000; /* set the Milkbox overlay color // opacity: see the js options */
	z-index:50000;
	cursor: pointer;
}

/* Main box */
#mbox-mainbox{
	/* For default width and height, see the js options */
	top:10%;/* overwritten in the js options to properly position the main box when activated in a scrolled window */
	background-color: #333333;/* set the main box background color */
	/*border: 5px solid #fff; set the main box border */ 
	padding: 20px;/* set the main box padding */
}

/* Where the files actually are injected */
#mbox-filebox{ margin:0; padding:0; border:none; overflow:hidden; }

#mbox-filebox img,
#mbox-filebox iframe,
#mbox-filebox swf{
	border:none;	
}

/*this class is for styling the inner file box*/
/*these styles will be visible after the first is loaded */
.mbox-filebox-decorations{
	border:none;
	padding:0;
}

/* *** BOTTOM *** */

/* container for controls and caption */
#mbox-bottom { 
	/* set text options */
	font-family: "Myriad Pro",Helvetica Neue,Arial,sans-serif;
	font-size: 12pt;
	line-height: 16pt;
	opacity: 0.6;
	text-shadow: 0 3px 6px rgba(0, 0, 0, 0.75);
	color: #FFFFFF;
	text-align: left;
	padding-top: 20px;
	margin: 0;
}
#mbox-bottom small {
	font-size: 10pt;
	opacity: 0.5;
	text-shadow: 0 3px 6px rgba(0, 0, 0, 0.75);
}

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

#mbox-controls{
	/*background-color:#0f0;*/
	float: right;
	width: 27px;
	padding-left: 10px;
	border-left: 1px solid #444444;/* set nav border */
}

#mbox-count{ 
	overflow:hidden;
	padding-top:1px;
	float:right;
	text-align:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt; /* count font size */
}

#mbox-close,
#mbox-prev,
#mbox-next,
#mbox-playpause{
	float:right;
	height:19px;
}

#mbox-prev,#mbox-next{ width:15px; }
#mbox-prev{ background: url(../images/interface/milkbox/prev.gif) no-repeat; }/* IMAGE: prev */
#mbox-next{ background: url(../images/interface/milkbox/next.gif) no-repeat; }/* IMAGE: next */

#mbox-playpause{ width:13px; }
#mbox-playpause{ background: url(../images/interface/milkbox/play-pause.gif) no-repeat; }/* IMAGE: prev */

#mbox-close{
	width:17px;
	background:url(../images/interface/milkbox/close.gif) no-repeat;/* IMAGE: close */
}

#mbox-prev:hover,
#mbox-next:hover,
#mbox-close:hover,
#mbox-playpause:hover{
	background-position:0 -22px;
}

/* description */
#mbox-caption{
	/*background-color:#f00;*/
	margin-right:27px;
	padding:0px 10px 0 0;
	font-weight: normal;
	text-align:justify;
	overflow-x: hidden;  /* make sure the controls at the right remain accessible, even for small images with very large filenames: those would otherwise overlap those controls at right */
}

.mbox-loading{ background:url(../images/interface/milkbox/loading.gif) no-repeat center; }/* IMAGE: loading gif */
.mbox-reset{ clear:both; height:0; margin:0; padding:0; font-size:0; overflow:hidden; }
