#gallery{	width:100%;	border: 1px solid #CCCCCC;}#gallery img{	border: none;}table, td{	margin:0;	padding:2 0 5;	border-top: 1px solid #666666;	border-right: 1px solid #E0E0E0;	border-bottom: 1px solid #E0E0E0;	border-left: 1px solid #666666;}td{	text-align:center;	vertical-align:top;}img{	border:none;	padding: 2px;}/* 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; }.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: 12px;	text-align: left;	padding-top:2px;	margin:0;}/* navigation *//* be careful if you change buttons dimensions */#mbNavigation{	float:right;	width:27px;	padding-top:0px;/* set nav border */	top: 25px;}#mbCount{	width:55px;	overflow:hidden;	padding-top:1px;	float:right;	text-align:right;	font-size:9px; /* count font size */	top: 0px;}#mbCloseLink, #mbPrevLink, #mbNextLink, #mbPlayPause{	outline:none;	display:block;	float:right;	height:15px;	cursor: pointer;}#mbPrevLink, #mbNextLink{ width:15px; }#mbPrevLink{ background: transparent url(prev.gif) no-repeat; }/* IMAGE: prev */#mbNextLink{ background: transparent url(next.gif) no-repeat; }/* IMAGE: next */#mbPlayPause{ width:13px; }#mbPlayPause{ background: transparent url(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 0px;}#mbCloseLink {	width:17px;	background: transparent url(close.gif) no-repeat;/* IMAGE: close */}/* description */#mbDescription{	margin-right:0px;	padding:3px 10px 0 3px;	font-weight: normal;	text-align:left;}.thumbCaption {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px;	color: #666666;}
