/* MILKBOX */

#mbOverlay {
	position: absolute;
	left: 0;
	width:100%;
	background-color: #000; /* 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: #fff;/* set the Milkbox background color */
	border: 0px solid #fff;/* set the Milkbox border */
	margin:0; padding:15px;/* set the Milkbox padding */
}

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

#mbImage{ 
float:left;
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 *** */

#mbBottom2 { 
	/* set text options */
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 2em;
	text-align: left;
	padding-left:10px; padding-right:10px;
	padding-top:58px;
	border-style:solid;
	margin:10px;
}


#mbBottom { 
	/* set text options */
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 15px;
	color: #666;
	line-height: 1.5em;
	text-align: left;
	padding-top:8px;
	padding-left:5px;
	position:absolute;
	right:5px;
	width:780px;
	bottom:10px;
	margin:0;
}

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

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

#mbNavigation1{
	float:right;
	width:27px;
	padding-top:3px;
	border-left:1px solid #9c9c9c;/* set nav border */
}
#mbNavigation{
	float:right;
	width:27px;
	right:5px;
	bottom:5px;
	position:absolute;
}


#mbCount{ 
	width:55px; 
	overflow:hidden;
	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/milkbox/paging_left_button.gif) no-repeat; }/* IMAGE: prev */
#mbNextLink{ background: transparent url(/img/milkbox/paging_right_button.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/milkbox/close_button.gif) no-repeat;/* IMAGE: close */
}

/* description */

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

#mbBottom div.date { font-size:10px; color:#39c; padding:0 0 5px 10px; }
#mbBottom div.date span { color:#9e0b0f; }

#mbCenter div.desc {
    bottom:40px !important;
    height:120px;
    left:410px !important;
    position:absolute !important;
    width:350px !important;
}

#mbCenter div.desc h6 {
    color:#000000;
    font-size:12px;
    font-weight:normal;
    line-height:14px;
    padding-left: 11px;
}

