.main_image {
    width: 230px;
    height: 170px;
    float: left;
    background: #333;
    position: relative;
    overflow: hidden;
    margin-left: 5px;
    color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}

.main_image h2 {
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 5px;
    padding: 10px;
}

.main_image p {
    font-size: 0.8em;
    margin: 0;
    line-height: 1em;
    padding: 10px;
}

.main_image .desc {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: none;
}

.main_image .block {
    width: 100%;
    background: #444;
}

.main_image a.show {
    background-position: left bottom;
}

.image_thumb {
    float: left;
    width: 50px;
    background: #f0f0f0;
}

.image_thumb ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.image_thumb ul li {
    margin: 0;
    float: left;
}

.image_thumb ul li.hover {
    color: red;
    background: #fff;
    cursor: pointer;
}

.image_thumb ul li.active {
    background: #fff;
    cursor: default;
}

html .image_thumb ul li h2 {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    text-decoration: none;
}

.image_thumb ul li .blockThumb {
    float: left;
    text-align: center;
    padding: 0;
    width: 50px;
	height: 42px;
}

.image_thumb ul li p {
    display: none;
}
