.carosel {
	float: left;
	clear: both;
	margin-top: 20px;
}
.caroTop {
	height: 36px;
	width: 953px;
}
.caro {
	width: 950px;

	height: 180px;
	padding: 10px 0 10px 0;
}
.space {
		width: 953px;

	height: 50px;
}
.space p{
padding: 0 0 0 40px;
}
.caro ul {
	width: 950px;
}
.caro li {
	float: left;
	padding: 0 10px 0 10px;
	height: 195px;
}

.caro a img { border: 1px solid #EF0E6C;   }

.caro a:hover img { border: 1px solid #fff;  }

.caroBottom {
	background: transparent url("/form/images/bottom-corner2.png");
	height: 36px;
	width: 953px;
}
.titleContent {
	margin: -2px 0px 2px -20px;
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #3d3d3d;
}
#spaceTop {
	height: 35px;
}
#zoomArea {
	width: 300px;
	float: right;
}
.carousel-wrap {
	width: 820px;
	float: left;
	margin-left: 33px;
}
.previous, .carosel-control, .carosel-previous, .carosel-next, .next {
	width: 30px;
	float: left;
	margin: 75px 0px 0px 5px;
}
.next {
	float: right;
}

.previousButton {
	background: url("../images/active.gif") no-repeat;
	height: 30px;
}
.previousButton:hover {
	background: url("../images/off-arrow.gif") no-repeat;
	height: 30px;
}
.nextButton {
	background: url("../images/active2.gif") no-repeat;
	background-position: left;
	height: 30px;
	}
.nextButton:hover {
	background: url("../images/off-arrow2.gif") no-repeat;
	background-position: left;
	height: 30px;
}
