/* 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: 5px solid #fff;/* set the Milkbox border */
	margin:0; padding:5px;/* set the Milkbox padding */
}

.mbLoading{ background: #fff url(loading.gif) no-repeat center; }/* IMAGE: loading gif */

#mbCanvas{ 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:Arial, 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 */

#mbNavigation{
	/*float:right;
	width:27px;*/
	padding-top:3px;
	border:none;/* set nav border */
	text-align:right;
}


#mbCount{ 
	display:none;
	visibility:hidden;
	width:55px; 
	overflow:hidden;
	padding-top:1px;
	float:right;
	text-align:right;
	font-size:9px; /* count font size */
	margin-top:50px;
}

#mbCloseLink, #mbPrevLink, #mbNextLink, #mbPlayPause{
	outline:none;
	display:none;
	float:right;
	height:22px;
	cursor: pointer;
}


#mbPrevLink, #mbNextLink{ display:none; }
#mbPrevLink{ background: none; }/* IMAGE: prev */
#mbNextLink{ background: none; }/* IMAGE: next */

#mbPlayPause{ display:none; }
#mbPlayPause{ background: none; }/* 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 0; }*/

#mbCloseLink {
	display:block;
	width:66px;
	/*
	margin-left:auto;
	margin-right:2px;
	*/
	background: transparent url(closelabel.gif) top left no-repeat;/* IMAGE: close */
}

/* description */

#mbDescription{
	display:none;
	visibility:hidden;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-right:27px;
	padding:0px 10px 0 0;
	font-weight: normal;
	text-align:justify;
	font-weight:bold;
	font-size:12px;
	color:#000;
}

#mbDescription p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#535353;
}

.screenshotsWrapper {
  margin-bottom:13px;
  overflow:hidden;
	font-size:10px;
	font-family:Georgia, "Times New Roman", Times, serif;	
}

.screenshotsWrapper .shot {
  float:left;
	width:180px;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:10px;
	text-align:center;
}

.screenshotsWrapper .shot img {
	padding:10px 10px 25px 10px;
}

.screenshotsWrapper .shot a {
	display:block;
	height:160px;
	background-color:#e4e4e4;
}


.screenshotsWrapper .shot a:hover {
	background-color:#2e6799;
}

.screenshotsWrapper .shot .title {
  font-weight:bold;
	padding-top:10px;
	margin-bottom:10px;
	color:#2e6799;
}

.screenshotsWrapper .shot .caption {
  padding:0 0 0 15px;
	text-align:left;
}
