@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 {
	padding: 10px;
	width: 520px;
	margin-left: 10px;
	}
	.lbGallery ul { list-style: none; }
	.lbGallery ul li { display: inline; }
	.lbGallery ul img {
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    text-align: left;
    margin-left: 12px;
    margin-bottom: 12px;
    -moz-border-radius: 6px;
    -moz-box-shadow: 1px 1px 5px #0E4721;
    -webkit-border-radius: 6px;
    -webkit-box-shadow: 2px 2px 3px #35a42c;
    border-radius: 6;
    border-color: #640132;
	}
	.lbGallery ul a:hover img {
	color: #e43117;
	border: 1px solid #e43117;
	}
	.lbGallery ul a:hover {
	color: #F30;
}
	
