
.list_carousel {
	margin: 0 0 23px 15px;
	width: auto;
	position:relative;
    }
.list_carousel ul {
	margin:0 -15px;
	padding:0;
	list-style: none;
	display: block;
	cursor: default;
	}
.list_carousel li {		
	display: inline-block;
	float: left;
	display:block;
	padding-bottom:20px;
	overflow: hidden;
	padding: 3px 0 0 0;
    }
.list_carousel li a{color: #3597bb;}
.list_carousel li a:hover{color: #1b5266;}

.list_carousel.responsive {
	width: auto;
}
.div-1{margin-bottom: 25px;}
.div-text{
	float: left;
	width: 70%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 9px 10px 0 0;
	background:  url(../img/divider.png) right 0 repeat-y;
}
.div-text p{margin-bottom: 10px;}
.name{
	float: right;
	width: 30%;
	text-transform: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 0 0 16px;
}
.name span{display: block;}


#prev2, #next2{
	position: absolute;
	display: block;
	top: -60px;
	width: 32px;
	height: 32px;
}

#prev2{
	background: url(../img/prev.png) 0 0 no-repeat;
	right: 49px;
}
#next2{
	background: url(../img/next.png) 0 0 no-repeat;
	right: 15px;
}
#prev2:hover, #next2:hover{background-position: 0 bottom;}


@media (min-width: 1200px) {
	.div-text{width: 423px;}
	.name{width: 132px;}
}
