div#home .text {
    width:290px;
    height:190px;
    position:absolute;
    top:140px;
    left:500px;
    text-align:center;
}
    div#home .text b {
        font-style:italic;
    }
    div#home .text b.em{
        font-size:14px;
        font-style:normal;
        font-weight:bold;
        color:#273633;
    }
div#comment .blurb {
    width:320px;
    margin:0 auto;
    font-size:12px;
    font-family:Arial, Helvetiva, sans-serif;
}
    div#comment .blurb strong {
        font-family:Georgia, "Times New Roman", Times, serif;
        font-size:14px;
        color:#167d6a;
    }
    div#comment .blurb em {
        font-weight:bold;
    }
div#comment .comments{
    width:440px;
    margin-right:65px;
    float:left;
    font:italic 12px/1.4 Arial, Helvetica, sans-serif;
}
    div#comment .comments h2{
        margin:3px 0;
        font:normal 16px Georgia, "Times New Roman", Times, serif;
    }
    div#comment .comments h2.title{
        text-transform:uppercase;
        border-bottom:#C0AE36 4px dotted;
        padding-bottom:3px;
    }
        div#comment .comments .item {
            background:transparent url(images/comment_line.gif) no-repeat top left;
            padding-top:10px;
            margin-bottom:20px;
        }
        div#comment .comments .item.first {
            background:none;
        }
        div#comment .comments .item .date{
            font:italic 12px Georgia, "Times New Roman", Times, serif;
        }
div#comment .info{
    width:410px;
    float:left;
}
div#comment .img {
    text-align:center;
    padding:25px 0;
}
div#home a.arrow {
    display:block;
    position:absolute;
    top:400px;
    left:150px;
}
a.arrow {
    background:transparent url(images/link_arrow.gif) right center no-repeat;
    font-size:16px;
    text-decoration:none;
    padding:3px 14px 3px 0;
}
.inline_image {
    padding-top:3px;
    padding-left:25px;
}
img.block {display:block;float:left;}
.section {
    padding:5px 10px 4px 20px;
    background:transparent url(images/lower_shadow.gif) top left repeat-x;
}
    .section h2 {
        font-size:16px;
        color:#C0AE36;
        text-transform:uppercase;
        margin:0;
        padding:3px 18px 3px 0;
    }
.section.a_info {
    font-size:14px;
    color:#C0AE36;
}
    .section.a_info img{
        float:right;
        display:block;
        padding:4px 0;
    }
    .section.a_info p{
        margin:0;
        float:left;
        padding:4px 0;
    }
.section.footer {
    color:#167D6A;
    font-size:11px;
    font-family:Arial, Helvetica, sans-serif;
    text-transform:uppercase;
    margin:0 0 10px;
}
    .section.footer a{
        text-transform:uppercase;
    }
.section.comment_link a.arrow{
    float:right;
}
.section.comment_link h2 {
    float:left;
}
div#preview {
    height:605px;
    padding-top:20px;
    overflow:hidden;
}
    div#preview #full_image {
        width:768px;
        height:605px;
        margin-right:10px;
        float:left;
        position:relative;
        z-index:300;
    }
    div#preview #full_image a{
        display:block;
        width:384px;
        height:605px;
        top:0;
        left:384px;
        position:absolute;
        z-index:2;
        outline:none;
        background:#fff;
        opacity: 0;
        -moz-opacity: 0;
        filter:alpha(opacity=0);
    }
    div#preview #full_image a#pBack{
        left:0;
    }
    div#preview #full_image #image {
        position:absolute;
        top:0;
        left:0;
        z-index:1;
    }
    div#preview #full_image.loading {
        background:transparent url(images/load.gif) center center no-repeat;
    }
    div#preview #thumbnails {
        background:transparent url(images/preview_title.gif) top center no-repeat;
        padding-top:30px;
        width:146px;
        float:left;
    }
        div#preview #thumbnails a.trigger {
            display:block;
            background:none;
            text-align:center;
        }
            div#preview #thumbnails a.trigger img{
                border:none;
            }
    div#preview #thumbnails .thumb {
        height:520px;
        overflow:hidden;
        height:516px;
        position:relative;
    }
        div#preview #thumbnails .thumb a {
            display:block;
            width:144px;
            height:119px;
            margin-bottom:10px;
            overflow:hidden;
            background: transparent url(images/preview_sprite.png) no-repeat;
            background-position:0 0;
            outline:none;
        }
        
            div#preview #thumbnails .thumb a#t1{background-position:0 0;}
            div#preview #thumbnails .thumb a#t1:hover, div#preview #thumbnails .thumb a#t1.hover{background-position:0 -119px;}
            div#preview #thumbnails .thumb a#t2{background-position:-144px 0;}
            div#preview #thumbnails .thumb a#t2:hover, div#preview #thumbnails .thumb a#t2.hover{background-position:-144px -119px;}
            div#preview #thumbnails .thumb a#t3{background-position:-288px 0;}
            div#preview #thumbnails .thumb a#t3:hover, div#preview #thumbnails .thumb a#t3.hover{background-position:-288px -119px;}
            div#preview #thumbnails .thumb a#t4{background-position:-432px 0;}
            div#preview #thumbnails .thumb a#t4:hover, div#preview #thumbnails .thumb a#t4.hover{background-position:-432px -119px;}
            div#preview #thumbnails .thumb a#t5{background-position:-576px 0;}
            div#preview #thumbnails .thumb a#t5:hover, div#preview #thumbnails .thumb a#t5.hover{background-position:-576px -119px;}
            div#preview #thumbnails .thumb a#t6{background-position:-720px 0;}
            div#preview #thumbnails .thumb a#t6:hover, div#preview #thumbnails .thumb a#t6.hover{background-position:-720px -119px;}
        
            div#preview #thumbnails .thumb #slider {
                position:absolute;
                top:0;
                left:0;
            }