#slider {
    width: 420px;
    margin: 0 auto;
    position: relative;
}

.scroller {
    width: 420px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
}

.loading {
	background: url(../images/loading.gif) center center no-repeat;
}


.hide {
    display: none;
}