
.item {
margin-bottom:30px;
overflow:auto;
position:relative;
height:140px;
}

.item a.imagemask {
display:block;
width:150px;
height:100px;
overflow:hidden;
float:left;
margin-right:15px;
}

.item .title {
margin:0;
}

.item .subtitle {
margin:0;
}

.item p {
float:left;
width:400px;
}

.item .discover {
display:block;
position:absolute;
top:105px;
left:0px;
background:url(../images/gradient2.gif) bottom left;
color:#fff;
width:150px;
height:25px;
line-height:25px;
text-align:center;
}

.item .discover:hover {
background:#cc3;
color:#006;
}


#com_gallery ul {
list-style-type:none;
margin:0;
padding:0;
background:#eaeffa;
}



#com_gallery ul li {
border:6px solid #fff;
width:74px;
height:60px;
float:left;
overflow:hidden;
margin:5px;
padding:0px;
background:#fff;
}

#com_gallery ul li a img {
display:block;
}





