.carousel {
    margin: 0 0 1em 0;
    width: 707px;
    border: 1px solid #d1d1d1;
    -moz-border-radius: 5px;
	 position: relative;
}

.carousel-box {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 707px;
    height: 337px;
	 z-index: 0;
}

.carousel-images {
	 position: absolute;
    width: 10000px;
    height: 180px;
}

.carousel-images img {
    float: left;
    margin: 0;
    padding: 0;
    border: 0;
}

.carousel-controls {
    position: absolute;
    text-align: center;
    width: 703px;
	 top: 150px;
	 left: 2px;
	 z-index: 1;
}

.carousel-controls .prev {
    /*position: absolute;
    top: 0;
    left: 0;*/
	 float: left;
}

.carousel-controls .next {
    /*position: absolute;
    top: 0;
    right: 0;*/
	 float: right;
}

* html .carousel-controls .prev,
* html .carousel-controls .next {
	cursor: pointer;
}
