ul#gallery {
	list-style: none;
	text-align: center;
}
ul#gallery li {
	display: inline;

}
ul#gallery li a {
	background:none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}

ul#gallery li a img{
	border: 1px solid #F6A10E;
	padding: 1px;
	margin: 10px;
}
ul#gallery li a:hover img{
	border: 1px solid #FFFFFF;
}
