/*--------- slider ---------*/
#slide { position:relative; width:980px; height:280px; margin:0 auto; padding:0px 0px 0 0px; z-index:100; background:#000; overflow:hidden;}
.slider { width:980px; height:290px; margin:0 auto; position:relative; z-index:2; overflow:visible !important; }
.items { display:none;}

.pagination {position:absolute; bottom:0; left:392px; background:url(../images/pags.png) 0 0 no-repeat; width:193px; height:51px; z-index:112;}
.pagination li {display:none;}
.pagination a { }
.pagination li.current a, .pagination li:hover a {}

.prev {position:absolute; bottom:2px; left:450px; z-index:111; display:inline-block; width:33px; height:33px; background:url(../images/prev.png) 0 0 no-repeat;}
.prev:hover {background-position:0 bottom;}
.next {position:absolute; bottom:2px; right:452px; z-index:111; display:inline-block; width:33px; height:33px; background:url(../images/next.png) 0 0 no-repeat;}
.next:hover {background-position:0 bottom;}
header {width:990px; margin:0px auto; z-index:101; position:relative; margin-top:10px;}
.main {background:#04abcd; padding:4px; box-shadow:0 0 3px 1px #cbcccc; position:relative; } 

