.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;
}

.featured-skin li
 {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 33%;
    
    
}

/**
 * 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;
}









.featured-skin{
    
    -moz-border-radius: 10px;
    background: #F0F6F9;
    border: 1px solid #346F97;
   width: 85%;
   height: 250px;
    padding: 20px 40px;
    
}




.jcarousel-skin-tango .jcarousel-clip-horizontal {
    /*width:  245px;*/
    width: 100%;
    height: 220px; 
}



.jcarousel-skin-tango .jcarousel-item {
    width: 150px;
    height: 230px;
   
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right:10px;

}



.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}





 #wrap{
 width : 100%;
 
 }
 

#featured-container{
	margin-left: auto;
    margin-right: auto;
	
	}
.featured-skin h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
    color: #4088B8; 
    clear: both;
    margin-bottom: 15px;

	
}

