.jcarousel-skin-alert .jcarousel-container {
  background: #FFF;
}
.jcarousel-skin-alert .jcarousel-container-horizontal {
  width:946px;
  padding:0;
}
.jcarousel-skin-alert .jcarousel-clip-horizontal {
  width:946px;
  height:460px;
}
.jcarousel-skin-alert .jcarousel-item{
  width:946px;
  height:460px;
}
.jcarousel-skin-alert .jcarousel-item-horizontal{
  margin-right:10px;
}

.jcarousel-next,
.jcarousel-prev {
  float:left; 
  width:11px;
  height:16px;   
}
.jcarousel-prev{
  background-image:url("arrow-left-inactive.png"); 
  background-repeat:no-repeat; 
  padding-right:15px; 
  cursor:default;  
}
.jcarousel-prev.l-active{
  background-image:url("arrow-left-active.png"); 
  background-repeat:no-repeat; 
  cursor:pointer;
}
.jcarousel-next{
  background-image:url("arrow-right-inactive.png"); 
  background-repeat:no-repeat; 
  cursor:default;
  margin-left:9px;  
}
.jcarousel-next.r-active{
  background-image:url("arrow-right-active.png"); 
  background-repeat:no-repeat; 
  cursor:pointer;
}
#jcarousel-control{
  padding-left:410px; 
}
.jcarousel-shortcut{
  float:left; 
  cursor:pointer;
  width:13px;
  height:12px;  
  padding-right:6px;
  margin-top:2px;
  background-image:url("point-inactive.png"); 
  background-repeat:no-repeat;   
}
.jcarousel-shortcut.active{
  background-image:url("point-active.png"); 
  background-repeat:no-repeat; 
  cursor:default;  
}