#FeatureSlider a, a:link, a:visited{ font-family:Georgia; color: #FFFFFF;}
#FeatureSlider a:hover{color: #CCCCCC;}
#FeatureSlider .price{color:#e7b640 }
#FeatureSlider a img{
	border: solid 1px #FFFFFF;
	text-decoration: none;
}
#FeatureSlider .FeatureText{width: 160px;}
   
#NoJSFeature a, a:link, a:visited{
	font-family:Georgia;
	color: #FFFFFF;
	text-decoration: none;
}
#NoJSFeature a:hover{color: #CCCCCC;}
#NoJSFeature .price{color:#e7b640 }
#NoJSFeature a img{ border: solid 1px #FFFFFF; } 
#NoJSFeature{text-align:center;}
#NoJSFeature .FeatureText{text-align:center; width: 160px; margin: 0 auto;}
#NoJSFeature  {width:241px; height:216px; background: #999999 url(/featureslider/images/featurebg.jpg) no-repeat scroll 0; }
 /** Carousel Styles **/
 
 /**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
 
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 160px;
    height: 180px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}




/***********  Custom Styles ************* */

 .jcarousel-container {
   
    background: #999999 url(/featureslider/images/featurebg.jpg) no-repeat scroll 0; 
   
}

 .jcarousel-container-horizontal {
    
    position:relative; 
    text-align:center;
    width: 241px; 
    height: 216px; 
    
}



 .jcarousel-clip-horizontal {
    width:  165px;
    height: 180px;
    float:left;
    position:relative;
    left: 6px;
    
}


 .jcarousel-item img{
  
    border: 1px solid #fff;
}
 .jcarousel-item {
    width:  150px ;
    height: 200px;

}

 .jcarousel-item:hover {
    border-color: #808080;
}

 .jcarousel-item-horizontal {
    margin-right: 0px;
}



 .jcarousel-item-placeholder {
}

/**
 *  Horizontal Buttons
 */
 .jcarousel-next-horizontal {
   float:right;
   position:relative;
   top: 45px;
   right: 1px;
}

 .jcarousel-next-horizontal:hover {
    
}

 .jcarousel-next-horizontal:active {
   
}

 .jcarousel-next-disabled-horizontal
 .jcarousel-next-disabled-horizontal:hover,
 .jcarousel-next-disabled-horizontal:active {
    cursor: default;
   
}

 .jcarousel-prev-horizontal {
  position:relative;
  float:left;
   top: 45px;
   left: 1px;
  
}

 .jcarousel-prev-horizontal:hover {
  
}

 .jcarousel-prev-horizontal:active {
   
}

 .jcarousel-prev-disabled-horizontal,
 .jcarousel-prev-disabled-horizontal:hover,
 .jcarousel-prev-disabled-horizontal:active {
   
}
#imgpadre {
	padding-right: 10px;
}
