/* CSS Document */
#gearFlashDiv {
	height: 308px;
	width: auto;
	margin-top:-5px;
}
#gearFlashDiv img { width:660px; height:308px;}
#gearFlashDiv #gearFlashImg {
	width:100%;
	position: relative;
}
#gearFlashDiv #gearFlashImg img{position: absolute;}
#gearFlashDiv #gearFlashWords {
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: -308px;
	background-color: #999;
	filter:alpha(opacity=60);/*IE*/
	-moz-opacity: 0.6;/*FF*/
	opacity: 0.6;/*all broswer*/
	padding: 5px;
	color:#000;
	font-weight: bold;
	width: 215px;
}
#gearFlashDiv #gearFlashMenu {float: right;position: absolute;right: 0px;bottom: -308px; margin-right:2px;}
#gearFlashDiv #gearFlashMenu span {color: #fff;text-align: center;display: block;float: left;line-height: 16px;width: 16px;height: 16px;cursor: pointer;overflow: hidden;margin: 3px 1px;border: 1px solid #666;background-color: #666;
	filter:alpha(opacity=50);/*IE*/
	-moz-opacity: 0.5;/*FF*/
	opacity: 0.5;/*all broswer*/}
#gearFlashDiv #gearFlashMenu .active {color: #fff;line-height: 21px;width: 21px;height: 21px;font-size: 16px;margin: 0 1px;border: 0;background-color: #a31022;font-weight: bold;}
