/* 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: 100%;left: 0;bottom: -7px;
	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: 290px;}
#gearFlashDiv #gearFlashMenu {float: right;position: absolute;right: 0px;bottom: -7px;z-index: 999; 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;}