@charset "UTF-8";

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*, *:before, *:after {
	-webkit-box-sizing: inherit; 
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

* {
	-webkit-font-smoothing: subpixel-antialiased;
}

a img {
	text-decoration: none; 
	border: 0px;
}

body{
	padding: 0;
	margin: 0;
	background-color: #ffffff; 
}

#container {
	position: absolute;
	border:1px solid #000000;
	left: 0px;
	top: 0px;
	width: 300px;
	height: 250px;
	margin: auto;
    overflow: hidden;
    background: #ffffff;
}

#content {
	position: absolute;
	left: -1px;
	top: -1px;
	width: 101%;
	height: 101%;
	z-index: 100;
}

#rolloverCatch {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999;
    cursor: pointer;
}

#cover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
	left: 0px;
    background-color: #fff;
    z-index: 998;
} 

#shimmerMask {
    position: absolute;
    left: 26px;
    top: 201px;
    overflow: hidden;
    width:98px;
    height:21px;
    z-index: 600;
}

#shimmer {
    position: relative;
    left: 200px;  
    top:-20px;
	opacity: .7;
}

#bckgrd {
    position: absolute;
    top: 0px;
	left: 0px;
    width: 100%;
    height: 100%;
    z-index: 100;
}

#first_frame, #end_frame {
    position: absolute;
    top: 0px;
	left: 0px;
    width: 100%;
    height: 253px;
    z-index: 50;
}

#end_frame {
    top: -253px;
    z-index: 95;
}

#product_container {
    position: absolute;
    top: -253px;
	left: 0px;
    width: 100%;
    height: 253px;
    z-index: 55;
}

#product_1, #truck {
    position: absolute;
    top: 0px;
	left: 0px;
    width: 100%;
    height: 100%;
    z-index: 55;
}

#truck {
    top: 0px;
    z-index: 90;
}

#product_2 {
    position: absolute;
    top: -170px;
	left: 0px;
    width: 100%;
    height: 100%;
    z-index: 60;
}

#product_3 {
    position: absolute;
    top: -170px;
	left: 0px;
    width: 100%;
    height: 100%;
    z-index: 65;
}

#product_4 {
    position: absolute;
    top: -170px;
	left: 0px;
    width: 100%;
    height: 100%;
    z-index: 70;
}

#product_5 {
    position: absolute;
    top: -170px;
	left: 0px;
    width: 100%;
    height: 100%;
    z-index: 75;
}

.lgArt {
    position: absolute;
    width: 100%;
    height: 100%;
}
