#screenshotScroller {
    position: relative;
    width: 410px;
    height: 100px;
    overflow: hidden;
	margin:0 auto;
}

#screenshotScroller > div {
    position: relative;
    width: 134px;
    height: 200px;
    float: left;
    text-align: center;
}
