.jcarousel-wrapper {
    margin: 20px auto;
    position: relative;
	/*
    border: 10px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 2px #999;
    -moz-box-shadow: 0 0 2px #999;
    box-shadow: 0 0 2px #999;*/
	
}

.jcarousel-wrapper2 {
  
    position: relative;
  
  
}
.jcarousel h4{ margin:0}
.jcarousel h4 a{ color:#7c7c7c; font-weight:bold}
.jcarousel h4 a:hover{ color:#e00024;  }
.jcarousel p{ margin:0; font-size:11px; line-height:14px;}

.fix_hoipro{ width:267px !important;}
.fix_hoipro img{ width:267px !important;}
/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
	height:115px;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
   
    padding: 0;
	margin:15px 0 0 10px;
}

.jcarousel li {
    width: 220px !important ;
    float: left;
   
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	margin-right:15px;
	height:75px !important;
	background-color:#FFF;
	 -moz-box-shadow: 0 0 5px #888;
-webkit-box-shadow: 0 0 5px #888;
box-shadow: 0 0 5px #888;
}
.box-hoipro{ width:208px; height:63px; border:1px solid #FFF; background:url(../images/bg_ssp.png); padding:5px }

.jcarousel img {
    display: block;
    width: 63px ;
    /*height: auto !important;*/
	height: 63px ;
	border: 1px solid #7c7c7c;
}
.jcarousel img:hover {
	border: 1px solid #e00024;
}


/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    text-align: center;
	font-size:0px

}

.jcarousel-control-prev {
    left: -20px;
	background:url(../images/p.png) no-repeat;
}

.jcarousel-control-next {
    right: -35px;
	background:url(../images/n.png) no-repeat;
}

/** Carousel Pagination **/

.jcarousel-pagination {
    position: absolute;
    bottom: -1px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
}

.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;

    font-size: 11px;
    height: 10px;
    width: 10px;
    line-height: 10px;

    background: #fff;
    color: #4E443C;
    border-radius: 10px;
    text-indent: -9999px;

    margin-right: 7px;


    -webkit-box-shadow: 0 0 2px #4E443C;
    -moz-box-shadow: 0 0 2px #4E443C;
    box-shadow: 0 0 2px #4E443C;
}

.jcarousel-pagination a.active {
    background: #4E443C;
    color: #fff;
    opacity: 1;

    -webkit-box-shadow: 0 0 2px #F0EFE7;
    -moz-box-shadow: 0 0 2px #F0EFE7;
    box-shadow: 0 0 2px #F0EFE7;
}
