/* MILKBOX */

#mbOverlay {
	position: fixed;
	left: 0;
	width:100%;
	background-color: #000; /* 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: fixed;
	z-index:100001;
	overflow:hidden;
	left: 50%;
	top:10%;/* 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: 5px solid #fff; set the Milkbox border */
	margin:0;
	/*padding: 5px 20px 20px 20px;*/
}

.milkbox_theme_white,
.milkbox_theme_white a,
.milkbox_theme_white a:hover {
	color: #fff;
}


.mbLoading{ background: rgba(255,255,255,0.8) url(../../../../layout/loader.gif) no-repeat center; }/* IMAGE: loading gif */

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

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


/* *** BOTTOM *** */

#mbBottom {
	/* set text options
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.4em;*/
	text-align: left;
	padding-top:8px;
	margin:0;
}

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

#mbNavigation{
	padding-left: 0;
}


#mbCount{
	margin-right: 5px;
	/*margin: 0 5px;*/
	/*font-size:9px; */
	/* count font size */
}

#mbCloseLink {
	float:right;
	cursor: pointer;
}

#mbPrevLink, #mbNextLink, #mbPlayPause{
	outline:none;
	cursor: pointer;
	margin-right: 5px;
}

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

#mbPlayPause{ width:13px; }
#mbPlayPause{ background: transparent url(play-pause.gif) no-repeat; }
*/

/* NOTE: doesn't work in ie6, so, just see the js options :)
a#mbPrevLink:hover,a#mbNextLink:hover,a#mbPlayPause:hover { background-position: 0 -22px; }
*/

/*
#mbCloseLink {
	width:17px;
	background: transparent url(close.gif) no-repeat;/* IMAGE: close */
}
*/

/* description */

#mbDescription{
	font-weight: normal;
}