﻿#gallery
{
	float: left;
	padding: 0px;
	width: auto;
	height: auto;
}
#gallery ul
{
	list-style: none;
}
#gallery ul li
{
	display: inline;
}
#gallery ul img
{
	border: 0px solid #ffffff;	padding: 23px; 
}
#gallery ul a:hover img
{
	border: 0px solid #fff;
	border-width: 0px 0px 0px;
	color: #fff;
}
#gallery ul a:hover
{
	color: #fff;
}
