
#coverflow {
	height: 300px;
	/*margin: 20px;*/
	position: relative;
	top: 0px;
	left: 0px;
	margin-top: 10px;
    width: 920px;
    overflow: hidden;
    z-index: 20;
	margin: 10px auto;
}

#slider{
    /* 920 minus twice the margin */
    background-color: #291a15;
    height : 1px;
    width: 880px;
    margin: 20px;
}
.ui-slider-handle {
    height: 10px !important;
}

.ui-jcoverflip {
    position: relative;
    height : 300px;
    width: 920px;
}
     
.ui-jcoverflip--item {
    position: absolute;
    display: block;
}

