#content {
	padding-top: 200px;
}

#carousel {
	position: relative;
	height: 330px;
}

div.carousel-wrapper {
	position: absolute;
	left: 0px;
	top: 0px;
}

.back img {
	width: 0px;
}
.c-button#prev {
	width: 40px;
	height: 102px;
	position: absolute;
	left: 35px;
	top: 30px;
	border: none;
	display: block;
	background: url("../../images/prev.gif") no-repeat;
	cursor: pointer;
}
.c-button#next {
	width: 40px;
	height: 102px;
	position: absolute;
	right: 22px;
	top: 30px;
	border: none;
	display: block;
	background: url("../../images/next.gif") no-repeat;
	cursor: pointer;
}
a.carousel-link img {
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 6px;
	border: 1px solid #18161b;
	background: #030108;
}
