	.whitebg {
    background: #fff none repeat scroll 0 0;
    padding-bottom: 40px;
}
.cont {
    margin: 0 auto;
    position: relative;
    width: 1160px;
}

.objcont {
    display: block;
    float: left;
    /*width: 275px;*/
	width: 290px;
}

a {
    color: #262626;    
    /*text-decoration: underline;*/
}


.objcont .imgblk {
    height: 191px;
    overflow: hidden;
    width: 275px;
}

.objcont img {
    height: 191px;
    transition: all 0.5s ease 0s;
    width: 275px;
}
img {
    border: medium none;
}

.objcont .info {
    background: #fff none repeat scroll 0 0;
    border-left: 1px solid #f2f2f2;
    padding: 10px;
	margin-top: 7px;
}

.objcont .info .leftside {
    color: #6a6a6a;
    float: left;
    line-height: 18px;
    margin: 0;
    width: 167px;
}

.objcont .info .rightside {
    float: right;
    line-height: 18px;
    margin: 0;
    text-align: right;
    width: 87px;
}


.clearer {
    clear: both;
    font-size: 1px;
    height: 1px;
}
p {
    
    text-align: left;
}