.rps_vertical {
    width: 100%;
}
.rps_vertical .relate_title {
    font-size: 18px;
    font-weight: normal;
    color: #00923f;
    font-family: "MyriadPro-Semibold";
    background: url('../images/tab_bg.png') no-repeat bottom;
    padding: 0px 0px 10px;
    text-transform: uppercase;
}
div.rps_vertical_content{
    float: left;
    overflow: hidden;
    width: 100%;
}
div.rps_vertical_content div.gallerys {
    float: left;
    background: #FFFFFF;
    margin-right: 17px;
    margin-top: 12px;

}
div.rps_vertical_content div.gallerys div.frame_img {
    padding: 10px 10px 0px 10px;
}
.detail-wrap {
    line-height: 36px;
    background: #00923F;
}
.detail-wrap a {
    display: block;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
    padding-left: 80px;
    background: url('../images/icon-detail.png') no-repeat 53px 9px;
}
.rps_vertical .crsl-nav .next {
    background: url("../images/icon_next.png") no-repeat scroll 0 0;
    height: 21px;
    opacity: 0.7;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-decoration: none;
    text-indent: -9999px;
    top: 0;
    width: 20px;
    z-index: 3;
}
.content-wrap {
}
.rps_wap{
    width: 105%;
}
.content-wrap span {
    margin: 10px;
    font-size: 14px;
    display: block;
    height: 40px;
    overflow: hidden;
    color: #454545;
}
.rps_vertical_content .gallerys h3{
    padding: 0px 10px;
    line-height: 40px;
    border-bottom: 1px solid #EDEDED;
    max-height: 41px;
    overflow: hidden;
}
.rps_vertical_content .gallerys h3 a {
    color: #111111;
    font-size: 13px;
    font-weight: bold;
}
.rps_vertical .inner_item {
    border-radius: 6px;
    margin: 0 2px;
    padding: 4px;
}

.rps_vertical .inner_item  .item_inner_bg {
    border-radius: 6px;
    padding: 0 12px;
    position: relative;
}

.rps_vertical .inner_item .frame_image_menu {
    bottom: 22px;
    left: -4px;
    position: absolute;
    width: 35%;
}
.rps_vertical .inner_item .frame_img {
  position: relative;
   text-align: center
}

.rps_vertical .inner_item .frame_img .img_manu {
    bottom: 0;
    left: 3px;
    max-width: 56px !important;
    position: absolute;
}

.rps_vertical .inner_item .name {
    height: 32px;
    overflow: hidden;
}
@media only screen and (min-width:768px){
    div.rps_vertical_content div.gallerys {
        width: 178px;
    }
}
@media only screen and (min-width:992px){
    div.rps_vertical_content div.gallerys {
        width: 160px;
    }
}

@media only screen and (min-width:1200px){
    div.rps_vertical_content div.gallerys {
        width: 204px;
    }
}

@media only screen and (max-width: 768px){
    div.rps_vertical_content div.gallerys {
        width: 45%;
    }
}
@media only screen and (max-width: 420px){
    div.rps_vertical_content div.gallerys {
        width: 100%;
    }
}