/*-------------------------------------
    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;
}
body{
  font-family: 'Roboto', sans-serif; color: #444444;
}

#frame_one,#frame_two,#frame_three,#frame_four,#frame_five,#frame_six {
  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;  
}

.ie-fallback {
	position:absolute;
	top: 0px;
	left: 0px;
	width:300px;
	height:250px;
	background:url(302384_uk_cs_sb_fy20q2_oa_optiplexfam_v1_300x250.jpg);
	z-index: 900;
}

/*-------------------------------------
  Frame One frame duration: 3s
---------------------------------------*/

.bg1 {
	position: absolute;
	top: 0;
	left: 0;
}

.dell-logo {
	right:-1px;
	top:-1px;
	position: absolute;
}

.vendor-logo {
	position: absolute;
	bottom:-1px;
	left:-1px;
}

.vendor-text {
	position: absolute;
	font-size: 10px;
	line-height: 12px;
	color: #ffffff;
	left: 80px;
	bottom: 8px;
}

.vendor-text sup{
  font-size: 6px;
}

/*-------------------------------------
  Frame two  frame duration: 1.8s
---------------------------------------*/

.title2 {
  position: absolute;
  width: 298px;
  font-size: 27px;
  font-weight: 400;
  text-align: center;
  top: 88px;
  color: #ffffff;
}

/*-------------------------------------
  Frame Three  frame duration: 1.8s
---------------------------------------*/

.title3 {
  position: absolute;
  width: 298px;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.02em;
  bottom: 13px;
  color: #ffffff;
}
.product1 {
  position: absolute;
  top: -1px;
  left: -131px;
}
.bg2 {
  position: absolute;
  top: -1px;
  left: -1px;
}

/*-------------------------------------
 Frame Four  frame duration: 1.8s
---------------------------------------*/

.title4{
  position: absolute;
  width: 298px;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.02em;
  bottom: 13px;
  color: #ffffff;
}
.product2 {
  position: absolute;
  top: -1px;
  left: -1px;
}


/*-------------------------------------
  Frame Five  frame duration: 1.8s
---------------------------------------*/

.title5{
  position: absolute;
  width: 298px;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.02em;
  bottom: 13px;
  color: #ffffff;
}
.product3 {
  position: absolute;
  top: -1px;
  left: -1px;
}

/*-------------------------------------
  Frame Six  frame duration: 1.8s
---------------------------------------*/

.title6{
  position: absolute;
  width: 298px;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.02em;
  bottom: 13px;
  color: #ffffff;
}
.product4 {
  position: absolute;
  top: -1px;
  left: -1px;
}

/*-------------------------------------
  Frame Seven  frame duration: 3s
---------------------------------------*/

.bg_last{
  position: absolute;
  top: 0;
  left: 0;
}

.title7{
	position: absolute;
	width: 298px;
	font-size: 27px;
	font-weight: 400;
	text-align: center;
	bottom: 96px;
	color: #ffffff;
}

.cta{
	font-size: 14px;
	line-height: 17px;
	font-weight: 700;
	vertical-align: middle;
	color: #fff;
	text-align: center;
	right: 10px;
	bottom: 10px;
	display: block;
	z-index: 99;
	padding: 7px 10px 6px 10px;
	position: absolute;
	border: #fff 1px solid;
}

@-moz-document url-prefix() {
  .cta {padding: 6px 10px 7px 10px;}
}

.dell-logo2 {
  position: absolute;
  left:-1px;
  top:-1px;
}
.vendor-logo2 {
  position: absolute;
  bottom:-1px;
  left:-1px;
}

.vendor-text2 {
	position: absolute;
	font-size: 10px;
	line-height: 12px;
	color: #ffffff;
	left: 80px;
	bottom: 8px;
}
.vendor-text2 sup{
  font-size: 6px;
}

/*Roll over*/
#roll-cta {
	position: absolute;
	color: #444444;
    bottom: 45px;
    right: 20px;
	z-index: 9999;
	width: 80px;
	height: 15px;
}

#legal {
	position: absolute;
	width: 300px;
	height: 250px;
	background:#fff;
	top:-1000px;
	z-index: 999;
}

#legal-text {
	position: absolute;
	color: #444444;
	width: 295px;
	height: 150px;
	font-size: 9px;
	line-height:10px;
	padding: 5px 5px;
}

#rolltext {
    position: absolute;
    z-index: 9;
    bottom: 45px;
    right: 20px;
    font-size: 9px;
    color: #ffffff;
}

