﻿#carousel {
	background-position: inherit;
	position: relative;
	width: 1000px;
	height: 100px;
	float: left;
	display: block;
	background-image: inherit;
	background-repeat: inherit;
	background-color: #FFFFFF;
}
#carouselwrapper {
	position: relative;
	width: 980px;
	height: 100px;
	float: left;
	display: block;
	margin-right: 10px;
	margin-left: 10px;
	overflow: hidden;
}
.leftcontrol {
	position: relative;
	width: 15px;
	height: 100px;
	margin-left: 10px;
	margin-right:10px;
	display: block;
	float: left;
	background-color: #FFFFFF;
}
#leftcontrolinactive{
	display:none;
}

#rightcontrol {
	position: relative;
	width: 15px;
	height: 100px;
	margin-right: 10px;
	margin-left:0px;
	float: left;
	display: block;
	background-color: #FFFFFF;
}
#rightcontrolactive{
	display:none;
}


#carousel-item-wrapper {
	position: relative;
	width: 900px;
	height: 100px;
	float: left;
	overflow: hidden;
	background-color: #FFFFFF;
	visibility: visible;
	display: block;
}
#carouselitemarea {
	position: relative;
	width: 1800px;
	height: 100px;
	overflow: hidden;
	display: block;
	margin-right: 0px;
	margin-left: 0px;
	left: 0px;
	right: 0px;
}
.carousel-item {
	background-position: center top;
	position: relative;
	width: 215px;
	height: 100px;
	margin-right: 10px;
	margin-left: 0px;
	background-color: #CCCCCC;
	float: left;
	background-image: url('../../images/carousel_item_back_215x100.jpg');
	background-repeat: no-repeat;
}

