@charset "utf-8";
/*---------------------------------
 *  Slideshow > + Carousel
 *---------------------------------*/
.slideshow-carousel{width:1000px; height:298px;}
.sliderkit-controls{float:left; width:1000px; height:43px;}
/* Navbar */
.slideshow-carousel .sliderkit-nav-clip ul li{float:left;margin:0;}
.slideshow-carousel .sliderkit-nav-clip ul li a{display:block;width:10px;height:10px;overflow:hidden;margin:3px; background: url(../../images/circle_btn.png) no-repeat;}
.slideshow-carousel .sliderkit-nav-clip ul li.sliderkit-selected a{display:block;width:10px;height:10px;overflow:hidden;margin:3px;background: url(../../images/circle_btn_over.png) no-repeat;}

/* Controls */

.sliderkit-go-prev a{ display:block; width:22px; height:43px; background:url(../../images/left_btn.png) no-repeat; text-indent:-9999px; float:left; margin:127px 0 0 20px;}
.sliderkit-go-next a{ display:block; width:22px; height:43px; background:url(../../images/right_btn.png) no-repeat; text-indent:-9999px; float:left; margin:127px 0 0 912px;}
.sliderkit-go-prev a:hover,
.sliderkit-go-prev a:focus{ display:block; width:22px; height:43px; background:url(../../images/left_btn_over.png) no-repeat; text-indent:-9999px; float:left; margin:127px 0 0 20px;}
.sliderkit-go-next a:hover,
.sliderkit-go-next a:focus{ display:block; width:22px; height:43px; background:url(../../images/right_btn_over.png) no-repeat; text-indent:-9999px; float:left; margin:127px 0 0 912px;}

/* Panel */
.slideshow-carousel .sliderkit-panel{top:0;left:82px;width:836px; height:298px;}