﻿#footer-popup {
	position:fixed;
	bottom:0;
	width:280px;
	margin-left:220px;
	left:48.5%;
	display: none;
	z-index: 2;
}
.slideshow-screen { 
    position: absolute;
    top: -28px;
    left: 198px;
    bottom: 10px;
    z-index: -1;
}
.wu-normal {
	height:196px;
}
.wu-blog100 {
	height:249px;
}

#footer-popup .popup-wrapper {
	position:relative;
}
.popup-bg
{
    position:relative;
    left:-60px;
    top:-40px;
}
#footer-popup .popup-wrapper .wu-logo {
    position: absolute;
    text-align: right;
    bottom: 75px;
    z-index: 3;
    -webkit-animation-name: Floatingx;
    -webkit-animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: Floating;
    -moz-animation-duration: 4s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
    margin-left: -45px;
    margin-top: 5px;
}

@-webkit-keyframes Floatingx{
    from {-webkit-transform:translate(0, 0px);}
    65% {-webkit-transform:translate(0, 10px);}
    to {-webkit-transform: translate(0, -0px);}    
}
    
@-moz-keyframes Floating{
    from {-moz-transform:translate(0, 0px);}
    65% {-moz-transform:translate(0, 10px);}
    to {-moz-transform: translate(0, -0px);}    
}
