@charset "UTF-8";
/* CSS Document */

#content {
    height: 484px;
    left: 0;
    position: absolute;
    top: 46px;
    width: 766px;
}

#galleryWrapper {
    height: 450px;
    left: 156px;
    overflow: hidden;
    position: absolute;
    top: 52px;
    width: 766px;
}
#galleryContainer{
	height:273px;
	width:8426px;
	position:absolute;
}

#plasticLink{
	height: 116px;
    left: 3960px;
    position: absolute;
    top: 190px;
    width: 116px;
    z-index: 3;
	background-image:url("images/pdfIcon.jpg");
	cursor:pointer;
}

#galleryContainer img{
	display:inline-block;
}

#leftArrow {
    background-image: url("images/arrowLeft.png");
    cursor: pointer;
    height: 43px;
    left: 465px;
    position: absolute;
    top: 502px;
    width: 21px;
}


#rightArrow {
    background-image: url("images/arrowRight.png");
    cursor: pointer;
    height: 43px;
    left: 535px;
    position: absolute;
    top: 501px;
    width: 21px;
}