/*************************************************************************
* CW2 Organic Store Template for Zencart  from customweb2.com  
* ************************************************************************
* Copyright (C) 2009 Netaxis IT Solutions Private Ltd. All Rights Reserved.
* Author: Netaxis IT Solutions Private Ltd
* Website:  http://www.customweb2.com 
* This file may not be redistributed in whole or significant part.
**************************************************************************/
.clear {
	clear:both
}

#gallery {
	position:relative;
	height:300px;
	 font-family:Arial, Helvetica, sans-serif;
	 overflow:hidden;
	 margin:5px;
}
	#gallery a {
		float:left;
		position:absolute;
	}
	
	#gallery a img {
		border:none;
	}
	
	#gallery a.show {
		z-index:500
	}

	#gallery .caption {
		z-index:600; 
		width:100%; 
		position:absolute;
		bottom:0;
	}

	#gallery .caption .content {
		margin:5px
	}
	
	h3.imghd{
		margin:5px 5px 0 5px;
		line-height:1em;
		padding:0;
	}

