#coverslide {
    width:960px; height:285px;
}
#coverslide img{ padding-top:19px;}

#coverslide-nav-wrapper {
	z-index:10;
	position: absolute;
	right: 10px;
	bottom: 10px;
}

#coverslide-nav-wrapper ol {
	height:14px;
	bottom:10px;
	left:7px;
}

#coverslide-nav-wrapper ol li {
    float: left;
    margin: 0 5px 0 0;
	text-align:center;
}

#coverslide-nav-wrapper ol li a {
    display: block;
    width: 9px;
    height: 9px;
 /* line-height: 14px;
    margin: 0 2px 0 0;
    background-color: #adadad;
	color:#fff;
	text-decoration:none;
	font-size:11px;*/
	background:url(../images/index/point_off.gif) no-repeat;
}

#coverslide-nav-wrapper ol li a:hover {
    /*background-color: #7c7c7c;
	color:#FFF;
	text-decoration:none;
	margin: 0 2px 0 0;*/
	background:url(../images/index/point_on.gif) no-repeat;
}

#coverslide-nav-wrapper ol li.active a {
    /*background-color: #7c7c7c;
	color:#FFF;
	margin: 0 2px 0 0;
	font-size:11px;*/
	background:url(../images/index/point_on.gif) no-repeat;
}


/* 暫停按鈕 設定 */
/* #coverslide-nav-wrapper p {
    position: absolute;
    top: 5px;
    right: 10px;
}

#coverslide-nav-wrapper p a {
    overflow: hidden;
    display: block;
    width: 27px;
    height: 16px;
    background: url(../../images/btn.gif) no-repeat -170px -16px;
    text-indent: -100000px;
}

#coverslide-nav-wrapper p.pause a {
    background: url(../../images/btn.gif) no-repeat -170px top;
} */

@media only screen and (max-width: 990px) {

#coverslide{ width: 100%; height: auto; padding-top: 40%;}
#coverslide img{ width: 100%; height: auto; }

}

@media only screen and (max-width: 400px) {

#coverslide{ padding-top: 45%; }
}
