#gContent { padding: 5px 3px 5px 3px; }

#leftDiv {
    float: left;
    width: 124px;
    height: 530px;
    margin-top: 10px;
}

#leftDiv div.scrollImgDiv {
    width: 124px;
}

#thumbscroll {
    position: relative;
    float: left;
    width: 124px;
    height: 510px;
    overflow: hidden;
}

#thumbdiv {
    position: absolute;
    top: 0px;
}

#thumbdiv div.thumbCell {
    height: 102px;
    width: 120px;
    background-color: rgb(96,96,96);
    border: solid 1px rgb(128,128,128);
    font-size: 9px;
    padding-right: 2px;
    color: rgb(152,152,152);
    line-height: 100px;
}

#thumbdiv div.thumbImage {
    float: left;
    height: 100px;
    width: 102px;
    border-style: none;
    text-align: center;
    line-height: 100px;
    font-size: 2px;
    vertical-align: middle;
}

#thumbdiv a img {
    display: inline;
    border-style: solid;
    border-color: black;
    border-width: 1px;
    vertical-align: middle;
}

#thumbdiv div.thumbLabel {
    display: inline;
    height: 100px;
    width: 16px;
    line-height: 100px;
    vertical-align: middle;
    font-size: 9px;
    text-align: left;
    padding-left: 2px;
    color: rgb(152,152,152);
    border-style: none;
}

#rightDiv {
    position: relative;
    float: left;
    width: 770px;
}

#title { /* For use in galleries without slideshow function. */
width: 550px;
height: 24px;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 15pt;
color: rgb(175,168,255);
font-weight: normal;
text-align: center;
}

#title #comment {
font-family: serif;
font-style: normal;
font-size: 11pt;
color: rgb(155,150,235);
text-align: left;
}

#titleArea { /* Used in galleries with slideshow function. */
width: 770px;
}

.galleryTitle { /* Used in galleries with slideshow function. */
position: relative;
float: left;
width: 550px;
height: 24px;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 15pt;
color: rgb(175,168,255);
font-weight: normal;
text-align: center;
}

#slideControl { /* Used in galleries with slideshow function. */
position: relative;
float: left;
width: 100px;
margin-left: 60px;
margin-top: 2px;
text-align: center;
}

#picnavbar {
position: relative;
float: left;
width: 20px;
height: 500px;
margin-top: 1px;
margin-left: 5px;
border-style: solid;
border-color: rgb(48,48,48);
border-width: 2px;
text-align: center;
color: rgb(48,48,48);
}

#picnavbar .nav {
left: 0px;
width: 20px;
height: 30px;
font-size: 20pt;
background-color: rgb(24,24,24);
text-align: center;
}

#picnavbar .nav a {
color: rgb(200,200,180);
text-decoration: none;
}

#picnavbar .nav a:hover {
background-color: rgb(0,121,255);
}

#picnavbar #navPrevious {
position: absolute;
top: 0px;
}

#picnavbar #navBack {
position: absolute;
top: 235px;
}

#picnavbar #navNext {
position: absolute;
bottom: 0px;
}

#photoframe { 
float: left;
width: 500px; 
height: 500px; 
margin-top: 3px;
margin-bottom: 6px;
margin-left: 3px;
background-color: rgb(24,24,24);
border-collapse: collapse;
border-style: solid;
border-color: rgb(48,48,48);
border-width: 5px;
} 
#photo {
display: table-cell;
position: relative;
text-align: center;
vertical-align: middle;
}
#photo img {
border-style: solid;
border-color: black;
border-width: 2px;
}
#info {
float: left;
height: 486px;
width: 218px;
margin-top: 6px;
margin-left: 6px;
padding: 3px 3px 3px 3px;
color: rgb(176,176,176);
font-family: arial, sans-serif;
font-size: 10pt;
border-style: solid;
border-color: rgb(96,96,96);
border-width: 1px;
overflow: auto;
}
#info > *:first-child {
margin-top: 0px;
}
#info h1 { margin: 7px 0 3px; font-size: 10pt; color: rgb(196,196,196); font-weight: bold; }
#info h2 { margin: 6px 0 3px; font-size: 9pt; color: rgb(196,196,196); font-weight: bold; }
#info h3 {
margin: 5px 0 3px 0;
font-size: 8pt;
font-style: normal;
color: rgb(196,196,196);
}
#info p {
margin: 0px 0 3px 1em;
}
#info form {
display: inline;
text-align: right;
}
#copyright {
float: left;
height: 20px;
width: 490px;
margin-left: 30px;
color: rgb(180,180,160);
font-size: 10pt;
text-align: center;
}
#gPriceTable { 
display: table;
width: 218px; 
background-color: rgb(24,24,24);
border-collapse: collapse;
border-style: solid;
border-color: rgb(48,48,48);
border-width: 2px;
} 
#gPriceTable td.priceItem {
display: table-cell;
position: relative;
text-align: left;
}
#gPriceTable td.pricePrice {
display: table-cell;
position: relative;
text-align: center;
}
#gPriceTable td.priceButton {
display: table-cell;
position: relative;
text-align: right;
}

