/* jQuery lightBox plugin - Gallery style */

#gallery {
	background-color: #ecebe9;
	padding: 10px;
	width: 90%;
}
#gallery ul { 
	list-style: none; 
}
#gallery ul li {
	display: inline; 
}
#gallery ul img {
	border: 2px solid #ecebe9;
	border-width: 2px;
}
#gallery ul a:hover img {
	border: 2px solid #F60;
	border-width: 2px;
	color: #F60;
}
#gallery ul a:hover {
	color: #F60; 
}