.galleria
{
    list-style:none;
    /*width:524px;*/
    margin-left:0;
    width:80px;
    float:right;
    margin-top:20px;
}
.galleria li
{
    display:inline;
    width:60px;
    height:60px;
    overflow:hidden;
    float:left;
    margin:0 10px 10px 0;
        border-bottom:1px #fff solid;
    border:1px #fff solid;
 
}
.galleria li.active 
{
    border-bottom:1px #ccc solid;
    border-top:1px #ccc solid;
}
.galleria li a
{
    display:none;
    
}
.galleria li div
{
    position:absolute;
    display:none;
    top:0;
    left:0;
    
}
.galleria li div img {
    cursor:pointer
}
.galleria li.active div img,
.galleria li.active div {
    display:block;
}
.galleria li img.thumb {
    cursor:pointer;
    top:auto;
    left:auto;
    display:block;
    width:auto;
    height:auto;
}
.galleria li .caption {
    display:block;
    padding-top:.5em;
}
* html .galleria li div span { /* MSIE bug */
    width:400px;
} 

/**/
DIV#PlaceHolderProductImages{
    background: url(/images/bg-products-mainimage.png) no-repeat;
    height:355px;
    width:534px;
    margin-bottom:20px;
    /*padding:10px;*/

}
DIV#PlaceHolderProductImages P {
    margin:0;
    font-weight:bold;
}

DIV#PlaceHolderProductImages DIV#MainImage 
{
    width:415px;
    float:left;
    margin-top:20px;
    margin-left:20px;
}

DIV#PlaceHolderProductImages DIV#MainImage IMG
{
    width:400px;
}


