div.carousel img
{
    width: 100px;
    height: 100px;
    overflow: hidden;
    cursor: pointer;
}

#carouselForm
{
    margin-top: 10px;
    padding: 0px 0px 0px 70px;
}

#carouselPhotoForm
{
    margin-top: 10px;
    padding: 0px 0px 0px 260px;
}

#carouselFormMenu
{
    margin: 10px 0;
    padding: 0px 0px 0px 0px;
}


div.carousel img.carouselButton
{
    width: 35px;
    height: 35px;
    padding: 0 0 27px 0;
    visibility: hidden;
}

#bigImage
{
    /*height: auto;
    width: auto;*/
    overflow: hidden;
    margin-top: 15px;
    
}

#bigImagePhoto
{
    /*height: auto;
    width: auto;*/
    margin-top: 15px;
}


#bigImage img,
#bigImagePhoto img
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    
    background-color: White;
    
    padding: 5px;
}

#bigImageName
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
