#gallery {
	padding:0 0 0 1px; 
	margin:30px auto; 
	list-style-type:none; 
	overflow:hidden; 
	width:866px; 
	height:700px; 
	border:1px solid #888; 
	background:#fff url('../images/art/7.jpg') right 0 no-repeat;
}
#gallery li { float:left; }
#gallery li a {
	display:block; 
	height:700px;
	width:56px;
	overflow:hidden;
	float:left; 
	text-decoration:none; 
	border-right:1px solid #fff; 
	cursor:default;
}
#gallery li a.wide {
	padding-top:90px;
}
#gallery li a.wide:hover { width:600px; }
#gallery li a img { border:0; }
#gallery li a:hover {
	background:#eee; 
	width:400px;
}
