@charset "utf-8";
/* CSS Document */
/* Home Carousel*/
.home-carousel{display:block; float:left; width:730px; height:249px; border:1px solid #D8D8D8;}
.navi{position:absolute;z-index:1000;width:97px;height:20px;margin:224px 0 0 628px;}
.navi a{width:18px;height:18px;float:left;background:url(navigator-arrow.png) 0 0 no-repeat;display:block;font-size:1px; cursor:pointer;}
.navi a:hover{background-position:-18px 0px;}
.navi a.active{background-position:-36px 0px;}
.scrollable{position:relative;overflow:hidden;width:730px;height:249px;}
.scrollable .items {width:20000em;position:absolute;clear:both;}
.scrollable a, .scrollable a:link, .scrollable a:visited, .scrollable a:hover {margin:0px;padding:0px;}
.scrollable img{float:left;background-color:#fff;cursor:pointer;width:730px;height:249px;}
.scrollable .active{z-index:9999;position:relative;}
.items div{display:block;width:730px;height:249px;float:left;}
/* Home Carousel End*/
 
