

.marquee-footer-inner {
    width: 980px;
    height: 100px;
    margin: 0px auto;
    opacity: 0.4;
	filter: alpha(opacity=40);	
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.marquee-footer-wrapper {
	position: fixed;
	z-index: 99;
	bottom: 0px;
	 width: 100%;
	height: 110px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);		
	background: url(../images/transgray50.png);
}
.marquee-footer-wrapper:hover .marquee-footer-inner {
	opacity: 1.0;
	filter: alpha(opacity=100);	
}

.marquee-footer-wrapper:hover {
 	-webkit-box-shadow: 0px 0px 10px 0px black;
    box-shadow: 0px 0px 10px 0px black;	
    background: url(../images/transgray75.png);	
	opacity: 1.0;
	filter: alpha(opacity=100);	
}

.marquee-footer-wrapper.stuck {
	position: relative;
	margin-bottom: 0px;
 	-webkit-box-shadow: none;
    box-shadow: none;		
	padding-top: 10px;
}

.marquee-footer-wrapper .footer-div {
	background: transparent;
}

.marquee-footer-wrapper.stuck .marquee-footer-inner {
	opacity: 1.0;
}



img.MarqueeLogo {
	width: 298px;
	height: 88px;
}

a.MarqueeLWW {
	display: block;
	height: 90px;
	width: 295px;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;		
	border: 1px solid #cccccc;
	margin: 0px auto;
	background: white;

	
}

a.MarqueeLWW img {
	width: auto;
	height: 88px;
}

a.MarqueeLWW:hover {
	border: 1px solid #777777;
	
}




.footer-div.marquee-footer {
	padding: 10px;
	width: 33%;
	float: left;
	text-align: left;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;		
}



.marquee-footer-ads a img {
	margin-right: 20px;
}



a.MarqueeLink {
	background: white;
	display: block;
	border: 1px solid #cccccc;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;	
	width: 300px;
	height: 90px;
}


a.MarqueeLink:hover {
	background: white;
	border: 1px solid #777777;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;	
}

.MarqueeText {
	display: block;
	float: right;
	text-align: center;
	padding: 5px;
	width: 50%;
	word-wrap: break-word;
}

img.MarqueeLogo {
}

a.MarqueeContact {
	border: 1px solid #cccccc;	
	background: white;
	display: block;
	text-align: center;
	line-height: 20px;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;	
	font-weight: bold;
	color: #cccccc;
	padding: 14px;
}

a.MarqueeContact:hover {
	background: white;
	border: 1px solid #777777;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;	
	color: #777777;
}

a.MarqueeLWW {
	display: block;
	height: 98px;
	width: 290px;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;		
	border: 1px solid #cccccc;
}

a.MarqueeLWW img {
	width: 100%;
}

a.MarqueeLWW:hover {
	border: 1px solid #777777;
}


.ads-column a img.panelad {
	display: block !important;
}

