/* jQuery lightBox plugin - Gallery style */
#gallery {
}

#gallery div.colors{
	float:left;
	text-align:center;	
}

#gallery ul{
	list-style: none;
}

#gallery ul li{
	display: inline;
}

#gallery ul img {
	margin: 5px;
}

#gallery ul a:hover img {
	border: 5px solid #fdf2ec;
	margin: 0px;
	color: #fdf2ec;
}

#gallery ul a:hover {
	color: #fdf2ec;
}