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

.list_carousel {
	margin: 0 0 30px 0px;		
}
.list_carousel ul {
	margin: 0;
	padding: 0;
	
}
.list_carousel li {
	font-size: 13px;
	font-family:"Trebuchet MS";
	color: #879EBA;
	width: 280px;
	height: 370px;
	padding: 0;
	margin:0px 5px 0px 5px;
	line-height:20px;
	display: block;
	float: left;	
}

.prev {
	float: left;
	margin-left: 10px;
	margin-top:110px;
	position: absolute;
	z-index: 1;
}
.next {
	margin-left: 1101px;
    margin-top: -290px;
    position: absolute;
    z-index: 1;
}
.wrapper{
	width:1170px;		
}

@media screen and (max-width:760px) {
	.wrapper{
		width:100%;		
	}

	.next {
		margin-left: 0px;
	    margin-top: -290px;
	    position: relative;
	    float: right;
	    z-index: 1;
	    margin-right: 10px;
	}
	.list_carousel {
		margin: 0 0 30px 8%;		
	}
}

@media screen and (max-width:500px) {
	.wrapper{
		width:100%;		
	}

	.next {
		margin-left: 0px;
	    margin-top: -290px;
	    position: relative;
	    float: right;
	    z-index: 1;
	    margin-right: 10px;
	}
	.list_carousel {
		margin: 0 0 30px 8%;		
	}
}