div.page-inside {
	padding:0px;
}

div#container-history {
   	position: relative;
   	width: 603px;
    height: 397px;
	font-family: arial, helvetica, sans-serif;
    font-size: 11px;
    line-height: 1.3em;
    color: #333333;
    margin:0;
}

div#container-history h1,
div#container-history h2 {
    display: none;
}

div#container-history em {
    font-weight: bold;
    font-style: normal;
    font-size: 13px;
    color: #000;
}

/* Carousel */

div#container-buttons {
    position: absolute;
    top: 0px;
    left:0px;
    display: none;
}

div#container-history div#container-carousel {
    position: absolute;
    width: 599px !IMPORTANT;
    height: 273px;
	top:0px;
	left: 2px;
}
div#container-history div#container-carousel #carousel {
    position: absolute;
    top: 0px;
    left: 0px;
}
div#container-history div#container-carousel #carousel li {
    background-repeat: no-repeat;
    background-position: 0 0;
    height: 273px;
    position: relative;
}
div#container-history div#container-carousel #carousel li p {
    padding-top: 20px;
    padding-left: 50px;
    padding-right: 50px;
}

div#container-history div#container-carousel #carousel li#day-yesterday {
    background-image: url(/wp-content/phpsnippets/tdiintermediary/images/image-yesterday.jpg);
}
div#container-history div#container-carousel #carousel li#day-today {
    background-image: url(/wp-content/phpsnippets/tdiintermediary/images/image-today.jpg);
}
div#container-history div#container-carousel #carousel li#day-tomorrow {
    background-image: url(/wp-content/phpsnippets/tdiintermediary/images/image-tomorrow.jpg);
}

/* "buttons" for the carousel */

div#container-history p.button-carousel {
    position: absolute;
    top: 311px;
    z-index: 30;
    height: 12px;
    overflow: hidden;
}

div#container-history p.button-carousel a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    background-position: 0 0;
    text-decoration: none;
    background-repeat: no-repeat;
}
div#container-history p.button-carousel a:hover {
    background-position: 0 -12px;
}

div#container-history p#button1 {
    width: 76px;
    height: 12px;
    left: 75px;
}
div#container-history p#button1 a {
    background-image: url(/wp-content/phpsnippets/tdiintermediary/images/sprite-yesterday.gif);
}
div#container-history p#button2 {
    width: 47px;
    height: 12px;
    left: 280px;
}
div#container-history p#button2 a {
    background-image: url(/wp-content/phpsnippets/tdiintermediary/images/sprite-today.gif);
}
div#container-history p#button3 {
    width: 88px;
    height: 12px;
    left: 449px;
}
div#container-history p#button3 a {
    background-image: url(/wp-content/phpsnippets/tdiintermediary/images/sprite-tomorrow.gif);
}



/* buttons */

div#container-history div#container-carousel #carousel li p.button {
    position: absolute;
    padding: 0px;
}
div#container-history p.button a {
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-position: 0 0;
}

div#container-history p.button a:hover {
    background-position: 0 -24px;
}

div#container-history p#button-jetta {
    width: 136px;
    height: 24px;
    top: 240px;
    left: 60px;
}
div#container-history p#button-jetta a {
    background-image: url(/wp-content/phpsnippets/tdiintermediary/images/button-jetta-bg.gif);
}

div#container-history p#button-touareg {
    width: 78px;
    height: 13px;
    top: 240px;
    left: 235px;
}
div#container-history p#button-touareg a {
    background-image: url(/wp-content/phpsnippets/tdiintermediary/images/button-touareg-bg.gif);
}

div#container-history p#button-sportwagen {
    width: 119px;
    height: 17px;
    top: 240px;
    left: 335px;
}
div#container-history p#button-sportwagen a {
    background-image: url(/wp-content/phpsnippets/tdiintermediary/images/button-sportwagen-bg.gif);
}

div#container-history p#button-golf {
    width: 66px;
    height: 24px;
    top: 210px;
    right: 40px;
}
div#container-history p#button-golf a {
    background-image: url(/wp-content/phpsnippets/tdiintermediary/images/button-golf-bg.gif);
}


/* slider */

