/* CSS Document */
#gearFlashDiv {height: 218px;width: 200px;}
#gearFlashDiv #gearFlashImg {width:100%;height: 218px;position: relative;}
#gearFlashDiv #gearFlashImg img{position: absolute;}
#gearFlashDiv #gearFlashWords {
	position: absolute;
	z-index: 998;
	width: 290px;
	left: 0;
	bottom: -7px;
	/*	filter: Alpha(opacity=50);
	-moz-opacity:.5;
	opacity:0.5;
*/	background-image: url(/css/pic/txt-bg.png);
	padding: 5px;
}
#gearFlashDiv #gearFlashMenu {
	float: right;
	position: absolute;
	right: 0px;
	bottom: -5px;
	z-index: 999;
}
#gearFlashDiv #gearFlashMenu span {
	display: block;
	width: 10px;
	float: left;
	text-align: center;
	color: #FFF;
	background-color: #666;
	margin: 1px;
	padding: 2px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	border: 1px solid #693;
	border-top:#426321;
	border-left:#426321;
}
#gearFlashDiv #gearFlashMenu .active {color: #693;background-color: #FFF;}


