.slider-wrap {
position: relative;
margin:0 auto;
width:960px;
}
.slider {
position: relative;
width:930px;
margin:0px 0px 0px 42px;
}
.slider-arrow {
position: absolute;
top:44%;
width: 20px;
height: 20px;
}
.sa-left{left:0px;}
.sa-left img{-webkit-transition: all 0.5s ease 0s;
              -moz-transition: all 0.5s ease 0s;
              -o-transition: all 0.5s ease 0s;
              -ms-transition: all 0.5s ease 0s;
              transition: all 0.5s ease 0s;
              cursor:pointer;
			  }
.sa-left img:hover{
			  -webkit-transform: rotate(360deg);
              -moz-transform: rotate(360deg);
              -ms-transform: rotate(360deg);
              -o-transform: rotate(360deg);
              transform: rotate(360deg);
			  }
.sa-right{right:0px;}
.sa-right img{-webkit-transition: all 0.5s ease 0s;
              -moz-transition: all 0.5s ease 0s;
              -o-transition: all 0.5s ease 0s;
              -ms-transition: all 0.5s ease 0s;
              transition: all 0.5s ease 0s;
              cursor:pointer;
			  }
.sa-right img:hover{
			  -webkit-transform: rotate(360deg);
              -moz-transform: rotate(360deg);
              -ms-transform: rotate(360deg);
              -o-transform: rotate(360deg);
              transform: rotate(360deg);
			  }


.zitem {
	width:244px;
	height:117px;
	overflow:hidden;
	position:relative;
	cursor:pointer;
	margin:14px 0px 0px 13px;
}

.zitem img{border:none; outline:none; position:relative; width:244px;}