/* 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: #232323;
	/*border: 5px solid #fff; set the Milkbox border */
	margin: 0;
	padding: 20px;/* set the Milkbox padding */
}

.mbLoading {background: #232323 url(../images/interface/milkbox/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-family: "Myriad Pro",Helvetica Neue,Arial,sans-serif;
	font-size: 9pt;
	line-height: 12pt;
	color: #666666;
	text-align: left;
	padding-top: 20px;
	margin: 0;
}
#mbBottom h2 {
	font-size: 10pt;
	color: #eaeaea;
}
#mbBottom small {
	font-size: 10pt;
	opacity: 0.5;
}

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

#mbNavigation{
	float: right;
	width: 27px;
	padding-left: 10px;
	border-left: 1px solid #444444;/* set nav border */
}
#mbCount{ 
	width: 55px; 
	overflow: hidden;
	padding-top: 1px;
	color: #eaeaea;
	float: right;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt; /* count font size */
}

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

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

#mbPlayPause {width:13px;}
#mbPlayPause {background: transparent url(../images/interface/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 {
	width: 17px;
	background: transparent url(../images/interface/milkbox/close.gif) no-repeat;/* IMAGE: close */
}

/* description */

#mbDescription{
	margin-right: 27px;
	padding: 0px 10px 0 0;
	font-weight: normal;
	text-align: justify;
}
