/*--------- slider ---------*/
#slide {width:951px;  height:446px; position:relative; overflow:hidden; z-index:2; margin:0 auto; background:#131313; margin-top:25px;
border-radius:6px;}

.slider {width:894px; height:374px; position:relative; z-index:2;margin:36px 0 0 29px;}
.items {display:none;}

.banner{width:894px;position:absolute;top:361px; z-index:15; text-align:left; height:49px;left:29px;
font-size:18px;line-height:18px;font-family: Arial, Helvetica, sans-serif; background: url(../images/bg-banner.png) 0 0 repeat; font-style: italic;}
.banner a{display: inline-block; background: url(../images/arrow.png) left 0 no-repeat; margin:15px 0 0 19px; padding-left:35px; color:#fcfbfb;}
.banner a:hover{color:#f8ca12;}
.banner span{display: inline-block;}


/*.pagination {position:absolute; bottom:-32px; z-index:1000; background: url(../images/bg_pagination.png) 0 0 no-repeat;width:500px; height:62px;padding:38px 0 0 440px;}
.pagination li {float:left;	margin: 0 4px 0 2px;}
.pagination a {display:block; width:14px; height:14px; background: url(../images/pagination.png) 0 bottom no-repeat;}
.pagination li.current a, .pagination li:hover a{background: url(../images/pagination.png) 0 0 no-repeat;}

.prev{background:url(../images/prew_arrow.png) 0 0 no-repeat; width:55px; height:106px; position:absolute; top:300px; left:50px; z-index:1000; display:block;}
.prev:hover {background:url(../images/prew_arrow.png) 0 bottom no-repeat;}
.next {background: url(../images/next_arrow.png) 0 0 no-repeat; width:55px; height:106px; position:absolute; top:300px; right:50px; z-index:1000; display:block;}
.next:hover {background: url(../images/next_arrow.png) 0 bottom no-repeat;}
*/


