#HeaderGallery{
	padding:0; 
	margin:0;
  	list-style-type:none;   
	overflow:hidden;
	/*background:url(../img/logo_static.gif) no-repeat;*/
  }

#HeaderGallery li{
	float:left;
	display:none;
}

#HeaderGallery li a{
	width:78px;
	overflow:hidden;
	display:block;
	height:100%;
	float:left;
	text-decoration:none;
	opacity:0.5;
	filter: alpha(opacity=50);
}

#HeaderGallery li a:hover{
	opacity:1;
	filter: alpha(opacity=100);
}

#HeaderGallery li a img{
	height:300px;
	border:0;
}


