#silder  { background-color: #184F7D; color:#fff; height:218px;}
#silder-controls {  background-color: #F4F4F4; border-bottom: 1px solid #dedede; height: 38px; }
.slide { width: 738px; height: 218px; overflow: hidden; position: relative; -webkit-user-select: none; -moz-user-select: none; -ms-user-select:none; }
.slide-item { width: 738px; height: 218px; overflow: hidden; position: absolute; top: 0; left: 0; }

.slide-prev { position: absolute; width: 50px; height: 70px; cursor: pointer; background: url("images/white_new.png") no-repeat 0px 0px; }
.slide-next { position: absolute; width: 50px; height: 70px; cursor: pointer; background: url("images/white_new.png") no-repeat -50px 0; }

.slide-prev, .slide-next { -webkit-transition: opacity 1s; -moz-transition: opacity 1s; -ms-transition: opacity 1s; -o-transition: opacity 1s; transition: opacity 1s; }
.slide-prev { left: 0px; top:140px; }
.slide-next { right: 0px; top:140px; }
.slide-item:hover .slide-prev { }
.slide-item:hover .slide-next { }
.slide-paging { font-size: 10px; height: 12px; line-height: 12px; position: absolute; bottom: 13px; right: 10px; }
.slide-paging span { display: inline-block; width: 12px; height: 12px; margin-right: 10px; cursor: pointer; background:url("images/btn_nav_off.png") no-repeat center center; }
.slide-paging span { -webkit-transition: background-color 1s; -moz-transition: background-color 1s; -ms-transition: background-color 1s; -o-transition: background-color 1s; transition: background-color 1s; }
.slide-paging .current {  background:url("images/btn_nav_on.png") no-repeat center center; }