.featured-block  {
	margin-left:25px; 
	padding:0; 
	width:368px; 
	min-height:350px; 
  	background-image: url(images/main-callout_bkg.jpg);
	background-repeat:repeat-x; 
	background-position:bottom center;
	background-color:#f6f6ee; float:left;}

.featured-block #fheadline { padding:18px 0;
  	background-image: url(images/fl_headline_bkg.jpg);
	background-repeat:no-repeat; 
	background-position:top center;
	width:368px; }

.featured-item { 
	float:left;
	margin:10px;
	width: 162px; 
	position:relative;
	}

.featured-item-photo { margin:0;padding:0;border:0;width:100%;}
.featured-item-photo img {
	border:1px solid #000;
	background:none !important;
	-ms-interpolation-mode : bicubic;
	width:160px;
	height:120px;
	z-index: -100;
}

.featured-item-details{ 
	width:100%;
	background-color:#000;
	color:#FFF;
	margin:0;
	padding:0;
	height:40px;
	}
	
.featured-item-details-inner  {padding: 2px 6px;}

.featured-item-price {
	position: absolute;
	width: 162px;
	text-align: center;
	top: 102px;
	opacity: 0.8;
	left: 0;
	background-color: #FFD302;
	color: #000;
	font-weight:bold;
	filter:alpha(opacity=80);
	padding-bottom: 3px;
}
/* IE7 Hack */
*:first-child+html .featured-item-price {	
	top: 106px;
}
.featured-item-price span { opacity:1; filter:alpha(opacity=100); background-color:#FFD302;width:80px;}
#featured-panel  img {background:none !important;}

.featured { background:none !important;}

#featured-navbar {
    font-family: tahoma, verdana, arial, helvetica, sans-serif;
    text-align:right;
    padding:6px 3px 3px;
    height: 1.5em;
}

#featured-navbar a {
    background: #f5f5f5;
    border    : 1px solid #ddd;
    color     : #140f45;
    font-size : 9px;
    margin    :0 1px;
    padding   :1px 4px;
    text-decoration:none;
}

#featured-pager {
    display:inline;
}
#featured-pager a.activeSlide {
    background-color:#E2AA0D;
    color : #f5f5f5;
}
#featured-pager a:active,  #featured-pager a:hover{
    background-color:#E2AA0D;
    color : #f5f5f5;
}