
h2.exhibition_title {
    color:#e31818;
    margin-bottom:15px;
}

#current_exhibition_summary {
    margin-top: 20px;
    margin-bottom: 20px;
    clear: both;
    border-top: solid 1px #ffffff;
}

#current_exhibition_list {
    float: left;
    background-color: #e5af51;
    width: 190px;
    padding: 20px 0;
    color:#ffffff;
}

.exhibition_listing {
    margin: 0 10px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: solid 1px #fff;
    width: 170px;
}

#current_exhibition_list ol,
#current_exhibition_list ul {
    margin: 0;
    padding: 0;
    display: block;
    list-style: none;
}

#current_exhibition_list li {
    display: inline;
}

#current_exhibition_list li a {
    display: block;
    color:#ffffff;
    padding-left: 15px;
}


#current_exhibition_item {
    background-color: #f3f1ef;
    float: left;
    width: 800px;
}

#current_exhibition_item_content {
    margin-left: 40px;
    float: left;
    width: 540px;
}

#current_exhibition_item_content h2 {
    margin-top: 20px;
}

#current_exhibition_item_image,
.exhibition_item_image {
    float: right;
    width: 200px;
    overflow: hidden;
    text-align: right;
}

#current_exhibition_item_image img {
    float: right;
    display: inline;
}

.exhibition_item {
    margin-left:55px;
    margin-right:55px;
    margin-top:20px;
    border-bottom:solid 1px #b6a89d;
    padding-bottom:20px;
}

.exhibition_item_content {
    float:left;
    width:670px;
}

.exhibition_item_content h2 a {
    color:#e5ae51;
}

#exhibition_header {
    margin-bottom:20px;
    margin-left:55px;
    margin-right:55px;
    margin-top:20px;
}

#exhibition_header_content {
    float:left;
    width:500px;
}

#exhibition_header_painting {
    float:right;
    width:345px;
    overflow:hidden;
}

#exhibition_content {
    margin-left:55px;
    margin-right:55px;
}

#exhibition_gallery {
    float:left;
    width:500px;
}

#exhibition_gallery li {
    float:left;
    /*margin-right:15px;
    margin-bottom:15px;*/
    margin-right:30px;
    margin-bottom:0px;
    height:160px;
    list-style:none;
}

.exhibition_painting_container {
    width:100px;
    height:100px;
    overflow:hidden;
    background-color:#9d8b7c;
}

.exhibition_painting {
    width:140px;
    height:140px;
    margin-bottom:5px;
}

#exhibition_flv {
    margin-top:10px;
    width:345px;
    height:270px;
}

#exhibition_video {
    float:right;
}

#painting_header {
    margin:25px 55px;
}

#painting_details {
    margin-left:55px;
    margin-right:55px;
}

#gallery_back_bttn {
    margin-left:55px;
    margin-top:20px;
}