@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
*/
.lbGallery {
		width: 730px;
	}

	.lbGallery .galleria_frame { 
	   text-align:center;
	   display:inline-block;
	   width:170px;
	   height:140px; 
	}
	
	.lbGallery  img{
		border: 5px solid #999;
		border-width: 5px 5px 18px;
		height:100px;
		max-width:150px;
	}
	.lbGallery img:hover{
		border: 5px solid #FFF;
		border-width: 5px 5px 18px;
		color: #fff;
	}
	


