.slide-holder{
margin:30px;
}
.slide-container { /*slide-container là khối bao mà slide-stage có thể "trượt" bên trong */
height: 90px;
width: 100%;
overflow: hidden;
position:relative;

}

.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:150px;
height:90px;
text-align: center;
}
.slide-image img{
width:90%;
margin:0 auto;
}
.slide-stage{
position: absolute;
width: 100%;
}
.slide-pager{
position:relative;
width:100%;
}
.slide-control-prev {
position: absolute;
text-align: center;
width: 30px;
height: 30px;
background:#FFF;
line-height: 30px;
color: #fff;
cursor: pointer;
top: 25px;
left: -30px;
}
.slide-control-next{
position: absolute;
text-align: center;
width: 30px;
height: 30px;
background:#FFF;
line-height: 30px;
color: #fff;
cursor: pointer;
right: -30px;
top: 25px;
}
#roundspnoibat {
/*-moz-border-radius: 7px;
-webkit-border-radius: 7px;*/
/*width:250px;
background:#eeeeee;
border:solid 1px #cccccc;
*/
/*border-bottom:solid 1px #DEDEDE;
border-right:solid 1px #DEDEDE;
border-left:solid 1px #DEDEDE;
border-bottom-right-radius:7px;
border-bottom-left-radius:7px;*/
border:solid 2px #F3EFEF;
/*border-radius: 100%;

border-radius-topright: 5px;
border-top-right-radius: 5px;
border-radius-topleft: 5px;
border-top-left-radius: 5px;*/
}