.closed {
    width: 30px !important;
}
#thumbs {
    margin:30px 60px 30px 30px;
    padding: 0;
    overflow:hidden;
    list-style-type:none;
}
.thumb {
width: 97px;
padding: 0px 30px 47px 0px;
display: block;
float: left;
height:140px;
}
.thumb .image_link {
    display: block;
    width: 97px;
    height: 178px;
    text-decoration: none;
    position: relative;
}
.thumb img,
.designer {
    display: block;
}

.thumb .designer {
    margin-top: 3px;
    line-height: 16px;
	font-weight:bold;
}

.cover {
    display: none;
    width: 97px;
    height: 130px;
    position: absolute;
    left: 0;
    top: 0;
    
    background: url("../imgs/zoom.png") 23px 39px no-repeat;
}
.image_link:hover .cover {
    display: block;
}
#showroom .cufon {
text-transform: uppercase;
color: #FFF;
font-size: 12px;
padding: 5px 0px 0px 0px;
margin: 0;
}