div#container-history div#container-slider {
    width: 396px;
    height: 22px;
    background-image: url(/wp-content/phpsnippets/tdiintermediary/images/rail-bg.gif);
    background-repeat: no-repeat;
    background-position: 0 4px;
    position: absolute;
    top: 278px;
    left: 106px;
}
div#container-history div#container-slider div.ui-slider-handle {
    width: 49px;
    height: 22px;
    background-image: url(/wp-content/phpsnippets/tdiintermediary/images/slider-bg.gif);
    background-repeat: no-repeat;
    position: relative;
    cursor: pointer;
    margin-left: -25px;
}

div#container-history div#cars-sprite {
    background-image: url(/wp-content/phpsnippets/tdiintermediary/images/cars-sprite.jpg);
    background-repeat: no-repeat;
    background-position: 0 -273px;
    position: absolute;
    top:0px;
	left: 0px;
    width: 601px;
    height:  273px;
    display: none;
}
div#container-history div#container-ytt {
    position: absolute;
    top: 310px;
    left: 74px;
    width: 464px;
    height:13px;
    overflow: hidden;
    background-image: url(/wp-content/phpsnippets/tdiintermediary/images/sprite-ytt.gif);
    background-repeat: no-repeat;
    background-position: 0 -13px;
}

div#container-history p#container-share {
    position: absolute;
    top:356px;
    left: 472px;
    color: #5b5b5b;
    display: block;
    font-weight: bold;
    font-size: 11px;
}
div#container-history p#container-share a {
    text-decoration: none;
    color: #5b5b5b;
}

div#container-history p#disclaimer {
    display: block;
    position: absolute;
    top:356px;
    left: 50px;
    font-size: 9px;
    color: #7b7b7b;
    cursor: pointer;
}
div#container-history p#disclaimer a {
    text-decoration: none;
}

/* Accessible CSS-based image map */

div#container-history div.map {
    position: absolute;
    z-index: 20;
}
div#container-history div#map-jetta {
    top:130px;
    left: 20px;
    width: 216px;
    height: 100px;
}
div#container-history div#map-touareg {
    top: 125px;
    left: 236px;
    width: 118px;
    height: 104px;
}
div#container-history div#map-sportwagen {
    top: 135px;
    left: 354px;
    width: 80px;
    height: 77px;
}
div#container-history div#map-golf {
    top: 145px;
    left: 460px;
    width: 126px;
    height: 54px;
}
div#container-history div#lights-sprite {
    position: absolute;
    top: 156px;
    left: 148px;
    width: 372px;
    height: 41px;
    background-image: url(/wp-content/phpsnippets/tdiintermediary/images/lights-sprite.jpg);
    background-repeat: no-repeat;
    background-position: 0 43px;
    z-index: 10;
    overflow: hidden;
}

/* legal disclaimer */

div#container-history div#layout-legal {
    position: absolute;
    top: -5px;
    left: 85px;
    display: none;
    z-index: 30;
}
div#container-history div#layout-legal div.top {
    width: 453px;
    height: 17px;
    overflow: hidden;
    position: relative;
    background-image: url(/wp-content/phpsnippets/tdiintermediary/images/legal-top-bg.png);
    background-repeat: no-repeat;
}
div#container-history div#layout-legal div.bottom {
    width: 453px;
    height: 17px;
    overflow: hidden;
    position: relative;
    background-image: url(/wp-content/phpsnippets/tdiintermediary/images/legal-bottom-bg.png);
    background-repeat: no-repeat;
}
div#container-history div#layout-legal div.content {
    width: 453px;
    position: relative;
    background-image: url(/wp-content/phpsnippets/tdiintermediary/images/legal-content-bgslice.png);
}
div#container-history div#layout-legal div.content p {
    padding: 0px;
    padding-left: 26px;
    padding-right: 26px;
    padding-bottom: 1em;
    margin: 0px;
}
div#container-history div#layout-legal div.content h3 {
    margin: 0px;
    padding: 0px;
    margin-left: 26px;
    margin-right: 26px;
    padding-top: 14px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-size: 25px;
    font-weight:bold;
    color: #004b83;
    border-bottom: 1px solid #c9c9c9;
}
div#container-history div#layout-legal div.legal-button {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 20px;
    left: 405px;
    text-indent: -999px;
    background-image: url(/wp-content/phpsnippets/tdiintermediary/images/legal-button.gif);
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 40;
}
div#content div.module-2 {
    background-position:-1800px bottom;
    width: 600px;
    height: 410px;
}
