
UL LI
{
    list-style-type: none;
}





a img
{
	border:none; 	
}

/*Common Styles*/
div.clear { clear:both;}
div.left{float:left;}

/* Features */


#FeatureSlider a,#FeatureSlider  a:link,#FeatureSlider  a:visited{ font-family:Tahoma; color: #333;}
#FeatureSlider a:hover{color: #CCCCCC;}
/*#FeatureSlider .price{color:#333 }*/
#FeatureSlider a img{ border: 1px solid #A9A8A6 }
#FeatureSlider .FeatureText{width: 162px;}
   


#features {height: 140px;  width:970px;}

#features .featureBox{
    background: url(images/featureboxBG.gif) no-repeat scroll 0 0; 
    height:120px; 
    width: 182px;
    padding: 2px;
    position:relative;
    overflow:hidden;   
    cursor: pointer; 
}
#features .vspacer{ margin: 1px;}

#features div.featureBoxText{
    /*background-color: #222;
    opacity:0.70;
    filter:alpha(opacity=70);*/
    
    background: transparent url(images/overlay.png);
    width:180px;
    padding: 8px;         
    bottom: -38px;
    position:relative;    
    overflow:hidden;   
}


#features .featureBox .featureCorner{
    position:absolute;
    bottom: 4px;
    right:4px;
}


#features .featureBoxText div{
    
    filter: none;
    -moz-opacity:none;
    -khtml-opacity: none;
    opacity: none; 
}

#features .featureBoxText div.featureTitle{
    color:#FFFFFF;   
    font-weight: bold; 
    min-height: 22px;   
    /*height:32px;*/
}

#features .featureBoxText div.featureDesc{
    color:#FFF;   
}

/* End Features */

