/* jCarousel sur les équipements (Horizontal) - 4 élements par 4 */
#equipment_type_list_image .jcarousel-container, #equipment_type_list_image .jcarousel-clip-horizontal
{
    width: 736px;
}
#equipment_type_list_image .jcarousel-next-horizontal,
#equipment_type_list_image .jcarousel-prev-horizontal {
    cursor: pointer;
    height: 32px;
    position: absolute;
    right: 0;
    top: 40%;
    width: 32px;
}
#equipment_type_list_image .jcarousel-next-horizontal {
    background: transparent url(/images/frontend/jcarousselNextHorizontal.png)
        no-repeat scroll 0 0;
    right: 0;
    margin-right: 10px;
}
#equipment_type_list_image .jcarousel-prev-horizontal {
    background:transparent url(/images/frontend/jcarousselPrevHorizontal.png)
        no-repeat scroll 0 0;
    left:0;
    margin-left: 5px;
}

#equipment_part_type_list {
	margin-bottom: 174px;
}

.equipment_part_type_list_text {
    font-size:11px;
    height: 173px;
    width: 193px;
    float: left;
    position: relative;
    top: -25px;
    left: -10px;
    background: transparent url(/images/frontend/home-background-text.png)
        no-repeat scroll left top;
}
.equipment_part_type_list_text li {
	padding-left: 20px;
}
#equipment_type_list_image {
    background: transparent url(/images/frontend/carousel-home.png)
        no-repeat scroll left top;
    width: 736px;
    height: 173px;
    position: absolute;
    top: 149px;
    left: -145px;
    z-index: 10;
}
#equipment_type_list_image ul { height: 173px; }
#equipment_type_list_image li {
    width: 184px;
    padding-top: 15px;
    text-align: center;
    font-size: 10px;
}

/* jCarousel sur les news (Vertical) - 1 élément à la fois */
#list_news .jcarousel-next,
#list_news .jcarousel-prev { display: none; }
#list_news .jcarousel-container-vertical {
    width: 300px;
    height: 170px;
}
#list_news .jcarousel-clip-vertical {
    width:  300px;
    height: 170px;
}
#list_news .jcarousel-item {
    width: 300px;
    height: 170px;
}
#list_news {
    background:transparent url(/images/frontend/bttNews.gif) no-repeat scroll left top;
    padding-top: 35px;
    z-index: 10;
    color: #6F6F6F;
    height: 190px;
    width: 300px;
    font-size: 110%;
}
#list_news ul { width: 300px; }
#list_news li {
    height: 170px;
    width: 300px;
}

#list_news h3{
    font-size: 120%;
    font-weight: bold;
    color: #4F4F4F;
    margin-bottom: 5px;
}

#list_news ul li p{
    padding: 0;
    text-align: justify;
}

#list_news ul li img{
    margin-left:10px;
}

#advertisment_home {
	width: 248px;
	min-height: 169px;
	_height: 169px;
	position: absolute;
	right: 10px;
	top: 345px;
}

#advertisment_home_top {
	top: 0;
	position: absolute;
	background:transparent url(/images/frontend/advertisement-background-top.png) no-repeat scroll left top;
	width: 248px;
	height: 73px;
	z-index: 10;
}

#advertisment_home_middle {
	top: 73px;
	position: absolute;
	background:transparent url(/images/frontend/advertisement-background-middle.png) repeat-y scroll left top;
	width: 248px;
	z-index: 9;
}

#advertisment_home_content {
	position: relative;
	padding: 19px 18px;
	z-index: 11;
}

#advertisment_home_bottom {
	position: absolute;
	bottom: 0;
	background:transparent url(/images/frontend/advertisement-background-bottom.png) no-repeat scroll left top;
	height: 95px;
	width: 248px;
	z-index: 10;
}

#sf_content {
	margin-top: 0px !important;
}

