#home_comments_p{padding-left:0px;padding-right:0px;overflow: hidden;}
#home_comments li {list-style:none;text-align:left;}
.comment_box{display: inline-block;width: 100%;height: 218px;border-right: 1px solid #d2d2d2;vertical-align: top;overflow: hidden;}
.comment_left{width: 120px;display:inline-block;vertical-align: top;}
.comment_right{max-width: 400px;font-size: 12px;margin: 0px 10px 10px 10px;display:inline-block;}
.comment_image{display: block;width:120px;}
.comment_title{font-weight: bold;margin-bottom: 10px;font-size: 16px;}
.comment_content{margin-bottom: 10px;height: 90px;overflow: hidden;}
.comment_customer{font-weight: bold;font-size: 11px;}
.comment_date{font-size: 11px;}
.comment_stars{margin-left: 27px;margin-top: 3px;}
.star {background: url(img/star.gif) no-repeat scroll 0 0 transparent}
.star_on {background: url(img/star.gif) no-repeat scroll 0 -12px transparent}
.slides li{display: none;}
#content {width: 100%;background: #fff;}
.button_go{display: block;font-size: 12px;position: absolute;z-index: 999;top: 145px;right: 10px;opacity:0;-webkit-transition: all .2s ease;-moz-transition: all .2s ease;transition: all .2s ease;}
#home_comments_p:hover .button_go{opacity:1;}