
#galleryie { 
	padding:0; 
	margin:0; 
	list-style-type:none; 
	overflow:hidden; 
	width:373px; 
	height:180px; 
	border:1px solid #888; 
}

#galleryie li { 
	float:left; 
}

#galleryie li a { 
	display:block; 
	height:180px; 
	width:21px; 
	overflow:hidden; 
	float:left; 
	text-decoration:none; 
	border-right:1px solid #fff; 
	cursor:default; 
}

#galleryie li a img {
	border:0;
}

#galleryie li a:hover { 
	background:#eee; 
	width:240px; 
}

