.cloth_detail_other_slider_wrapper{position:relative;}

.cloth_detail_slider{
    position: relative;
    overflow: hidden;
	width:432px;
	margin:0 auto;
}

.cloth_detail_slider ul {
    width: 20000em;
    position: relative;
    list-style: none;
}

.cloth_detail_slider li {
    float: left;
	width:100px;
	margin-right:10px;
}

.cloth_detail_other_slider_prev, .cloth_detail_other_slider_next{
	display:block;
	position:absolute;
	width:50px;
	height:40px;
	text-decoration:none;
	top:50%;
	margin-top:-30px;
	background: #5d5e58;
	z-index:5;
	overflow: hidden;
	-webkit-transition: background 0.2s ease-out 0s;
	   -moz-transition: background 0.2s ease-out 0s;
	     -o-transition: background 0.2s ease-out 0s;
	        transition: background 0.2s ease-out 0s;
}

.cloth_detail_other_slider_prev{
	left:-32px;
	-webkit-transform: matrix(1, 0, -0.6, 1, 0, 0);
	   -moz-transform: matrix(1, 0, -0.6, 1, 0, 0);
	    -ms-transform: matrix(1, 0, -0.6, 1, 0, 0);
	     -o-transform: matrix(1, 0, -0.6, 1, 0, 0);
			transform: matrix(1, 0, -0.6, 1, 0, 0);
	border-top-right-radius: 5px;
	border-bottom-right-radius: 2px;
}

.cloth_detail_other .cloth_detail_other_slider_prev{margin-top:-100px;}

.cloth_detail_other_slider_prev:after {
	content: ''; 
    position: absolute; 
    right: 18px; 
	top: 50%;
	margin-top:-9px;
    border: 8px solid transparent; 
    border-right: 8px solid #fff;
	-webkit-transform: matrix(1, 0, 0.6, 1, 0, 0);
	   -moz-transform: matrix(1, 0, 0.6, 1, 0, 0);
		-ms-transform: matrix(1, 0, 0.6, 1, 0, 0);
		 -o-transform: matrix(1, 0, 0.6, 1, 0, 0);
			transform: matrix(1, 0, 0.6, 1, 0, 0);
}

.cloth_detail_other_slider_next{
	right:-32px;
	-webkit-transform: matrix(1, 0, 0.6, 1, 0, 0);
	   -moz-transform: matrix(1, 0, 0.6, 1, 0, 0);
		-ms-transform: matrix(1, 0, 0.6, 1, 0, 0);
		 -o-transform: matrix(1, 0, 0.6, 1, 0, 0);
			transform: matrix(1, 0, 0.6, 1, 0, 0);
	border-top-left-radius: 5px;
	border-bottom-left-radius: 2px;
}

.cloth_detail_other .cloth_detail_other_slider_next{margin-top:32px;}

.cloth_detail_other_slider_next:after {
	content: ''; 
    position: absolute; 
    left: 18px; 
	top: 50%;
	margin-top:-9px;
    border: 8px solid transparent; 
    border-left: 8px solid #fff;
	-webkit-transform: matrix(1, 0, -0.6, 1, 0, 0);
	   -moz-transform: matrix(1, 0, -0.6, 1, 0, 0);
		-ms-transform: matrix(1, 0, -0.6, 1, 0, 0);
		 -o-transform: matrix(1, 0, -0.6, 1, 0, 0);
			transform: matrix(1, 0, -0.6, 1, 0, 0);
}

.cloth_detail_other_slider_prev:hover, .cloth_detail_other_slider_next:hover{background:#da4843;}


@media screen and (min-width: 1024px)
{
	.cloth_detail_other_slider_wrapper{overflow:hidden;}
	.cloth_detail_other_slider_prev{left:-12px;}
	.cloth_detail_other_slider_next{right:-12px;}

}/*/mediaquery*/