.carousel {
  position:absolute;
  top:0;
  left:0;
  margin:0;
  padding:0;
  list-style-type:none;
}
.jac-content img {
padding-left:2px;
padding-right:2px;
}
.arrow-left, .jac .arrow-right {
  float:left;
}
.carousel .jac-content {
  float:left;
}
.arrow-left, .arrow-right
{
 position:absolute;
 top:25%;
 z-index:5;
 height:50px;
 width:40px;
}
.arrow-left a, .arrow-right a
{
 display:block;
 height:50px;
 width:40px;
 text-indent:-999em;
}
.arrow-left a:focus, .arrow-right a:focus
{
 outline:none;
}
.arrow-left
{
 left:-20px;
 background:url(gallery-arrows.png) no-repeat center left;
}
.arrow-right
{
 right:-20px;
 background:url(gallery-arrows.png) no-repeat center right;
}