/* XEG_C13955_Dell_EMC_Competitive_728x90 */


* {
    margin:0;
    padding: 0;
}

img {
    border: none;
}

#clickTag {
    width: 728px;
    height: 90px;
    top: 0px;
    left: 0px;
    cursor: pointer;
    position: absolute;
	z-index: 100;
}

#ad-container {
    overflow: hidden;
    background-color: #ccc;
	background-image: url(Dell_EMC_728_bg.jpg);
    width: 726px;
    height: 88px;
    position: absolute;
    top: 0px;
    left: 0px;
    border: 1px solid #000;
}

#hp-logo {
    opacity: 0;
    position: absolute;
    left: 28px;
    top: 16px;
    z-index: 10;
}

#replay-btn {
    opacity: 0;
    position: absolute;
    left: 712px;
    top: 69px;
	cursor: pointer;
    z-index: 101;
}

#replay-btn:hover {
	animation: spin 0.5s;
	-ms-animation: spin 0.5s;
	-moz-animation: spin 0.5s;
	-webkit-animation: spin 0.5s;
	-o-animation: spin 0.5s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}


@keyframes spin {
	0% {
		transform: rotate(0deg);		
	}
	100% {
		transform: rotate(-360deg);
	}
}

@-ms-keyframes spin {
	0% {
		transform: rotate(0deg);		
	}
	100% {
		transform: rotate(-360deg);
	}
}

@-moz-keyframes spin {
	0% {
		transform: rotate(0deg);		
	}
	100% {
		transform: rotate(-360deg);
	}
}

@-webkit-keyframes spin {
	0% {
		transform: rotate(0deg);		
	}
	100% {
		transform: rotate(-360deg);
	}
}

@-o-keyframes spin {
	0% {
		transform: rotate(0deg);		
	}
	100% {
		transform: rotate(-360deg);
	}
}

#cta-container {
    padding: 0px;
    opacity: 0;
    position: absolute;
    left: 588px;
    top: 33px;
    z-index: 100;
}

.copy {
    opacity: 0;
    position:absolute;
    z-index: 40;    
}

#copy-1 {
    left: 28px;
    top: 18px;
}

#copy-header {
    left: 176px;
    top: 23px;
}

.img {
    opacity: 0;
    position: absolute;
    z-index: 30;
}

#img-copy-1a, #img-copy-1b {
	left: -620px;
    top: 2px;
	transform-origin: center;
}
