.pics1, .pics2, .pics3 {  float:left; padding-right:18px; position: relative; width: 210px; height: 230px; }

.pics4 { float: left; padding-right: 4px; position: relative; width: 210px; height: 230px; }

.pics img { }
.image-box { width: 188px }
.float-right {
    float: right;
    padding-right: 4px;
}
.image-wrapper {
    background: none repeat scroll 0 0 #F9F9F9;
    border: 1px solid #5a5a5a;
    display: block;
    margin-left: 0px;
    padding: 10px;
    -moz-border-radius: 0.4em;
    -webkit-border-radius: 0.4em;
	height:200px; overflow:hidden;
}
.image-title {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 5px;
    width: 188px;
    line-height: 1em;
	height:43px; overflow:hidden;
}
.image-title a {
    text-decoration: none;
    color: #333;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
}
.image-price {
    text-align: center;
    padding-bottom: 5px;
}
.image-price a {
    text-decoration: none;
    color: #6D3B12;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
}
.picsWrap {
    background: #eee;
    width: 188px;
    border: 1px solid #ddd;
}
img { border-bottom: 0px solid #fff }
.picsWrap p {
    padding: 10px;
    margin: 0;
}
/* new clearfix */
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
* html .clearfix { zoom: 1 } /* IE6 */
*:first-child+html .clearfix { zoom: 1 } /* IE7 */

