* {
    margin: 0px;
    padding: 0px;
    line-height: 16px;
    font-size: 12px;
}

body {
    background: #000;
}

#impCarouselContainer {
    width: 830px;
    margin: 50px auto 0px auto;
    background: #000;
}

#impCarousel {
    width: 738px;
    height: 250px;
    margin: 0px auto 0px auto;
}

#impCarousel img {
    display: block;
    position: absolute;
    cursor: pointer;
    border: 0px;
}

#impImage_0 {
    z-index: 0;
    width: 150px;
    height: 150px;
	margin-top: 50px;
    display: none !important;
}

#impImage_1 {
    z-index: 10;
    width: 174px;
    height: 174px;
    margin-left: 24px;
	margin-top: 38px;
}

#impImage_2 {
    z-index: 20;
    width: 200px;
    height: 200px;
    margin-left: 74px;
	margin-top: 25px;
}

#impImage_3 {
    z-index: 30;
    width: 224px;
    height: 224px;
    margin-left: 144px;
	margin-top: 13px;
}

#impImage_4 {
    z-index: 40;
    width: 250px;
    height: 250px;
    margin-left: 244px;
	margin-top: 0px;
}

#impImage_5 {
    z-index: 30;
    width: 224px;
    height: 224px;
    margin-left: 370px;
	margin-top: 13px;
}

#impImage_6 {
    z-index: 20;
    width: 200px;
    height: 200px;
    margin-left: 464px;
	margin-top: 25px;
}

#impImage_7 {
    z-index: 10;
    width: 174px;
    height: 174px;
    margin-left: 540px;
	margin-top: 38px;
}

#impImage_8 {
    z-index: 0;
    width: 150px;
    height: 150px;
    margin-left: 594px;
    display: none !important;
	margin-top: 50px;
}

#impCarouselContainer a.impCarouselLink {
    width: 39px;
    height: 78px;
    background: url(../images/impcarousel/link.png) 0% 0% no-repeat;
    display: block;
    margin-top: 90px;
}

#impCarouselContainer a.impCarouselLinkLeft {
    float: left;
}

#impCarouselContainer a.impCarouselLinkRight {
    float: right;
    background-position: 100% 0%;
}

#impCarouselTitle {
    width: 250px;
    text-align: center;
    margin: 10px auto 0px auto;
    color: #fff;
}

    #impCarouselTitle p {
        font: normal 20px Tahoma;
    }