/* 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: white;/* set the Milkbox background color */
	border: 6px solid #97895C;/* set the Milkbox border */
	margin:0; padding:0px;/* set the Milkbox padding */
}

.mbLoading{ background: #fff url(/images/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: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	padding-top:8px;
	margin:0;
	background: #E3DFD3 url(/images/milkboxback2.jpg) left bottom no-repeat;
}

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

#mbNavigation{
	float:right;
	height: 50px;
}


#mbCount{
	height:20px;
	width:100%; 
	overflow:hidden;
	margin-top:12px;
	margin-left: -14px;
	float:left;
	text-align:center;
	font-size:12px; /* count font size */
	font-weight: bold;
	color: #97895C;
}

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


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

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

/* description */

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

.galleryBit{
	
	width: 150px;
	height: 98px;
	border: 3px solid #ddd;
	
}

.galleryBit:hover{
	
	border: 3px solid #ffa800;
	
}