.mini-slider{position:relative;}
.ms-content{clear:both;position:relative;overflow:hidden;}
.ms-content img{width:100%;height:auto;}
.ms-content .item{position:absolute;margin-bottom:-3px;top:0;width:100%;height:auto;}
.ms-link{display:block;position:absolute;top:0;left:0;width:100%;height:100%;}
.ms-title{position:absolute;bottom:0;font-size:14px;padding:20px 10px;color:#fff;background:url('./images/bk-title.png') 0 0 repeat;width:100%;}
.ms-title h2 {font-size:18px;margin:0 0 10px;}

.ms-bullets {position:absolute;text-align:center;left:10px;top:10px;z-index:50;}
.ms-bullets a {display:inline-block;text-indent:-9999px;outline:none;margin-left:10px;width:8px;height:8px;background:url('./images/bullets.png') no-repeat;}
.ms-bullets a:hover {background-position:0 -8px;}
.ms-bullets .active {background-position:0 -16px !important;}

.ms-arrows a {display:block;text-indent:-9999px;outline:none;z-index:50;background-image:url('./images/arrows.png');width:42px;height:42px;position:absolute;top:50%;margin-top:-34px;transition: none;}
.ms-arrows .prev {background-position:0 0;left:15px;}
.ms-arrows .prev:hover {background-position:0 -44px;}
.ms-arrows .next {background-position:-44px 0;right:15px;}
.ms-arrows .next:hover {background-position:-44px -44px;}