/*
body {
    font-family: Verdana, Geneva, sans-serif;
    font-weight: normal;
    font-size: 12px;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
*/


ul.images {
	width: 600px;
	margin: 3 auto;
	padding: 2px;
	list-style-type: none;
/*	border: 1px solid #888;
	background: #ffffdd;*/
	overflow: auto;
}
	
	ul.images li {
		float: left;
	}
			
		ul.images li a img {
			margin: 6px;
			padding: 1px;
			background: #fff;
			/*border: 1px solid #000;*/
			padding: 0 8px 8px 0;
			background: url(images/shadow.png) no-repeat bottom right;
			border: 0;
			
		}
		
		ul.images li a:hover img {
			border-color: #ffc523;
		}