/*widget lightbox gallery custom*/

.gallery_light ul{
		padding: 10px;
		margin-left: 0px;
		border:1px solid #CCCCCC;
		list-style: none; 
		
	}
.gallery_light ul li { display: inline; }
.gallery_light ul img {
		border: 5px solid #CCCCCC;
		border-width: 5px 5px 10px;
	}
.gallery_light ul a:hover img {
		border: 5px solid #FFFFFF;
		border-width: 5px 5px 10px;
		color: #fff;
	}
.gallery_light ul a:hover { color: #fff; }