@charset "UTF-8";
/* CSS Document */

.sliderBox{
  position:relative;
  width:948px;
  
}
.carousel {
	margin-left:0px;
	overflow: hidden;
	visibility: visible;
	position: relative;
	z-index: 2;
	left: 0px;
	width: 948px;
}
.carousel img {
	width: 183px;
	height: 120px;
}
.carousel ul {
	list-style: none;
	height: 120px;
	padding: 0;
	margin:0;
	overflow: hidden;
}
.carousel li {
	display: inline;
	float: left;
	width: 191.25px;
	height: 120px;
	text-align:center;
	font-family: "Franklin Gothic", "Times New Roman", serif;
	line-height: 1em;
	color:#6f1d16;
}
.carousel li a:link, .carousel li a:visited {
	text-decoration:none;
	color:#6f1d16;
}
.carousel li img {
	padding-right:8.25px;
	border:0;
	display:block;
}
.prev, .next {
	cursor:pointer;
	position:absolute;
	top: 0px;
	z-index:3;
}
.prev {
	left: 0px;
}
.next {
	right: 0px;
}