.wrapper 
{
	width:100%;
	overflow:hidden
}

#content article
{ 
	padding-top:32px;
}

h2.ind1
{
	margin-bottom:29px;
}

.car-wrapper
{
	position:relative;
}
.carousel 
{
	position:relative;
}

.carousel_box
{ 
	background:url(images/car_box.jpg) 50% 0 repeat; 
	box-shadow:0 1px 3px rgba(0,0,0,0.15); 
	border-radius:6px; margin-bottom:22px; 
	padding:29px 0 35px 16px;
}
.carousel li 
{
    float: left;
    overflow: visible !important;
	height: 61px;    
}

.carousel li a 
{
	display:inline-block;
	margin-right: 16px;
}

.prev1 
{
    background: url(images/carusel_prev.png) 0 1px no-repeat;
	right:17px;
}

.next1 
{
    background: url(images/carusel_next.png) 0 1px no-repeat;
	right:-1px;
}

.prev1, .next1 
{
	width: 11px; 
	height: 14px; 
	position:absolute; 
	top:-47px; 
	cursor:pointer;
}

.next1:hover, .prev1:hover
{ 
	background-position: 0px -15px;
}

.one{width:109px;}
.two{width:138px;}
.three{width:99px;}
.four{width:159px;}
.five{width:129px;}