ul {
	position: relative;
	width: 605px;
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
}
li {
	background-image: url(photos/backing.jpg);
	height: 150px;
	width: 188px;
	display: inline;
	float: left;
	position: relative;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
li a img{
	height: 122px;
	width: 163px;
	border: 1px solid #CCCCCC;
	top: 12px;
	left: 12px;
	position: absolute;
}
li a:hover img{
	height: 134px;
	width: 179px;
	border: 2px solid #CCCCCC;
	top: 5px;
	left: 0px;
}

