/**
 * This <div> element is wrapped by pubListingsFeatured around the list
 * and has the classname "pubListingsFeatured-container".
 */
 
.pubListingsFeatured-container {
    position: relative;
	
}

.pubListingsFeatured-clip {
    z-index: 2;
    padding: 0;
    margin:-18px 0px 0px 0px;
    overflow: hidden;
    position: relative;
}

.pubListingsFeatured-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.pubListingsFeatured-list li,
.pubListingsFeatured-item {
    float: left;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 178px;
    height: 112px;
	text-align:center;
}

.pubListingsFeaturedImage {
	margin:0 auto;
}

.pubListingsFeaturedImage img {
	border:1px solid #fff;
	max-height:109px;
}



/**
 * The buttons are added dynamically by pubListingsFeatured before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "pubListingsFeatured-next" and "pubListingsFeatured-prev".
 */
.pubListingsFeatured-next {
    z-index: 3;
    display: none;
}

.pubListingsFeatured-prev {
    z-index: 3;
    display: none;
}
