@charset "utf-8";
/* CSS Document */

#showhere {
    width:190px;
    overflow:hidden;
}
#showhereshow {
    height:180px;
    overflow:hidden;
    vertical-align:top;
}
#showhere .link_nor{
background-color: #333333;
font: normal 76% "Arial", "Lucida Grande",Verdana,  Sans-Serif;
border: 2px solid red;
padding:0px 4px 0px 4px;
text-align:center;
color:white
}
#showhere .link_act
{
background-color:red;
font: normal 76% "Arial", "Lucida Grande",Verdana,  Sans-Serif;
border: 2px solid red;
padding:0px 4px 0px 4px;
text-align:center;
color:white
}

#showhere span{
font: normal 76% "Arial", "Lucida Grande",Verdana,  Sans-Serif;
color:white
}
#showhere .mytitle
{
	font: normal 80% "Arial", "Lucida Grande",Verdana,  Sans-Serif;
}
#showhere .gray
{
background-color: #666666;
position: absolute;
border: 5px solid #666666;
z-index: 100;
}
#showhere img{
border: 5px solid #666666;
background-color: #666666
}
#showhere .opa{
color:white;
padding:10px 20px 0px 20px;
position: absolute;
z-index: 101;
background-color: #214263;
opacity:0.5;
filter: alpha(opacity=50);
filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100,FinishOpacity=50, Style=3, StartX=0, FinishX=100, StartY=0,FinishY=16); 
-moz-opacity: 0.5;
}

