.main_image {
    width: 680px;
    height: 240px;
    float: left;
    background: #333;
    position: relative;
    overflow: hidden; /*--Overflow hidden allows the description to toggle/tuck away as it slides down--*/
    color: #fff;
}
.main_image p {
    font-size: 12px;
    line-height: 1.6em;
    padding: 10px;
    padding-left:0;
    margin: 0;
    width: 160px;
}
.main_image .desc{
    font-size: 12px;
    position: absolute;
    bottom: 0;
    left: 0; /*--Stick the desc class to the bottom of our main image container--*/
    width: 250px;
    height: 100%;
    display: none; /*--Hide description by default, if js is enabled, we will show this--*/
}
.main_image .block{
    width: 85%;
    background: #111;
    border-top: 1px solid #000;
    height: 100%;
    padding-left: 30px;
    padding-top:18px;
}
.main_image .gold {
    margin: 10px 0 0 0x;
}
.main_image .block p:first-child{
    display:none;
}

.main_image  h2{
    margin-bottom:0;
}

.main_image a.collapse { /*--This is our hide/show tab--*/
    height: 27px;
    width: 93px;
    text-indent: -99999px;
    position: absolute;
    top: -27px;
    right: 20px;
}
.main_image a.show {
    background-position: left bottom;
}

.main_image .button{
    margin-top:10px;
    color:#000;
    font-weight:bold;
}

.image_thumb {
    float: left;
    width: 270px;
    margin-top: 16px;
}
.image_thumb img {
    border: 1px solid #ccc;
    float: left;
}
.image_thumb ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.image_thumb ul li{
    margin: 0;
    width: 270px;
    float: left;
    padding: 9px;
    background: url('../images/content/icons/ico-homepage-header.png') no-repeat right 0;
    border-bottom: 1px solid #45494D;
    text-indent: 15px;
}

.image_thumb ul li.win{
    background-position: 218px -39px;
}
.image_thumb ul li.win.active{
    background-position: 218px 2px;
}
.image_thumb ul li.buy{
    background-position: 218px -120px;
}
.image_thumb ul li.buy.active{
    background-position: 218px -82px;
}
.image_thumb ul li.bid{
    background-position: 218px -202px;
}
.image_thumb ul li.bid.active{
    background-position: 218px -161px;
}
.image_thumb ul li a {
    font-size: 15px;
    color: #7C7A7B;
    text-decoration: none;
}
.image_thumb ul li.hover { /*--Hover State--*/
    background-color: #d3b447;
    cursor: pointer;
    color: #000000;
}
.image_thumb ul li.active { /*--Active State--*/
    background-color: #d3b447;
    cursor: default;
    color: #000000;
}
.image_thumb ul li.active a {
    color: #000;
}
.image_thumb ul li .block {
    float: left;
    margin-left: 10px;
    padding: 0;
    width: 170px;
}
.reset-ol {
    margin: -12px 0 0 0;
    padding: 0;
    line-height:10px;
}
.image_thumb ul li .block h2,
.image_thumb ul li .block ol,
.image_thumb ul li .block a{
    display: none;
}
.image_thumb ul li p{
    display: none;
}/*--Hide the description on the list items--*/