@charset "utf-8";
/* CSS Document */

#carousel {
	width:882px;
	padding:10px 34px 12px;
	margin-bottom:-20px;
	background:#e5e5e5;
	overflow:hidden;
}

#carousel .caroufredsel_wrapper {
	width:882px!important;
}

.slider {
	width:100%;
	overflow:hidden;
}

.slider li {
	width:102px;
	height:140px;
	margin-right:28px;
	float:left;
	overflow:hidden;
}

.slider li img {
	border:1px #333333 solid;
	margin-bottom:7px;
}

.slider li p {
	line-height:140%;
}

a.carouPrev,
a.carouNext {
	background: url(/wp-content/themes/simplePAC/css/images/bg_direction_nav.png) no-repeat 0 0;
	width:27px;
	height:27px;
	display:block;
}

a.carouPrev {
	position:relative;
	top:-94px;
	left:4px;
}

a.carouNext {
	position:relative;
	top:-121px;
	left:917px;
	background-position:-30px 0px;
}