/*
Name: Refresh Foods
URL: http://refreshfoods.ca
Author: 4C - Insite
Author URL: http://www.4c.ca  - http://www.insitedesign.ca
Date: January 2009

CSS of the Photo Gallery _ Galleria
*/

.thumb {
	margin: 2px 0 2px 0;
	width:125px;
}


#main_image{
		margin: 0 auto 20px; 
		width: 610px;
		height: 360px;
		background: #A1CA3D;
	}
	
	#main_image img {
		margin: 5px;
	}
	
	
.gallery {
	width:300px;
	margin:0 auto;
	height:360px;
	}
		
	.gallery li{
		background:#A1CA3D;
		border:3px solid #A1CA3D;
		display: block;
		float:left;
		height: 75px;
		margin: 2px;
		overflow:hidden;
		width: 130px;		
	}


	ul.gallery li a {
		display:none;
	}

	.gallery li div img {
		cursor:pointer;
	}

	.gallery li.active div img,
	.gallery li.active div {
		display:block;
	}

	.galleria li img.thumb {
		cursor: pointer;
		top: auto;
		left: auto;
		display: block;
		width: auto;
		height: auto;
	}

* html .galleria li div span {
	width:600px;
} /* MSIE bug */


.caption { 
	background-color: #FFF;
	color:#57853D;
	display: none;
	padding: 10px;
}
	
.gallerynav {
	padding-top: 15px;
	clear: both;
	font-size: 10px;
	letter-spacing: 3px;
	text-transform: uppercase;
	text-align: center;
}
