.nuts_gallery {
	
	
	width:100%; 
	height: 450px;

    padding: 20px;
	
	margin-top: 10px;
	margin-bottom: 10px; 
	clear: left; 

	overflow: auto;
	overflow-x: hidden;

	background-color: white;
	border:1px solid #e5e5e5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

}

.nuts_gallery ul {list-style: none; margin: 0; padding: 0px;}

.nuts_gallery ul li {float: left; text-align: center; padding: 0px;}
.nuts_gallery ul li a {padding: 2px; border:1px solid #ccc; margin: 5px; height: 120px;  display: block;}
.nuts_gallery ul li a:hover {border-color:#D852AD;

	   box-shadow: 0px 0px 10px #aaa;
	   -moz-box-shadow: 0px 0px 10px #aaa;
	   -webkit-box-shadow: 0px 0px 10px #aaa;
}

.nuts_gallery img {}
.nuts_gallery img:hover {}
.nuts_gallery_spacer {clear: both; height: 10px;}