﻿body {
}

.imgProductLarge
{
    position:static;
    /*max-height:690px;*/
    /*max-width:420px;*/
    /*width:expression(document.body.clientWidth > 700px? "700px": "auto" );*/  /* max-width workaround for IE */
}


#ProductLargeCloseHolder
{
    position:absolute;
    top:0px;
    right:0px;
    height:30px;
    width:100%;
    z-index:1000;
    text-align:right;
    margin:0px;
}

.ProductLargeCloseContainer
{
    position:absolute;
    text-align:right;
    vertical-align:top;
    width:100%;
    height:30px;
}

. ProductLargeExit
{
    width:25;
    font:0.7em;
}
.ProductLargeNext, .ProductLargePrevious
{
    width:10px;
}
#ProductLargeCloseHolder a
{
    color:#ece6d8;
    font-size:0.8em;
}



#ProductImageLargeHolder
{
    
    position:absolute;
    top:30px;
    Z-INDEX: 101;
    right:0px;
    width:100%;
    padding-left:4px;
    padding-right:4px;
    padding-top:8px;
    padding-bottom:8px;

}

.ProductImageLargeContainer
{
    top:25px;
    position:static;
    display: table-cell;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    vertical-align:top;
    width:420px;
    height:100%;
}

