div.forCarousel
{
  width:959px;
  overflow:hidden;
  position:relative;
  margin: 15px auto;
 // box-shadow: 0 0 1px #333;
}
div.forCarousel ul.extControl li {
    float: left;
}
div.forCarousel ul.extControl a.changeBtn {
    background: url("/images/slides.png") no-repeat scroll 0 2px rgba(0, 0, 0, 0);
    display: block;
    height: 25px;
    text-decoration: none;
    width: 23px;
}
div.forCarousel ul.extControl a.active, div.forCarousel ul.extControl a.changeBtn:hover {
    background-position: 0 -28px;
}
div.forCarousel ul.extControl a.next {
    background-position: 0 -58px;
    padding-left:2px;
}
div.forCarousel ul.extControl a.prev {
    background-position: 0 -118px;
    padding-right:2px;
}

div.forCarousel ul.extControl a.next:hover {
    background-position: 0 -88px;
}
div.forCarousel ul.extControl a.prev:hover {
    background-position: 0 -148px;
}
div.forCarousel ul.extControl {
    list-style: none outside none;
    margin: 5px auto;
    padding: 0;
}
div.forCarousel .jCarousel
{
  width:959px;
  overflow:hidden;
  height: 354px;
}

@media (max-width: 960px) {
	div.forCarousel{
		width:100%;
	}
}