.flash {
	overflow: hidden;
	position: relative;
}
.flashimg {
	margin: 0;
	padding: 0;
}
.flashimg img{
    border:0;
    display:inline;
}
.flashnav {
	position: absolute;
	width: 100%;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 0;
	height: 45px;
	opacity: 0.6;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
 	z-index: 100;
}
.flashnav *{
	position:relative;
}
.flashtext {
	position: absolute;
	float: left;
	margin: 0;
	padding: 0;
	top:20px;
	height: 28px;
	line-height: 28px;
	display: block;
	background-color:#CCC;
	width:100%;
}
.flashtext li {
	color: #000;
	font-size: 14px;
	text-align: center;
}
.flashbutton {
	position: absolute;
	float: right;
	right: 0;
	margin: 0 10px 5px 0;
	padding: 0;
	height: 16px;
	line-height: 16px;
}
.flashbutton li {
	float: left;
	margin: 2px 2px 2px 0;
	width: 14px;
	height: 14px;
	line-height: 14px;
	font-family: Arial;
	font-size: 12px;
	margin-right: 8px;
	text-align: center;
	cursor: pointer;
	
	background-color: #fff;
}
.flashbutton li.selected {
	background-color: #0E305D;
	color: #FFFFFF;
	padding: 0;
}