  a:focus {    
    -moz-outline-style: none;    
} /* IE不支持 */   
:focus {    
    outline: none;    
} /* for Firefox */ 
a img{ border:none;}

#container {
	width:300px;
	position:relative;
	z-index:0;
	
}

#example {
	width:300px;
	height:200px;
	position:relative;
	background:#FFF; border:1px #e3e3df solid;
}

#ribbon {
	position:absolute;
	top:-3px;
	left:-15px;
	z-index:500;
}


#slides {
	position:absolute;
	z-index:100;
}
.slides_container {
	width:306px;
	height:200px;
	overflow:hidden;
	position:relative;
}
.slides_container table tr td{ width:298px; height:200px; overflow:hidden;}

.pagination {width:298px; position:absolute; bottom:0; right:0; z-index:1000000; list-style-type:none;}

.pagination li {
	float:left;
}

.pagination li a {
	display:block;
	width:16px;
	height:16px;
	line-height:16px;
	font-size:10px;
	text-decoration:none;
	text-align:center;
	background:#000;
	float:left;
	overflow:hidden;
	color:#FFF;
}
.pagination li.current a {
	background-image:url(../image/bt_bj.gif);
}
.caption {
	position:absolute;
	top:0;
	height:19px;
	background:#000;
	background:rgba(0,0,0,.5);
	width:298px;
	font-size:12px;
	line-height:19px;
	color:#fff;
	text-align:center;
	border-bottom:1px solid #000;
	text-shadow:none;
	left:0;
}
