/* Slide */
#showhere {
margin:-3px;
padding:-3px;
font-style:normal;
font-weight: normal;
font:"Arial Narrow", Arial, Helvetica, sans-serif;
font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
position:relative;
}

#showhere .link_nor{// for clickable normal link
background-color: #333333;
font:"Arial Narrow", Arial, Helvetica, sans-serif;
text-align:center;
color:#fff;
}


#showhere .link_act
{// for clickable active link
font:"Arial Narrow", Arial, Helvetica, sans-serif;
text-align:center;
color:#fff;
font-weight: normal;
}
 

#showhere span{// for watermark
font:"Arial Narrow", Arial, Helvetica, sans-serif;
color:#fff;
font-weight: normal;
font-style:normal;
position:relative;
}


#showhere .gray
{// for cover
position: absolute;
z-index: 100;
font-weight: normal;
}

#showhere .opa{
font-size:0px;
text-align:right;
top:175px;
right:0px;
font-weight: normal;
font-style:normal;
width: 476px;
padding:0px 20px 0px 10px;
height:35px;
position: absolute;
z-index: 101;
background:url("img/slogan_en.gif") no-repeat 65px 0px;
opacity:0.9;
filter: alpha(opacity=90);
filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100,FinishOpacity=90, Style=3, StartX=0, FinishX=100, StartY=0,FinishY=16); 
-moz-opacity: 0.9;
}

*:first-child+html #showhere .opa{/*for IE7*/
background:url("img/slogan_en.gif") no-repeat 62px 0px;
}

#showhere img{
border: 0px;
background-color: #666666;
}
