div.slide {
    position: absolute;
}
div#featured_block {
    width: 397px;
    height: 179px;
    background: url('featured-background.gif') no-repeat;
    font-size: 12px;
    color: #9BA49B;
    font-family: arial, helvetica, sans-serif;
	margin-left:25px;
}    
div#featured_block div#featured_navigation {
    float: right;
    margin-right: 30px;
	padding-top:10px;
}
div#featured_block div#featured_navigation a {
    display: block;
    width: 22px;
    height: 23px;
    float: left;
    background: url('featured-button-off.gif') no-repeat;
    text-align: center;
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    text-decoration: none;
    color: #9ba29a;
    padding-top: 5px;
    margin-left: 3px;
    
}
div#featured_block div#featured_navigation a.selected {
    background-image: url('featured-button-on.gif');
}
div.slide div.featured-content {
    padding: 0 10px;
    width: 380px;
    height: 145px;
    overflow: hidden;
    font-size: 11px;
    line-height: 16px;
}    
div.slide div.featured-content h1 {
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    height: auto;
    margin-bottom: 10px;
	
}
div.slide div.featured-content h1 a {
    color: #9BA49B;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
}
div.slide div.featured-content h1 a:hover {
    color: #9BA49B;
}
div.slide div.featured-content table.featured-image-holder { 
    float: left;
   	width:100px;
	margin:0 18px 0 10px;
}
div.slide div.featured-content table.featured-image-holder tr td { 
    text-align: center;
    vertical-align: middle;
 
}
td.price-area {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    width: 80px;
    height: 15px;
    margin-left: 325px;
    padding-top:15px;
	padding-left:5px;
    text-align: center;
  background-color:#9BA29A;
}    
td.price-area a {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
 
    text-decoration: none;
} 