/*--------- slider ---------*/
#slider { width:100%; height:400px; position:relative; padding-bottom:10px; overflow:hidden; }
.slider-block {width:1066px; position:absolute; left:50%; margin-left:-533px;}
.slider { width:960px; height:350px; margin:0 auto; box-shadow: 0px 0px 0px #000; box-shadow:0px 0px 10px #000; border-bottom: 0px solid #000;}
.items { display:none;}

.pagination { display:none;}

.banner {opacity:1; background:url(../images/HomeRightPic1.jpg); color : white;/*background:url(../images/banner.png) 0  0  repeat;*/ position:absolute; z-index:100; top:0px; left:690px; width:270px; height:350px; font-size:11px; line-height:22px; color:#000; font-family:Arial, Helvetica, sans-serif; }
.banner>div {padding: 120px 30px 0px 40px;  }
.banner span { text-shadow:#444 0 0 1px; display:block; font-size:25px; line-height:42px; /*color:#353535;*/ color: white;  font-family: Arial;}
.banner strong {display:block; font-size:20px; line-height:25px; /*color:#9f9fa6;*/ color: white;  font-family: 'Open Sans', sans-serif; margin-top:-3px;}
.banner p { letter-spacing:0.3px ; text-transform:none;  margin-top:18px; font-size: 13px; color:white;  font-family: 'Open Sans', sans-serif;}

.banner a {margin-top:10px; box-shadow: inset 0 0 10px #000; margin-left: 0px; background: #373737; border: 1px solid #fff; font-family: Arial; font-weight:none; }

.banner a:hover { -webkit-transition: all .5s ease-out;  -moz-transition: all .5s ease-out;
				transition: all .5s ease-out;	box-shadow:  0 0 10px #000;	cursor:pointer;		color: #A2A2A2; border: 1px solid #fff; font-family: Arial;}
.prev {position:absolute; top:125px; left:0px; background:url(../images/prev.gif) 0 0 no-repeat; width:23px; height:41px; z-index:111 !important; display:inline-block;}
.prev:hover {background-position:0 bottom;}
.next {position:absolute; top:125px; right:0px; background:url(../images/next.gif) 0 0 no-repeat; width:23px; height:41px; z-index:111 !important; display:inline-block;}
.next:hover {background-position:0 bottom;}