@charset "utf-8";

.item-slide{
	display: none;
}
.galleryContiner{
	position: relative;
	margin-top: 30px;
}
#gallerySlider li{
	float: left;
	zoom:1;
	display: block;
	width: auto;
}
#gallerySlider li a{
	display: block;
	width: 100%;
	height: 100%;
}
#gallerySlider li img{
	display: block;
	width: auto;
}
.caroufredsel_wrapper{
	position: relative;
}
.tecGallery-indicators{
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
.tecGallery-indicators a{
	width: 18px;
	height: 12px;
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
	background-color: #c8c8c8;
}
.tecGallery-indicators a.selected{
	background-color: #666666;
}
.carousel-control{
	position: absolute;
	top: 50%;
	margin-top: -69px;
	display: block;
	width: 34px;
	height: 88px;
	line-height: 88px;
	text-align: center;
	background-color: rgba(255,255,255,0.7);
	background-repeat: no-repeat;
}
.carousel-control.left{
	left: 0;
	background-image: url(/products/images/common_slide-arrow.png);
	background-position: left center;
}
.carousel-control.right{
	right: 0;
	background-image: url(/products/images/common_slide-arrow.png);
	background-position: right center;
}
@media only screen and (max-width:640px) {
	.parts_image{
		display: none;
	}
	.item-slide {
	    position: relative;
	    display: block;
	    width: auto;
	    margin-left: 0;
		margin-top: 13px;
	}
	.item-slide ul {
	    margin: 0;
	    padding: 0;
	    list-style: none;
	    display: block;
	}
	.item-slide li {
	    font-size: 40px;
	    color: #999;
	    text-align: center;
	    padding: 0;
	    margin: 0;
	    display: block;
	    float: left;
	}
	.item-slide li img{
	    width: 100%;
	}
	#parts-prev,
	#parts-next,
	.carousel-control.left,
	.carousel-control.right{
		cursor:pointer;
	    position: absolute;
	    top:50%;
	    width: 22px;
	    height: 56px;
	    margin-top: -28px;
	    background-position: center center;
	    background-repeat: no-repeat;
	    background-color: rgba(255,255,255,.7);
	    background-size: 8px 12px;
	}
	.carousel-control.left,
	.carousel-control.right{
		margin-top: -53px;
	}
	#parts-prev,.carousel-control.left{
	    left:0;
	    background-image: url(/products/common/images/slide-prev.png);
	}
	#parts-next,.carousel-control.right{
	    right: 0;
	    background-image: url(/products/common/images/slide-next.png);
	}
	.galleryContiner{
		margin-top:13px;
	}
}


/*--------------------
#itemSlider.css02
--------------------*/
.item-slide{
    display: none;
}
.galleryContiner02{
    position: relative;
    margin-top: 30px;
}
#gallerySlider02 li{
    float: left;
    zoom:1;
    display: block;
    width: auto;
}
#gallerySlider02 li a{
    display: block;
    width: 100%;
    height: 100%;
}
#gallerySlider02 li img{
    display: block;
    width: auto;
}
.caroufredsel_wrapper{
    position: relative;
}
.tecGallery-indicators02{
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.tecGallery-indicators02 a{
    width: 18px;
    height: 12px;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    background-color: #c8c8c8;
}
.tecGallery-indicators02 a.selected{
    background-color: #666666;
}
.carousel-control02{
    position: absolute;
    top: 50%;
    margin-top: -69px;
    display: block;
    width: 34px;
    height: 88px;
    line-height: 88px;
    text-align: center;
    background-color: rgba(255,255,255,0.7);
    background-repeat: no-repeat;
}
.carousel-control02.left02{
    left: 0;
    background-image: url(/products/images/common_slide-arrow.png);
    background-position: left center;
}
.carousel-control02.right02{
    right: 0;
    background-image: url(/products/images/common_slide-arrow.png);
    background-position: right center;
}
@media only screen and (max-width:640px) {
    .parts_image{
        display: none;
    }
    .item-slide {
        position: relative;
        display: block;
        width: auto;
        margin-left: 0;
        margin-top: 13px;
    }
    .item-slide ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: block;
    }
    .item-slide li {
        font-size: 40px;
        color: #999;
        text-align: center;
        padding: 0;
        margin: 0;
        display: block;
        float: left;
    }
    .item-slide li img{
        width: 100%;
    }
    #parts-prev,
    #parts-next,
    .carousel-control02.left02,
    .carousel-control02.right02{
        cursor:pointer;
        position: absolute;
        top:50%;
        width: 22px;
        height: 56px;
        margin-top: -28px;
        background-position: center center;
        background-repeat: no-repeat;
        background-color: rgba(255,255,255,.7);
        background-size: 8px 12px;
    }
    .carousel-control02.left02,
    .carousel-control02.right02{
        margin-top: -53px;
    }
    #parts-prev,.carousel-control02.left02{
        left:0;
        background-image: url(/products/common/images/slide-prev.png);
    }
    #parts-next,.carousel-control02.right02{
        right: 0;
        background-image: url(/products/common/images/slide-next.png);
    }
    .galleryContiner002{
        margin-top:13px;
    }
}
