.post-single .post-body .hide-for-mobile a,
.post-single .post-body object {
	float:right;
	clear:right;
	padding: 0 0 10px 10px
}
.post-banner {
	margin-top:20px
}
.category-carrousel{
	display:block;
	margin:-1px auto 0;
	position:relative;
	background: #e6e6e6;
	height:113px;
	padding-top:35px;
	border-top:2px solid #fb6d32;
	width: 940px;
	z-index: 110;
}
.category-carrousel .container-carrousel iframe,
.category-carrousel .container-carrousel a{
    display: block;
    float: left;
    height: 100px;
    width: 210px;
	background: #fff;
	margin-right:33px
}
.category-carrousel .carrousel-arrow-left,
.category-carrousel .carrousel-arrow-right{
	display:block;
	position:absolute;
	background: transparent url('img/arrow-left.png') no-repeat top left;
	height: 160px;
	top:-2px;
	left:-50px;
	width:50px;
}
.category-carrousel .carrousel-arrow-left:hover{
	background-image: url('img/arrow-left-hover.png');
}
.category-carrousel .carrousel-arrow-left a,
.category-carrousel .carrousel-arrow-right a{
	display:block;
	height: 150px;
	width: 100%;
}
.category-carrousel .carrousel-arrow-right{
	left:auto;
	right:-50px;
	background-image: url('img/arrow-right.png');
	border-top:2px solid #fb6d32
}
.category-carrousel .carrousel-arrow-right:hover{
	background-image: url('img/arrow-right-hover.png');
}
.category-carrousel .title{
	font-family: "Open Sans Condensed",sans-serif;
	font-weight: 400;
	font-size: 20px;
    background: transparent url("img/titre.png") no-repeat left top;
    position: absolute;
    top: -6px;
	left:0;
	color:#fb6d32;
	padding-left:45px;
	padding-top:7px;
}
.category-carrousel .title span{
	font-weight: 400;
	color:#444;
}

.container-carrousel {
	width:940px;
	height:100px;
	overflow:hidden;
}
@media only screen and (min-width: 767px) and (max-width: 1024px) {
	#container {
		overflow: hidden
	}
}