﻿/*--------- slider_1 ---------*/
#slide { position:relative; overflow:hidden;  border-radius:12px; background:#ebebec; 
width:300px; height: 200px;margin :20px auto 0 auto; padding:4px; z-index:2;}

.slider { width:300px; height:206px; margin:0 auto; position:relative; z-index:2; }
.items { display:none;}

.pagination { position:absolute; bottom:0px; left:0px; display:inline-block; 
background:url('images/pagination-bg.png') 0 0; 
width:300px; padding:5px 0 14px 10px; border-radius:0 0 8px 8px; z-index:999 !important; }

.pagination li {float:left;	margin-right:1px;}
.pagination a { display:block; width:13px; height:10px; background:url('images/pagination_1.png')
 no-repeat right 0;
}
.pagination li.current a, .pagination li:hover a { background-position: 0 0;}

.prev {}
.prev:hover {}
.next {}
.next:hover {}

.banner{ z-index:1000 !important; position:absolute; top:180px; color:#fbebc4; 
right:0px;text-align:right; font-family: 'Arial'; font-size:15px; 
line-height:20px; color:#000000; width:186px; margin-right:10px;}
