/* MILKBOX */

H6
{
	font: 11px/1 Verdana,Tahoma,Arial;
	margin: 0px;
}

#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/ti/loading.gif) no-repeat center; }/* IMAGE: loading gif */

#mbImage{ 
	float:left;
	margin: 15px 0px 0px 15px; 
	padding:0; 
	height:0; 
	border:none; 
	font-size:0; 
	overflow:hidden; 
}



/* *** BOTTOM *** */
#mbBottom { 
	/* set text options */
	font-family: Verdana,Tahoma,Arial;
	font-size: 11px;
	text-align: left;
	padding-top:8px;
	padding-left:5px;
	position:absolute;
	right:0px;
	overflow:visible;
	width:10px;
	bottom:10px;
	margin:0;
}

#mbBottom .desc
{
	position:absolute;
	left:-245px;
	width:320px;
	bottom:151px;
}
/* navigation */
/* be careful if you change buttons dimensions */
#mbNavigation{
	float:right;
	width:15px;
	left:-177px;
	bottom:7px;
	position:absolute;
}


#mbCount{ 
	width:45px; 
	overflow:hidden;
	display:block;
	position: absolute;
	top:-3px;
	left: 73px;
	float:right;
	text-align:center;
	color: #FD9A00;
	font-size:9px; /* count font size */
}

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


#mbPrevLink{ width:52px; }
#mbNextLink{ width:60px; }
#mbPrevLink{ background: transparent url(/img/ti/paging_left_button.gif) no-repeat; }/* IMAGE: prev */
#mbNextLink{ background: transparent url(/img/ti/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:67px;
	background: transparent url(/img/ti/close_button.gif) no-repeat;/* IMAGE: close */
}

/* description */

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

