/* ------------------------------
画像をロールオーバーさせる 
------------------------------ */
a:hover img{
filter: alpha(opacity=80);
-moz-opacity:0.8;
opacity:0.8;
}

/*------------------------------------- 
背景を消す 
-----------------------------------*/ 
 #eswsPaneBeta.eswsPane { 
 background-image:none; 
 }