@charset "utf-8";
/* CSS Document */
@import url('reset.css');
body { margin:0}

/*---- 首頁範例區 ----*/
#banner{ background: url(images/sli_banner.jpg)  no-repeat; height:230px;}
#sample { background: url(images/sample-bg.png) no-repeat; width:375px; height:230px; float:left; }
#sample0 { background: url(images/sample-bg0.jpg) no-repeat; width:375px; height:230px; float:left; }
.slider { position:relative; width:350px; height:175px; margin-top:14px; margin-left:14px; margin-right:0px; margin-bottom:0px; }
.items { display:none; }
.ps { float:right; margin-top:8px; margin-left:0px; margin-right:20px; margin-bottom:0px; }
.ps li { float:left; }
.ps li a { display:block; width:18px; height:16px; text-indent:-9999px; background:url(images/pags.png) right top no-repeat; cursor:pointer; }
.ps li a:hover,
.ps li.current a {background-position:left top;}
.ps li.current a {cursor:default;}