html, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, div.span-6, div.span-7, div.span-8, div.span-9, div.span-24 {float:left;margin-right: 12px;}

div.last {margin-right:0;}
.span-1  { width: 30px;}
.span-2  { width: 72px;}
.span-3  { width: 114px;}
.span-4  { width: 256px;}
.span-5  { width: 198px;}
.span-6  { width: 240px;}
.span-7  { width: 282px;}
.span-8  { width: 324px;}
.span-9  { width: 366px;}
.span-24, div.span-24 { width: 960px; margin: 0; }


 
.clear {
	clear:both
}
 
#gallery {
	position:relative;
	height:210px;
	width:710px;
	margin-bottom:10px;
}
	#gallery a {
		float:left;
		position:absolute;
	}
	
	#gallery a img {
		border:none;
	}
	
	#gallery a.show {
		z-index:500
	}
 
	#gallery .caption { z-index: 600; font-family:verdana; font-size:13px;  background-color: #000000; color: #FFFFFF; height: 45px; width: 100%; position: absolute; bottom: 0; }
 
	#gallery .caption .content {
		margin:5px;
		text-align:left;

	}
	
	#gallery .caption .content h3 {
		margin:0;
		padding:0;
		color:#FFFFFF;
		font-size:14px;
		font-weight:bold;
		 font-style:italic;
		
	}
 
