#coverslide {
    width: 670px;
    height: 290px;
	
}

#coverslide-nav-wrapper {
    margin: 12px 0 0 10px;
	/*z-index:10;*/
	position:relative;
}

#coverslide-nav-wrapper ol {
    height:25px;
	overflow:hidden;
	position: absolute;
	top:-40px;
	right:3px;
	z-index:10;
}

#coverslide-nav-wrapper ol li {
    float: left;
    margin: 3px 3px 0 0;
	text-align:center;
}

#coverslide-nav-wrapper ol li a {
    display: block;
    width: 24px;
    height: 14px;
    line-height: 14px;
    margin: 3px 3px 0 0;
    border: 1px solid #a87e48;
    background-color: #fff;
	color:#a87e48;
	text-decoration:none;
}

#coverslide-nav-wrapper ol li a:hover {
    background-color: #a87e48;
	color:#FFF;
	text-decoration:none;
	margin: 3px 3px 0 0;
}

#coverslide-nav-wrapper ol li.active a {
    background-color: #a87e48;
	color:#FFF;
	margin: 3px 3px 0 0;
}


/* ¼È°±«ö¶s ³]©w */
/* #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;
} */


