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


#galleryInfo {
    background-image: url("images/galleryInfo.png");
    height: 386px;
    left: 610px;
    position: absolute;
    top: 70px;
    width: 311px;
}
#galleryInfoTitle{
	position:relative;
	margin:14px auto;
	width:228px;
	height:19px;
	background-image:url("images/iGalleryTitle.png");
}

#galleryInfoCaption {
    color: #FFFFFF;
    font-size: 20px;
    height: 20px;
    left: 11px;
    position: relative;
    text-align: center;
    top: 29px;
    width: 290px;
}

#galleryInfoDescription {
    color: #FFFFFF;
    height: 241px;
    left: 10px;
    position: relative;
    top: 66px;
    width: 290px;
	overflow:auto;
}


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

#galleryWrapper {
    height: 273px;
    left: 143px;
    overflow: hidden;
    position: absolute;
    top: 100px;
    width: 442px;
}

#galleryContainer{
	height:273px;
	width:20000px;
	position:absolute;
}

#galleryContainer img{
	display:inline-block;
}

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

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