
/****	FLASH CONTENT	***************************/

#flash {
float:left;
position:relative;
display:inline-block;
width:100%;
margin-top:5px;
overflow:hidden;
border-top:1px solid #3F3F3F;
padding-top:5px;
}

#flash a {
text-decoration:none;
}


#flash span {
	display:inline-block;
}

ul#slideshow {
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
}

ul#slideshow li {
	display:inline-block;
	position:absolute;
	top:0px;
	left:0px;
	zoom: 1;
    filter: alpha(opacity=0);
    opacity: 0;
}

ul#slideshow li img {
	max-width:100%;
	}


.show, ul#slideshow li.show, ul#slideshow li:first-child {
	z-index:500;	
}

ul img {
	border:none;	
}

.panelMsg {
	width: 100%;
	position:absolute;
	bottom:0px;
}

.panelMsgBack {
	
       position:absolute;
       top:0px;
       left:0px;
       width:100%;
       height:100%;
       background-color:#FFF;
       z-index:10;
       /* These three lines are for transparency in all browsers. */
       -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
       filter: alpha(opacity=85);
       opacity:.85;
}

.panelMsg h1 {
	position:relative;
	color:#58595B;
	font-size:2.55em;
	display:inline-block;
	margin:14px 0 0 22px;
	z-index: 20;
	clear:both;
	float:left;
}

.panelMsg h2 {
	position:relative;
	color:#58595B;
	font-size:1.2em;
	z-index: 20;
	display:inline-block;
	margin:5px 0 14px 22px;
	clear:both;
	float:left;
}



#flash-dots {
	display:inline-block;
	position:absolute;
	bottom:0px;
	right:0px;
	z-index:99999999;
}


#flash-dots span {
	display:inline-block;
	height:15px;
	width:18px;
	margin:10px 5px 10px 0px;
	background-repeat:no-repeat;
	background-position:center;
	cursor:pointer;
	filter: none;
}

.flash-dot-off {
	background-image:url(../images/flash-dot-off.gif);
}

.flash-dot-off:hover {
	background-image:url(../images/flash-dot-on.gif);
}

.flash-dot-on {
	background-image:url(../images/flash-dot-on.gif);
}


#flash-scroll {
	position:absolute;
	/*margin-left:7px;*/
	height:60px;
	display:inline-block;
	bottom:0;
	/*width:600px;*/
	z-index:1100;
	float:left;
}

#flash-scroll span {
	display:inline-block;
	height:15px;
	width:15px;
	margin:15px 0px 0px 0px;
	background-position:center;
	background-repeat:no-repeat;
	cursor:pointer;
}

#flash-scroll-left {
	float:left;
	background-image:url(../images/flash-scroll-left-off.png);
	display:inline-block;
	height:29px;
	width:29px;
	margin:5px 0px 0px 0px;
	background-position:center;
	background-repeat:no-repeat;
	cursor:pointer;
}

#flash-scroll-left:hover {
	background-image:url(../images/flash-scroll-left-on.png);
}
#flash-scroll-right {
	display:inline-block;
	height:29px;
	width:29px;
	margin:5px 0px 0px 0px;
	background-position:center;
	background-repeat:no-repeat;
	cursor:pointer;
	float:right;
	background-image:url(../images/flash-scroll-right-off.png);
}

#flash-scroll-right:hover {
	background-image:url(../images/flash-scroll-right-on.png);
}

