.carousel {
    width: 495px;
    height: 507px;
    overflow: hidden;
    border-left: 25px solid #FAFAED;
    /*-moz-border-radius: 5px;*/
		float:left;
}

.carousel-box {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 506px;
    height: 507px;
}

.carousel-images {
		position: absolute;
    width: 5000px;
    height: 507px;
}

.floater {
	float:left;
	clear:none;
	width: 506px;
    margin: 0;
    padding: 0;
    border: 0;
}

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

.carousel-controls {
		float:left;
    margin: 0.4em 0 0 0;
    text-align: center;
    width: 100%;
}

.carousel-controls .prev {
		float:left;
    top: 0;
    left: 0;
}

.carousel-controls .next {
		float:left;
    top: 0;
    right: 0;
}

.off{
	color:#ff0000;
	border:1px solid black;
}
