.galleria{list-style:none;width:615px;}
.galleria li{display:block;width:80px;height:80px;overflow:hidden;float:left;margin:0 10px 10px 0}
.galleria li a{display:none}
.galleria li div{position:absolute;display:none;top:0;left:180px}
.galleria li div img{cursor:pointer}
.galleria li.active div img,.galleria li.active div{display:block}
.galleria li img.thumb{cursor:pointer;top:auto;left:auto;display:block;width:auto;height:auto}
.galleria li .caption{display:block;padding-top:.5em}
* html .galleria li div span{width:400px} /* MSIE bug */

.demo
		{
			background-color:#fff;
			text-align:;
			width:615px;
		}		
	
	
	
	
.gallery_demo /* HACK FOR STUPID IE, STYLE THIS FOR ALL OTHER BROWSERS, BELOW FOR IE */
		{
			width:auto;
			margin-left:0px; /* COULD NEED MODIFYING FOR OTHER BROWSERS */
			margin-top:5px;
		} 
* html .gallery_demo /* for IE 6 */
		{ 
			width:auto;
			margin-left:auto;
			margin-right:auto;
			margin-top:0px;
		}	
* + html .gallery_demo /* for IE 7 --> NEED TO CHECK THESE ON THE BROWSER */
		{
			width:auto;
			margin-left:auto;
			margin-right:auto;
			margin-top:0px;
		}			
	

		
	
	.gallery_demo li{width:93px;height:67px;border:1px solid #777;margin: 10px 7px 0px 0px;/*background:#000;*/}
	
	<!--.gallery_demo li div{left:40px;} -->
	
	.gallery_demo li div .caption{font:italic 0.7em/1.4 georgia,serif;}
	
	
#main_image
		{
			height:440px;
			width:615px;
			padding:0px;
			margin-bottom:0px;
		}
* html #main_image { margin-bottom:-13px; }	/* for IE 6 */
* + html #main_image{ margin-bottom:0px; }	/* for IE 7 */
	
	<!-- #main_image img{margin-bottom:0px;padding:0px} -->
	
	.nav{padding-top:15px;clear:both;font:80% 'helvetica neue',sans-serif;letter-spacing:3px;text-transform:uppercase;}
	
.thumb	
		{
			display:inline-block;	
			text-align:center;
			margin-bottom: 25px;
		}
* html .thumb { display:inline; margin-bottom: 25px;}	/* for IE 6 */
* + html .thumb { display:inline; margin-bottom: 25px;}	/* for IE 7 */

#photo_credit
		{
			font-size:9px;
			float:right;
			margin:2px 0 0px 0;	
		}
		
#photo_credit a
		{		
			color: #00ADEE;
			text-decoration: none;
			border-bottom: 1px dotted #00ADEE;
		}
		
#photo_credit a:hover
		{		
			color: #000;
			text-decoration: none;
			border-bottom: 1px solid #000;
		}	