/*-------------------------------------
  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: 0;
}
a{
  text-decoration: none;
}
body{
  font-family: 'Roboto', sans-serif; color: #444444;
}

#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; 
	-webkit-box-sizing: border-box;  
		  box-sizing: border-box;  
	border: 1px solid #000000;
}

#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
---------------------------------------*/

.bg {
	position: absolute;
	top: -1px;
	left: -1px;
}

.dell-logo, .xps-logo {
	position: absolute;
	top: -1px;
	left: -1px;
	z-index: 1;
}
.title1 {
	position: absolute;
	font-size: 38px;
	line-height: 38px;
	font-weight: 400;
	text-align: left;
	color: #fff;
	top: 90px;
	left: 28px;
}

.product1 {
	position: absolute;
    top: -1px;
    left: 0;
}

/*-------------------------------------
  Frame two  frame duration: 3s
---------------------------------------*/

.product2 {
	position: absolute;
    top: -1px;
    left: 0;
}

/*-------------------------------------
  Frame Three  frame duration: 3s
---------------------------------------*/



.title3 {
	position: absolute;
    font-size: 26px;
    line-height: 26px;
    font-weight: 400;
    text-align: left;
    color: #fff;
	left: 28px;
    top: 90px;
    width: 100%;
}

.title3 sup{
    font-size: 12px;
    line-height: 20px;
}

/*-------------------------------------
 Frame Four  frame duration: 3s
---------------------------------------*/

.product4 {
	position: absolute;
    top: 66px;
    left: -14px;
	opacity: 0;
}


/*-------------------------------------
  Frame Five  frame duration: 3s
---------------------------------------*/

.title5 {
	position: absolute;
    font-size: 26px;
    line-height: 26px;
    font-weight: 400;
    text-align: left;
    color: #fff;
    top: 90px;
    left: 28px;
}

.title5 sup{
    font-size: 12px;
    line-height: 20px;
}

.cta{
	position: absolute;
    color: #ffffff;
    text-align: center;
    background: #0076ce;
    left: 28px;
    bottom: 24px;
    display: block;
    z-index: 99;
    padding: 10px 60px 10px 60px;
    font-size: 20px;
    line-height: 17px;
    font-weight: 400;
    vertical-align: middle;
}

@-moz-document url-prefix() {
  .cta {padding: 10px 60px 10px 60px;}
}

/*-------------------------------------
  Frame Five  frame duration: 3s
---------------------------------------*/
.title6 {
    position: absolute;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    text-align: left;
    color: #fff;
    top: 58px;
    left: 28px;
}

.product6 {
	position: absolute;
    top: 12px;
    left: 88px;
    width: 96%;
}

.title6 sup{
    font-size: 12px;
    line-height: 16px;
}

.product-name {
    position: absolute;
    font-size: 10px;
    line-height: 12px;
    font-weight: 400;
    text-align: left;
    text-transform: uppercase;
    color: #fff;
    left: 30px;
    bottom: 65px;
}

/*Roll over*/

#roll-cta {
    position: absolute;
    color: #444;
    left: 117px;
    bottom: 9px;
    z-index: 99999;
    width: 65px;
    height: 15px;
}

#legal {
    position: absolute;
    width: 300px;
    height: 250px;
	background-image: url("93829_ultrasharp_webcam_gl_oa_bg.jpg");
    top:-1000px;
    z-index: 999;
}

#legal-text {
    position: absolute;
    color: #ffffff;
    width: 300px;
    height: 250px;
    font-size: 9px;
    line-height: 10px;
    padding: 10px 10px;
}

#rolltext {
    position: absolute;
    font-size: 9px;
    z-index: 9;
    left: 122px;
    bottom: 10px;
    color: #ffffff;
}

