@charset "utf-8";
/* CSS Document */
/* jQuery lightBox plugin - Gallery style */
/*  This layout is for sample purposes
    Feel free to edit it to suit your needs
*/

#container{
	width:90%;
	background:url(../BARIMG.png);
	padding:10px 5px 0 5px;
	border-right:1px solid #CCC;
	min-height:600px;px;
}

.lbGallery, #media {
	width: 90%;
	margin-bottom:10px;
	position:relative;
	}
	
	#media{
	clear:both;	
		
	}
	
	.clearfix:after{
		visibility:hidden;
		
		clear:both;
		height:0;
		
	}
	
	.clearfix{
	display:inline-block;	
	}
	
	
	#container ul { 
	list-style: none; 
	position:relative;
	
	}
	
	#container ul li { 
	background:url(../gallery/photo.png) top no-repeat;
	float:left;
	width:225px;
	height:260px;
	padding-top:55px;
	margin-bottom:30px;
	
	
	}
			
	#container img {
		
		margin:0;
		list-style:none;
		text-decoration:none;
		border:0;
	}
	
	#container a:hover img {
		list-style:none;
		text-decoration:none;
	}
	
	#container a:link, #container a:visited{
		list-style:none;
		text-decoration:none;
		
	}
	
	#container a:hover { color: #fff;
	border:0;
	
	}
	

