.slide-holder{
    margin: 0 auto;
    width: 100% !important;
    margin-top: 15px;
	overflow: hidden;
}
.slide-stage{
	width:1000px !important;
}
.slide-container { /*slide-container là khối bao mà slide-stage có thể "trượt" bên trong */
height: 170px;
width: 100%;
overflow: hidden;
position:relative;
border-bottom: 1px solid #ccc;
padding-bottom: 13px;
margin-bottom: 10px;
}
.slide-stage{
position: absolute;
}
.slide-image { /*Độ rộng của .slide-image có thể được thay đổi theo nhu cầu, ảnh hưởng đến độ rộng chung của slideshow*/
float:left;
width:155px;
height:140px;
text-align: center;
margin-right:10px;
list-style:none;
}
.slide-container .slide-image:nth-child(4n+4){
	margin-right:0px;
}
.slide-image img{
width:100%;
height:100%;
margin:0 auto;
}
.slide-image p {
    font-size: 13px;
    font-weight: bold;
    margin-top: 6px;
}
.slide-holder h3 {
       display: inline-block;
    font-size: 14px;
    font-family: tahoma;
    line-height: 27px;
	font-weight:bold;
}
.slide-pager{
/*position:relative;*/
    display: inline-block;
    border-bottom: 1px solid #ccc;
    width: 100%;
    margin-bottom: 10px;
}

.slide-control-prev {
/*position: absolute;*/
text-align: center;
width: 25px;
height: 25px;
background: orange;
/*line-height: 60px;*/
color: #fff;
cursor: pointer;
/*top: 35px;
left: -30px;*/
float:right;
}
.slide-control-next{
/* position: absolute;*/
text-align: center;
width: 25px;
height: 25px;
background: orange;
/*line-height: 60px;*/
color: #fff;
cursor: pointer;
/*right: -30px;
top: 35px;*/
float:right;
margin: 0 0 10px 10px;
}