#carousel-container {
    position: relative;
}
#carousel-wrapper {
    overflow: hidden;
    width: 100%;
    height: 100%;
}
#carousel-controls {
	position: absolute;
	top:10px;
	right:10px;
	z-index: 2;
}
#carousel-content .slide {
    float: left;
}