body {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 12pt;
}

#wrapper  {
	
}

#left-arrow {
	background: url('images/carousel/button-left.png') no-repeat top left;
	width: 60px;
	height: 97px;
	margin: 120px 2px 2px 2px;
}

#left-arrow:hover {
	//background-position: 0 -97px;
}

#right-arrow {
	background: url('images/carousel/button-right.png') no-repeat top left;
	width: 60px;
	height: 97px;
	margin: 120px 2px 2px 2px;
}
#right-arrow:hover {
	//background-position: 0 -97px;
}

#carousel-wrapper {
	//border: 2px solid red;
	margin: 0 auto;
	width: 836px;
}

#carousel-wrapper ul {
	list-style: none;
	display: inline-block;
	margin: 0px;
	padding: 0px;
}

#carousel-wrapper ul li {
	display: inline-block;
	margin: 0px;
	padding: 0px;
	float: left;
}

#carousel-wrapper img.leftside {
	float: left;
	margin: 40px 2px 2px 2px;
}

#carousel-wrapper img.rightside {
	float: right;
	margin: 40px 2px 2px 2px;
}

#carousel-container {
	position: relative;
	overflow: hidden;
	  margin: 10px auto;
  padding: 10px 2px;
  width: 700px;
  height: 290px;
  background-color: #faf9f7;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.6);
}

#carousel-slider {
	position: relative;
	//background: red;
	width: 8000px;
}

#carousel-slider ul {
	list-style: none;
	display: inline-block;
	//background: yellow;
	margin: 0px;
	padding: 0px;
}

#carousel-slider ul li {
	display: inline-block;
	//background: green;
	margin: 0px;
	padding: 0px;
}

.carousel-item {
	position: relative;
	text-align: center;
	//border: 2px solid blue;
	margin: 0px;
	padding: 0px;
}

.carousel-item p{
	font-size: 14px;
	margin: 4px;
}