.list_carousel {
  padding: 0;
  width: auto;
  position: relative;
  width: auto;
}
.list_carousel ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
.list_carousel li {
	padding-right:36px;
  margin: 0;
  display: block;
  float: left;
  min-width: 50px;
  min-height: 162px;
  width:252px !important;
}
.clearfix {
  float: none;
  clear: both;
}

.carousel{
	color:#fff;
}
.carousel h2{ position:relative; top:-25px; font-size:29px; color:#fff; line-height:48px; font-weight:600px; font-style:italic; text-align:center; background:url(../images/bg_box1.gif) 0 0 repeat-x #fe9500; padding:0; border-radius:51px; letter-spacing:-1px; min-height:51px; box-shadow:inset 0 0 1px rgba(255,255,190, .7), 0 3px 5px rgba(0,0,0,.2);}
.carousel .module-title{ height:0;}
#list_carousel_carousel{ padding-top:90px; padding-bottom:70px;}
.carousel .catItemImageBlock{ float:none; margin-right:0; margin-bottom:43px;}
.carousel h4{ font-weight:600; font-style: italic; padding:0 0 3px 0; line-height:1em; color:#fff;}
.carousel p{ font-size:14px; line-height:21px; font-weight:300; padding-bottom:2px}
.carousel h3{ font-size:53px; font-weight:800; font-style:italic; color:#fff; line-height:1em; padding:0}
.carousel h3 span{ font-size:33px;}

/*Navigation*/

.caroufredsel_prev,
.caroufredsel_next{
  position: absolute;
  cursor:pointer;
  top:52px;
  display: block;
  left:50%;
  height:17px;
  width:11px;
  text-align: left;
  text-indent:-9999px;
}

.caroufredsel_prev span,
.caroufredsel_next span{
  display: block;
   position:absolute; width:100%; height:100%; opacity:0; top:0; left:0;
   transition: all 0.5s;   -webkit-transition: all 0.5s; /* Safari and Chrome */   -moz-transition: all 0.5s; /* Firefox 4 */   -o-transition: all 0.5s; /* Opera */
}

.caroufredsel_prev:hover span,
.caroufredsel_next:hover span{ opacity:1;
}

.caroufredsel_prev{
	margin-left:-14px; background:url(../images/marker_left2.png) 0 0 no-repeat;
}
.caroufredsel_prev span{
	background:url(../images/marker_left2_active.png) 0 0 no-repeat;
}
.caroufredsel_next{
	margin-left:3px; background:url(../images/marker_right2.png) 0 0 no-repeat;
}
.caroufredsel_next span{
	background:url(../images/marker_right2_active.png) 0 0 no-repeat;
}

/*Pagination*/

.caroufredsel_pagination{
  text-align: center;
}

.caroufredsel_pagination a{
  display: inline-block;
  padding: 0 0.5em;
}
