@charset "UTF-8";
/* CSS Document */


.art{line-height:0;margin-bottom:20px;clear:both;position:relative;
}
.art-item{background:#C2BDB5;display:block;height:200px;position:relative;cursor:pointer;
}
.art-item a{display:block;height:100%;cursor:pointer;
}
.art-item a:hover{color:#fff;
}
.art-item a:hover .overlay-text{background:#E6E3DD;
}
.art-item img{float:left;
}
.tease-item .overlay{margin-left:-4px;bottom:auto;top:10px;display:block;
}
.tease-bar,.gallery{border-top:1px solid #CFCABF;float:left;margin:0 0 20px 0;padding:10px 0 0 0;
}
.gallery li{float:left;padding-right:40px;margin-left:0;list-style:none;
}
.gallery li.last{padding-right:0;
}
.gallery .art-item{position:relative;float:left;display:block;cursor:pointer;background:#C2BDB5;width:200px;height:133px;
}
.gallery .art-item:hover{color:#fff;
}
.gallery .art-item:hover .overlay-text{color:#fff;background:#C2BDB5;
}
.gallery .art-item img{float:left;margin-bottom:0;
}
.gallery .overlay{position:absolute;width:100%;left:0;
}
.gallery .overlay-top{top:-14px;
}
.gallery .overlay-bottom{bottom:8px;
}
.gallery .overlay-text{background:#fff;color:#706255;padding:2px 10px 2px 10px;line-height:16px;font-size:.8em;font-weight:bold;line-height:22px;cursor:pointer;
}


