/* @override http://sherple.com/wp-content/themes/thesis_16b/custom/stylesheets/sample_lightbox_layout.css */

@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: 780px;
}
.lbGallery ul {
	list-style: none;
}
.lbGallery ul li {
	display: inline;
}
.lbGallery ul img {
	border: 5px solid #a9a8a9;
	border-width: 5px 5px 20px;
}
.lbGallery ul a:hover img {
	/*beige color for the frame when hover*/
	border: 5px solid #F3F0DC;
	border-width: 5px 5px 20px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-bottomleft:3px;

	color: #fff;
}
.lbGallery ul a:hover {
	color: #fff;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-bottomleft:3px;

}
