/* focusbox */
.focusbox{	
	width:600px;
	height:435px;
    border-bottom:#999 1px solid; 
	padding-bottom:10px; 
	overflow:hidden;
 	position:relative;
}

.contentimg {
	position:absolute;
	top:0;
	left:0;
	width:20000px;
}
.contentimg li {
	width:600px; 
	height:400px;
	float:left;
	overflow:hidden;
	list-style-type:none;
}
.contentimg li img {
	width:600px; 
	height:400px;
}
.focusbox .navbox {
	width:610px;
	overflow:hidden;
	position:absolute;
	bottom:10px;
}
.focusbox .navbox li {
	width:40px;
	height:25px;
	overflow:hidden;
	float:right;
	margin-right:10px;
	opacity:0.5;
    filter: alpha(opacity=50);

}
.focusbox .navbox li img {
	width:40px;
	height:25px;
}
.focusbox .navbox .selected {
	width:40px;
	height:25px;
	opacity:1;
    filter: alpha(opacity=100);
}

