@charset "UTF-8";
/* CSS Document */

ul#featuretab{
width:248px;
height:254px;
position: absolute;
background:#000;
background-image:url(../images/feature_wildfire08_bg.jpg);
background-repeat:no-repeat;
}

ul#featuretab li{
width: 124px;
height: 54px;
float:left;
display:inline;
margin-top:0px;
border:none;
}

ul#featuretab li img{
border:none;
position: relative;
}

ul#featuretab, ul#featuretab li{
margin:0;
padding:0;
list-style:none;
}		

ul#featuretab a{
color:#424651;
text-decoration:none;
border: none;
}

ul#featuretab a img{
position:relative;
right:10px;
}

ul#featuretab a:hover{
color:#000;
background:none;
z-index:100;
}
								
ul#featuretab a span{
display:none;
}

ul#featuretab a span img{
position: relative;
left:0px;
width:248px;
height:200px;
}	

ul#featuretab a:hover span{
position:absolute;
width:248px;
height:200px;
float:left;
top:54px;
left:0;
display:block;
}	