
@CHARSET "UTF-8";
.flashContainer{
	position: relative;text-align:left;
}

.flashButtonContainerBg {
	position: absolute;
	width:100%;
	height:60px;
	margin-top:344px;
	vertical-align:middle;
	text-algn:center;
	z-index:999;
	background:#000000;

	filter:alpha(opacity=40);
    -moz-opacity:0.4;
   -khtml-opacity: 0.4;
    opacity: 0.4;
}

.flashButton{
	float:left;
	margin:5px;
	cursor: pointer;
}
.flashButtonLight{
	float:left;
	margin:5px;
	cursor: pointer;
}
.flashImg{
	margin:0px auto;
	width:1000px;height:445px;
}
.flashImgContainer{
	width:100%;height:445px;
	z-index:1;
}