/************************************************************************
*************************************************************************
@Name :       	Thumba - jQuery Plugin CSS
@Revison :    	1.0
@Date : 		12/02/2012
@Author:     	Mickael SURREL - ALPIXEL Agency - (www.myjqueryplugins.com - www.alpixel.fr) 
@License :		 Open Source - MIT License : http://www.opensource.org/licenses/mit-license.php
 
**************************************************************************
*************************************************************************/

#container { width:100%; height:auto; float:left; }
#main { width:100%; height:	auto; float:left }
.ThumbaGallery {position:relative;}
.thumba {
	list-style:none;
	padding:0;
	margin:0;
	width:100%;
	display:table;
	background-color:#3D3D3D;
	position:relative;
	border: 1px dotted #5b5b5b;
}

	.thumba li {
		margin:0 0 0 4px;
		display:inline-table;
		vertical-align:middle;
		z-index:9;
		float:left;
		width:318px !important;
		height:196px !important;
		background-color:#fff;
		margin:6px;
		border:2px solid #fff;
		
	}

	.thumba li a {display:block; position:relative;}
	
	.thumba li:hover {border:2px solid #000;}

	.wrapThumba {
		position:absolute;
		top:0%;
		left:0;
		z-index:100000;
		border-width:2px;
		border-color:#000;
		border-style:dotted;
		background-color:transparent;
		display:none;
		cursor:pointer;
	}
	
	
	/** Overlay lightbox **/
	.ThumbaLightbox_overlay {
		z-index:9998;
		background-color:#0FC;
		opacity:1;
		-ms-filter: "alpha(opacity=50)"; /* IE 8 */ 
		filter: alpha(opacity=50);
		position:fixed;
		top:0; 
		left:0; 
		width:100%; 
		height:100%; 
		display:none;
	}
	
	/** Main container lightbox **/
	.ThumbaLightbox {
		position:absolute;
		z-index:9999;
		overflow:hidden;
		border:1px solid #000;
		display:none;
	}
	
	/** Legend Img **/
	.ThumbaLightboxLegend {
		background-color:#000;
		color:#fff;
		font-size:12px;
		font-style:italic;
		display:none;
	}
	
	.ThumbaGallery .thumba li p {
		
	position: relative;
	width: 309px;
	height: auto;
	background-color: #fed601;
	bottom: 0px;
	color: #000;
	font-size: 12px;
	padding: 7px 0px 5px 9px;
	text-transform: uppercase;
	z-index: 34;
	float: left;
	margin-top: -32px;
		
		
}