.galleryContainer{
    position:relative;
    min-width:660px;
    width:94%;
    margin:0 auto;
    margin-top:35px;
    overflow: hidden;
}

.imgGalleryContainer{
    position: absolute;
    width: 100%;
    height: 100%;
}

.galleryImg{
    position:absolute;
    width:100%;
    top:0px;
    left:0px;
}

.leftArrowDiv{
    position:absolute;
    top: 170px;
    left: 38px;
    opacity:0.7;
    filter: alpha(opacity=70);
    height: 40px;
    width: 31px;
    display: none;
}

.leftArrowDiv:hover{
    cursor:pointer;
    opacity:1;
    filter: alpha(opacity=100);
}

.rightArrowDiv{
    position:absolute;
    top: 170px;
    right: 38px;
    opacity:0.7;
    filter: alpha(opacity=70);
    height: 40px;
    width: 31px;
    display: none;
}

.rightArrowDiv:hover{
    cursor:pointer;
    opacity:1;
    filter: alpha(opacity=100);
}

.incomingImgContainerFromRight{
    position:absolute;
    left:100%;
    top:0x;
    width: 100%;
}

.incomingImgContainerFromLeft{
    position:absolute;
    left:-100%;
    top:0x;
    width: 100%;
}

#leftArrow{
    position:absolute;
    left: 5px;
    top: 4px;
}

#rightArrow{
    position:absolute;
    left: 5px;
    top: 4px;
}

#thumbnails{
    position:absolute;
    top:0px;
    left:0px;
    height:30px;
    width:100%;
}

#thumbnailsToRight{
    float:right;
    margin-right:20px;
}

.thumbnail{
    float:left;
    width:10px;
    height:10px;
    margin-top:14px;
    background-color: #D71D03;
    border-radius:7px;
    margin-right:6px;
    opacity:0.5;
    filter:alpha(50);
}

.thumbnail:hover{
    cursor:pointer;
}

.thumbnailImg{
   position: absolute;
   width: 96px;
   height: 65px;
   left: 8px;
   top: 6px
}

.thumbnailText{
    position:relative;
    width:100%;
    height:40px;
    margin-top:10px;
    font-size:15px;
    line-height:15px;
    text-align:center;
    color:#58595B;
}

#leftWhiteSeparator{
    position:absolute;
    width:4px;
    height:298px;
    background-color: white;
    left:26px;
    top:0px;
}

#rightWhiteSeparator{
    position:absolute;
    width:4px;
    height:298px;
    background-color: white;
    right:26px;
    top:0px;
}

#highlightLink{
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
}

.imgDescription{
    position: absolute;
    font-size: 18px;
    top: 25px;
    left: 30px;
    background-color: white;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 22px;
}

.imgDescriptionTextHiglight{
    background-color:#FFFFFF;
    line-height: 21px;
}