﻿.previewPane
{
    background-color: #fff;
    background-image: url(../images/previewPaneBg.gif);
    background-repeat: no-repeat;
    vertical-align:top
}
.infoPane
{
    background-color: #fff;
    background-image: url(../images/infoPaneBg.gif);
    background-repeat: no-repeat;
    vertical-align:top;
    margin-left:10px
}
.infoPaneBg
{
    margin-top: 20px;
    background-color: #fff;
    background-image: url(../images/grayBg.gif);
    background-repeat: no-repeat;
    height: 192px;
    width: 272px;
}
.imageDetailsHeader
{
    text-align:left;
    font: bold 11px Arial, Verdana, Helvetica, Sans-serif;
    color: #666666;
    margin-top: 15px;
    margin-left: 15px;
    margin-bottom: 5px;
    margin-right:15px
}
.details
{
    font: normal 11px Arial, Verdana, Helvetica, Sans-serif;
    color: #666666;
    margin-left: 15px;
    width: 230px;
    vertical-align: middle;
    margin-bottom: 4px;
}
.detailsTxtBox
{
    font: normal 11px Arial, Verdana, Helvetica, Sans-serif;
    color: #666666;
    height: 13px;
    border: solid 1px #ccc;
}
a.editBtns, a.editBtns:link, a.editBtns:visited, a.editBtns:active, a.editBtns:focus
{
    text-decoration: none;
    border: solid 1px #808080;
    display: inline-block;
    width: 50px;
    font: bold 11px Arial, Verdana, Helvetica, Sans-serif;
    text-align: center;
    margin-top: 4px;
    background-color: #e8e8e8;
    color: #808080;
}
a.editBtns:hover
{
    color: #3b3b3b;
}
.thumbsViewer
{
    vertical-align:top;
    background-color: #fff;
    background-image: url(../images/thumbsBg.gif);
}

.thumbs
{
     margin-top:10px;
     margin-left:2px;
    width: 565px;
}

.itemTemplate
{
   vertical-align:top;
   margin-bottom:10px
}

.RotatorImage
{
    vertical-align:top;
    margin:0px 11px 10px;
    cursor:hand;
    cursor: pointer;
}




#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #000000;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}








.gallery
{
    background-color: #fff;
    background-image: url(../images/background-gallery.jpg);
    width:684px;
    height:382px
}
