@charset "UTF-8";
/* CSS Document *//* jQuery lightBox plugin - Gallery style */
#gallery {
	/*background-color: #fff;*/
	margin-left:auto;
	margin-right:auto;
	width: 700px;
}

#gallery img {
	border:solid #000;
	border-width: 2px 2px 2px 2px;
	padding:5px; 
	background-color:#fff;
	width:110px;
	height:110px;
	
}
#gallery a:hover img {
	border:solid #000;
	border-width: 2px 2px 2px 2px;
	background-color: #4da5ba;
}
#gallery a:hover { background-color:transparent; }

div.thumb {
	/*background-color: #fff;*/
	float:left;
	width:130px;
	margin-left:10px;
	margin-bottom:10px;
}
	