div#featuredFeatures ul li {
    padding-right:15px;
    padding-left:15px;
    float:left;
}
div#featuredFeatures{
    /*background:transparent url(imgs/featured_bg.jpg) repeat-x;*/
    width:100%;
    height:100%;
    padding-top:20px;
    /*overflow-y:hidden;*/
    overflow: hidden;
}

div#featuredFeatures ul li img{
    /*width:209px;*/
    /*height:300px;*/
    /*width:100%;*/
    /*height:100%*/
    cursor:pointer;
}
.ffNext:hover{
    background:transparent url(imgs/arrowl.png) no-repeat;
}
.ffNext{
    z-index:20;
    background:transparent url(imgs/arrowl.png) no-repeat;
    width:50px;
    height:48px;
    position:absolute;
    left:-4px;
	top:156px;
	border:none;
}
.ffPrev:hover{
    background:transparent url(imgs/arrowr.png) no-repeat;
}
.ffPrev{
    background:transparent url(imgs/arrowr.png) no-repeat;
    width:50px;
    height:48px;
    position:absolute;
    right:-4px;
    z-index:20;
	top:156px;
	border:none;
}
