/*-------------------------------------
    Reset
---------------------------------------*/

/******Basic settings**********/
*{
    margin: 0;
    padding: 0;
}

html {
    box-sizing: border-box;
  text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; 
  -webkit-text-size-adjust: 100%; 
}

*, *:before, *:after {
    box-sizing: inherit;
}
img{
  border: 0px;
}
a{
  text-decoration: none;
  color:#444;
}
body{
    font-family: 'Roboto', sans-serif; color: #ffffff;
}

#frame_one, #frame_two,#frame_three,#frame_four,#frame_five {
  width: 100%;
  height: 100%;
}

/*-------------------------------------
  Layout
---------------------------------------*/

#ad {
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#banner {
  position: absolute;
  background: #eeeeee;
  display: block;
  width: 300px;
  height: 250px;
  overflow: hidden;
  cursor: pointer;
  visibility: hidden; 
  border: 1px solid #666666;
  -webkit-box-sizing: border-box;  
          box-sizing: border-box;  
}

#clickTAG {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99999;
  top: 0;
  left: 0;
  cursor: pointer;
}
.ie-fallback{
  position: absolute;
  z-index: 9999;
  top: -1px;
  left: -1px
}

/*-------------------------------------
  Frame One frame duration: 3s
---------------------------------------*/

.f1_background, .f2_background, .f3_background, .f4_background, .f5_background {
    top: -1px;
    left: -1px;
    position:absolute;
}

.dell-logo{
    top: -1px;
    right: -1px;
    position:absolute;
    z-index: 1;
}

.f1_circle1, .f1_circle2{ 
	top: 8px; 
	left: 73px;
	position: absolute;
}

.title1-1{
    position: absolute;
    font-size: 14px;
    font-weight: 300;
    color: #ffffff;
    text-align: left;
    bottom: 52px;
    left: 10px;
    width: 70%;
    clip: rect(0px,0px,30px,0px);
}

.title1-2{
    position: absolute;
    font-size: 14px;
    font-weight: 300;
    color: #ffffff;
    text-align: left;
    bottom: 36px;
    left: 10px;
    width: 70%;
    clip: rect(0px,0px,30px,0px);
}

.title1-3{
    position: absolute;
    font-size: 14px;
    font-weight: 300;
    color: #ffffff;
    text-align: left;
    bottom: 20px;
    left: 10px;
    width: 70%;
    clip: rect(0px,0px,30px,0px);
}

.title1-3 sup{
    font-size: 8px;
}
/*-------------------------------------
  Frame two  frame duration: 3s
---------------------------------------*/
.f2_circle1,.f2_circle2{ 
	top: -55px; 
	left: 68px;
	position: absolute;
}

.title2-1{
    position: absolute;
    font-size: 14px;
    font-weight: 300;
    color: #ffffff;
    text-align: left;
    bottom: 36px;
    left: 30px;
    width: 70%;
    clip: rect(0px,0px,30px,0px);
}

.title2-2{
    position: absolute;
    font-size: 14px;
    font-weight: 300;
    color: #ffffff;
    text-align: left;
    bottom: 20px;
    left: 30px;
    width: 70%;
    clip: rect(0px,0px,30px,0px);
}

.title2-2 sup{
    font-size: 8px;
}

/*-------------------------------------
  Frame Three  frame duration: 3s
---------------------------------------*/
.f3_circle1,.f3_circle2{ 
    top: -132px;
    left: -146px;
    position: absolute;
}

.title3-1{
    position: absolute;
    font-size: 14px;
    font-weight: 300;
    color: #ffffff;
    text-align: left;
    bottom: 36px;
    left: 10px;
    width: 70%;
    clip: rect(0px,0px,30px,0px);
}

.title3-2{
    position: absolute;
    font-size: 14px;
    font-weight: 300;
    color: #ffffff;
    text-align: left;
    bottom: 20px;
    left: 10px;
    width: 70%;
    clip: rect(0px,0px,30px,0px);
}

.title3-2 sup{
    font-size: 8px;
}
/*-------------------------------------
 Frame Four  frame duration: 3s
---------------------------------------*/
.f4_circle1,.f4_circle2{ 
	top: -207px;
    left: -122px;
    position: absolute;
}

.title4-1{
    position: absolute;
    font-size: 14px;
    font-weight: 300;
    color: #ffffff;
    text-align: left;
    bottom: 36px;
    left: 30px;
    width: 70%;
    clip: rect(0px,0px,30px,0px);
}

.title4-2{
    position: absolute;
    font-size: 14px;
    font-weight: 300;
    color: #ffffff;
    text-align: left;
    bottom: 20px;
    left: 30px;
    width: 70%;
    clip: rect(0px,0px,30px,0px);
}

.title4-2 sup{
    font-size: 8px;
}


/*-------------------------------------
 Frame Five  frame duration: 3s
---------------------------------------*/
.f5_circle1,.f5_circle2{ 
    top: -96px;
    left: 90px;
    position: absolute;
}

.title5-1{
    position: absolute;
    font-size: 14px;
    font-weight: 300;
    color: #ffffff;
    text-align: left;
    top: 20px;
    left: 10px;
    width: 70%;
    clip: rect(0px,0px,30px,0px);
}

.title5-2{
    position: absolute;
    font-size: 14px;
    font-weight: 300;
    color: #ffffff;
    text-align: left;
    top: 38px;
    left: 10px;
    width: 70%;
    clip: rect(0px,0px,30px,0px);
}


.cta{
    position: absolute;
    color: #ffffff;
    text-align: center;
    right: 10px;
    bottom: 8px;
    display: block;
    z-index: 99;
    padding: 5px 20px 5px 20px;
    border: 1px solid #ffffff;
    font-size: 11px;
    line-height: 15px;
    font-weight: bolder;
    vertical-align: middle;
}
@-moz-document url-prefix() {
  .cta {padding: 6px 10px 7px 10px;}
}


/*Roll over*/

#roll-cta {
    position: absolute;
    color: #444;
    left: 230px;
    bottom: 37px;
    z-index: 99999;
    width: 63px;
    height: 15px;
}

#legal {
    position: absolute;
    width: 300px;
    height: 250px;
    background:#fff;
    top:-1000px;
    z-index: 999;
}

#legal-text {
    position: absolute;
    color: #aaaaaa;
    width: 300px;
    height: 250px;
    font-size: 8px;
    line-height: 10px;
    padding: 10px 10px;
}

#rolltext {
    position: absolute;
    font-size: 9px;
    z-index: 9;
    left: 230px;
    bottom: 37px;
}

