@charset "utf-8";
  
 
#galleryie {
	padding:0;
	list-style-type:none;
	overflow:hidden;
	width:780px;
	height:240px;
	background-color: #EE9BDF;
	background-image: url(windows/win_backh.gif);
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
  }
#galleryie li {
	float:left;
  }
#galleryie li a {
	display:block;
	height:240px;
	width:70px;
	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:320px;
  }
