/**
 * Jewellery Pages
 */
.jewellerySlideshowTable
{
    width:100%;
    min-height:500px;
    height:500px;
    
    clear:both;
}

.arrowCell
{
    width:21px;
}

.arrow
{
    display:none;
}

.slideshowContentCell
{
}

#slides
{
    position:relative;
    
    padding-top:15px
}

.slideshowSwitchContainer
{
    float:right;
    
    font-size:12px;
}

.slideshowSwitchContainer .switch
{
    cursor:pointer;
}

.jewelleryContainer
{
    
    text-align:center;
}

.jewelleryPhoto
{
}

.jewelleryDescrip
{
    padding-top:15px;
}

.jewelleryHeading p
{
    text-align:center;
    padding:0px;
    margin:0px;
}



