/* CSS Document */
#flash {
	width:335px;
	height:220px;
	overflow:hidden;
	clear:both;
	position:relative;
	padding: 0px;
	margin: 0;
}
#flash a {width:335px; height:220px;}
#flash img {width:335px; height:220px;/* display:none;*/}
.flash_bar {
	width:110px;
	height:22px;
	position:absolute;
	text-align:center;
	right: 0px;
	background-image: url(img/jsNav.png);
	background-repeat: no-repeat;
	bottom: 15px;
	color: #FFFFFF;
	line-height: 22px;
	background-position: left -4px;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.flash_bar .dq {
	BACKGROUND: url(img/jsNav.png) no-repeat
	DISPLAY: block;
	HEIGHT: 22px;
	background-image: url(img/jsNav2.png);
	background-repeat: no-repeat;
	width: 22px;
	float: left;
	cursor: pointer;
	margin-right: 2px;
	margin-left: 2px;
}
.flash_bar .no {
	BACKGROUND: url(img/jsNav.png) no-repeat
	DISPLAY: block;
	HEIGHT: 22px;
	float: left;
	width: 22px;
	cursor: pointer;
	margin-right: 2px;
	margin-left: 2px;
}
