/*=======slide gallery========*/
.detail_carousel {
    float: left;
    margin: 0;
    padding:0;
    width: 100%;
    height: 100px;
    position: relative;
	overflow:hidden;
}
.detail_carousel ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: block;
    width: 100%;
    height: 100px;
    border:0px solid;
}
.detail_carousel li {
    width: 84px;
    height: 84px;
    display: block;
    float: left;
	margin:6px 2px 0px 4px;
	border:0px solid #1f3d7c;
}

.detail_carousel.responsive {
    width: auto;
    margin-left: 0;
}
.clearfix {
    float: none;
    clear: both;
}
.prev_1, .next_1{
    position:absolute;
    top: 45%;
}

.prev_1 {	left:4px; }
.next_1 {	right:4px; }





