.carouselParent {
	width: 100% !important;
	width: 940px !important;
	height: 91px;
	background-image: url(../images/carousel_bg.png);
	background-repeat: repeat-x;
	position: relative;
	overflow: hidden !important;
}

.carouselParentHome {
	width: 100% !important;
	width: 940px !important;
	height: 91px;
	background-image: none;
	background-repeat: no-repeat;
	border-top: 1px solid #c4c3c3;
	border-bottom: 1px solid #c4c3c3;
	position: relative;
	overflow: hidden !important;
}

.carouselBtnLeftBackground {
	position: absolute;
	left: 0px;
	z-index: 10;
	width: 6px;
	height: 91px;
	background-color: #6c6c6c;
}

.carouselBtnRightBackground {
	position: absolute;
	right: 0px;
	z-index: 10;
	width: 6px;
	height: 91px;
	background-color: #6c6c6c;
}
.carouselBtnLeft {
	position: absolute;
	left: 0px;
	z-index: 10;
	width: 20px;
	height: 91px;
	border: none;
	cursor: pointer;
}

.carouselBtnRight {
	position: absolute;
	right: 0px;
	z-index: 10;
	width: 20px;
	height: 91px;
	border: none;
	cursor: pointer;
}


.carouselBtnLeftOff {
	position: absolute;
	left: 0px;
	z-index: 10;
	width: 20px;
	height: 91px;
}

.carouselBtnRightOff {
	position: absolute;
	right: 0px;
	z-index: 10;
	width: 20px;
	height: 91px;
}

.carouselBody {
	width: auto;
	left: 0px;
	overflow: visible;
	height: 91px;
	padding-left: 0px;
	padding-right: 0px;
	position: relative;
	white-space: nowrap;
	background-color: #cfcfcf;
}


.carouselImage {
	position: relative;
	top: 0px;
	border: 0px solid red;
	background-image: url(../images/carousel_shadow.png);
	display: block;
	float: left;
	width: 86px;
	height: 86px;
	cursor: pointer;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 15px;
	padding-right: 16px;
}
