/*--------- slider ---------*/
#slide {width:723px;overflow:hidden; z-index:1;float:left;margin-left:3px;border-radius:8px 0 0 8px;}

.slider {position: relative; z-index:1;width:723px; height:458px;}

.items {display:none;}

.banner{width:723px; z-index:15; text-align:left; height: 139px;line-height: 18px; color:#848282 ; 
font-size: 12px;font-family: Arial, Helvetica, sans-serif;
position:relative;top:-139px;left: 0px;}

.slider-bg{position:absolute;width:723px;height: 139px; z-index:-1;}
           
.banner-bg{position:absolute;width:723px;height: 139px;top:319px;left: 0px;display:block; z-index:16;
background: url(../images/bg_pagination.png) 0 0 repeat; border-radius:0 0 0 8px;}

.banner>span{display:block;font-size:17px;color:#009193;line-height:21px;text-transform:uppercase;padding:19px 0 0 28px;}
.banner strong{display:block;font-size:25px;color:#ffffff;font-weight:normal;line-height:30px;margin:4px 0 0 28px;}
.banner p{width:510px;float:left;color:#848282;font-size:12px;line-height:18px;margin:3px 0 0 29px;}
.banner .button-banner{display:inline-block;float:right;color:#fff;font-weight:bold;padding:8px 12px 7px 13px;border-radius:3px;font-size:12px;line-height:15px;
margin:9px 30px 0 0;
background: #005152; /* Old browsers */
background: -moz-linear-gradient(top,  #005152 0%, #009193 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#005152), color-stop(100%,#009193)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #005152 0%,#009193 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #005152 0%,#009193 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #005152 0%,#009193 100%); /* IE10+ */
background: linear-gradient(to bottom,  #005152 0%,#009193 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005152', endColorstr='#009193',GradientType=0 ); /* IE6-9 */
}
.banner .button-banner span{background: url(../images/arrow-but-ban.png) 0 0 no-repeat;width:4px;height:7px;display:inline-block;margin:4px 0 0 5px;}
.banner .button-banner:hover{
background: #477677; /* Old browsers */
background: -moz-linear-gradient(top,  #477677 0%, #002e2e 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#477677), color-stop(100%,#002e2e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #477677 0%,#002e2e 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #477677 0%,#002e2e 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #477677 0%,#002e2e 100%); /* IE10+ */
background: linear-gradient(to bottom,  #477677 0%,#002e2e 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#477677', endColorstr='#002e2e',GradientType=0 ); /* IE6-9 */
}


.pagination {position:absolute; bottom:139px;left:30px; z-index:1000; background: url(../images/bg-pagination-1.png) 0 0 repeat;width:86px; height:17px;padding:10px 0 0 13px; border-radius:2px 2px 0 0;overflow:hidden;}
.pagination li {float:left;	margin: 0 10px 0 0;display:inline-block; width:10px;height:10px;}
.pagination a {display:block; width:10px; height:10px; background: url(../images/pagination.png) right 0 no-repeat;}
.pagination li.current a, .pagination li:hover a{background: url(../images/pagination.png) left 0 no-repeat;}

/*.prev{background: ; width: px; height: px; position:absolute; top:244px; right:342px; z-index:1000; display:block;}
.prev:hover {background-position:0 0;}
.next {background: ; width: px; height: px; position:absolute; top:266px; right:296px; z-index:1000; display:block;}
.next:hover {background-position:right 0;}
*/


