#features
{
    /*background:url(../Images/content_bg.gif) repeat-y left top;*/
    padding-bottom:35px;
}
#features .inside
{
    margin:0 38px 0 38px;
    padding:20px;
    /*background:#EAEAE0*/;
	background-image: url(../images/link-bg.jpg);
	background-repeat: no-repeat;
	
}
#features ul 
{
    padding:0; 
    margin:0; 
    list-style-type:none;
}
#features li
{
    float:left; 
    text-indent:-100em;
    margin-right:45px;
}
#features li.litters 
{
    margin-right:0;
}
#features li.shows 
{
    background:transparent url(../images/feature_shows.jpg);
}
#features li.wins 
{
    background:transparent url(../images/feature_wins.jpg);
}
#features li.dogs 
{
    background:transparent url(../images/feature_dogs.jpg);
}
#features li.pedigrees 
{
    background:transparent url(../images/feature_pedigrees.jpg);
}
#features li.forms 
{
    background:transparent url(../images/feature_forms.jpg);
}
#features li.litters 
{
    background:transparent url(../images/feature_litters.jpg);
}
#features a 
{
    display:block;
    width:100px; 
    height:0; 
    padding-top:80px; 
    color:#000; 
    overflow:hidden;
}
/* hack for older versions of IE with incorrect box model */
* html #features a:link, * html #features a:visited 
{
    height:80px;
    he\ight:0;
    padding-top:80px;
}
#features a#shows 
{
    background:transparent url(../images/feature_shows.jpg) 0 0 no-repeat;
}
#features a#wins 
{
    background:transparent url(../images/feature_wins.jpg) 0 0 no-repeat;
}
#features a#dogs 
{
    background:transparent url(../images/feature_dogs.jpg) 0 0 no-repeat;
}
#features a#pedigrees 
{
    background:transparent url(../images/feature_pedigrees.jpg) 0 0 no-repeat;
}
#features a#forms 
{
    background:transparent url(../images/feature_forms.jpg) 0 0 no-repeat;
}
#features a#litters 
{
    background:transparent url(../images/feature_litters.jpg) 0 0 no-repeat;
}
#features a#shows:hover 
{
    background-position:0 -80px; 
    z-index:50;
}
#features a#wins:hover 
{
    background-position:0 -80px; 
    z-index:50;
}
#features a#dogs:hover
{
    background-position:0 -80px; 
    z-index:50;
}
#features a#pedigrees:hover
{
    background-position:0 -80px; 
    z-index:50;
}
#features a#forms:hover
{
    background-position:0 -80px; 
    z-index:50;
}
#features a#litters:hover
{
    background-position:0 -80px; 
    z-index:50;
}
* html #features a:hover 
{
    height:80px; 
    he\ight:0;
}