/*-Í¨ÓÃÑùÊ½-*/
*{
	margin:0;
	padding:0;
	border:0;
}

img {
	border: 0;
}

/* slide show */
#featured {
	width: 411px;
	position: relative;
    height:246px;
    overflow:hidden;
	margin-top:2px;
	margin-left:6px;
}

#featured .word {
	position: absolute;
	width: 411px;
	height: 32px;
	left: 0;
	bottom: 0;
	z-index: 10;
	padding: 5px;
	color: #fff;
}
#featured .word h3{
    font-size:13px;
}
#featured .ui-els-hide{
    display: none;
}

#thumbs {
	float: left;
    width: 416px;
	list-style-type: none;
	height: 28px;
	margin-left:3px;
}

* html #thumbs {
	height: 100%;
}

#thumbs li {
	float: left;
	margin-right: 4px;
    width: 52px;
    height: 24px;
    display:inline;
}
#thumbs ul{
    margin-top:5px;
}
#thumbs li.last_img {
	margin-right: 4px;
}
#thumbs li.first {
    margin:5px 10px 0pt 15px;
	cursor: pointer;
    width:20px;
    height:13px;
}
#thumbs li.last {
    margin:2px 12px 0pt 5px;
	cursor: pointer;
    width:63px;
    height:20px;
}
#thumbs li a {
	border: 2px solid #9c9c9c;
    display:block;
    font-size: 0;
    width: 48px;
}
#thumbs li a:hover{
    border: 2px solid #99cc33;
}
#thumbs li a.current{
    border: 2px solid #99cc33;
}
#thumbs li.first img, #thumbs li.last img {
	border: 0;
}

#thumbs li.last a{
	border:0;
}
