.big_pic {
    width: 78%;
    height:100%;
    float: left;
    position: relative;
    overflow: hidden;
}

.big_pic img {
    width: 100%;
    height: 100%;
}

.big_pic .desc {
    width: 100%;
    position: absolute;
    bottom: 0;
    display: none;
}

.big_pic .c_title {
    background: #442D29;
    line-height: 1.5em;
    padding: 10px;
}

.big_pic p {
    margin: 0;
}

.big_pic p a {
    color: #FFF;
}

.thumbnails {
    width: 20%;
    height:100%;
    float: left;
    margin-left: 1%;
}

.thumbnails ul {
	height:100%;
    list-style: none;
    margin: 0;
    padding: 0;
}

.thumbnails li {
	cursor: pointer;
    width: 95%;
    height:30%;
    padding-left: 8px;
    margin-top:6%;
    margin-bottom: 6%;
}

.thumbnails ul li.hover,
.thumbnails ul li.active {    
    background: url( carousel-small-bg.png) no-repeat left center;
}

.thumbnails ul li.hover img,
.thumbnails ul li.active img {
    border: 1px solid #cb0502;
    padding: 1px;
}

.thumbnails ul li a img {
    padding: 2px;
    width: 96%;
    height:100%;
}

.thumbnails ul li p {
    display: none;
}