/* MILKBOX */

#mbOverlay {
	position: absolute;
	left: 0;
	width:100%;
	background: #0a0a0a url(../../img/bg/vv_bg.png); /* set the Milkbox overlay color // opacity: see the js options */
	cursor: pointer;
	z-index:1001;
	
}

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

.mbLoading{ background: #000 url( ) no-repeat center; }/* IMAGE: loading gif */

#mbImage{ 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-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color:#cfcfcf;
	line-height: 1.4em;
	text-align: left;
	padding-top:8px;
	margin:0;
}

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

#mbNavigation{
	float:right;
	width:27px;
	padding-top:3px;
	border-left:1px solid #545454;/* set nav border */
}


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

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


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

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

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

/* description */

#mbDescription{
	margin-right:27px;
	padding:0px 10px 0 0;
	font-weight: normal;
	text-align:left;
	font-size:12px;
	font-family:Rockwell,Helvetica Neue, Arial;
	line-height:18px;
}
#mbDescription ul{
padding-top:15px;
}
#mbDescription ul li{
list-style:circle;
list-style-position:outside;
margin:0px 0px 3px 15px;
}

#mbImage{
border:2px solid #222;/* set nav border */
}