#silder  { background-color: #184F7D; color:#fff; height:380px; }
#silder-controls {  background-color: #F4F4F4; border-bottom: 1px solid #dedede; height: 38px; }
.slide { width: 100%; -webkit-user-select: none; -moz-user-select: none; -ms-user-select:none;text-align: center;}
.slide-item {  text-align:center; overflow: hidden; position: absolute; top: 0;width:100%; /*margin-left:-960px; left:50%;*/ max-width:expression(body.width); }
.slide-item img { text-align: center; width: 100%;}
.slide-item a { display:inline-block;}

.slide-prev, .slide-next { position: absolute; bottom: 10px; width: 32px; height: 52px; cursor: pointer; background: url("images/arrows.png") no-repeat;}
.slide-prev { left: 9999em; top:100px; }
.slide-next { right: 9999em; top:100px; background-position: -32px 0px; }

.paging_box { position: absolute; z-index:3; margin:0 auto; display:block; text-align: center; height: 17px; line-height: 17px; bottom: 30px; width:100%;}
.slide-paging { font-size: 10px; height:17px; line-height: 17px; text-align:center;}
.slide-paging span { display: inline-block; width: 14px; height: 14px; margin-right: 16px; cursor: pointer; background:url("images/pn.png") no-repeat center top; }
.slide-paging span { -webkit-transition: background-color 0.3s; -moz-transition: background-color 0.3s; -ms-transition: background-color 0.3s; -o-transition: background-color 0.3s; transition: background-color 0.3s; }
.slide-paging .current {  background:url("images/pn.png") no-repeat center bottom; }
