#coverslide {
    overflow: hidden;
    width: 200px;
    height: 150px;
	border:#999 1px solid;
}

#coverslide-nav-wrapper {
    position: relative;
    width: 322px;
    height: 36px;
    margin-top: 4px;
    background:#c0c0c0 url(../images/diet/icon_1.jpg) 10px 22px no-repeat;
}

#coverslide-nav-wrapper ol {
    height: 25px;               /* hasLayout for IE */
    margin: 8px 0 0 120px;
}

#coverslide-nav-wrapper ol li {
    float: left;
    margin-top: 5px;
	text-align:center;
}

#coverslide-nav-wrapper ol li a {
    display: block;
    width: 24px;
    height: 14px;
    line-height: 14px;
    margin-right: 7px;
    border: 1px solid #a87e48;
    background-color: #fff;
	color:#666;
	text-decoration:none;
}

#coverslide-nav-wrapper ol li a:hover {
    background-color: #a87e48;
	color:#FFF;
	text-decoration:none;
}

#coverslide-nav-wrapper ol li.active a {
    background-color: #a87e48;
	color:#FFF;
}

/* ¼È°±«ö¶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;
} */


