div.warp{position: relative;overflow: hidden;height: 327px;width: 100%;background: #202020;}
div.slider{z-index: 10;position: absolute;width: 100%;height: 100%;overflow: hidden;background-position: top left;background-repeat: no-repeat;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: 100%;}
div.slider a.url{display:block; width: 100%; height: 100%;}

	div.warp a.sl_but{position: absolute;/* display: none; */background: url('images/arrows.png') no-repeat;z-index: 999;top: 50%;width: 73px;height: 73px;margin-top: -36px;}
		div.warp a.sl_but.l{left: 0px; background-position: top left;}
		div.warp a.sl_but.l:hover{background-position: bottom left;}
		div.warp a.sl_but.r{right: 0px; background-position: top right;}
		div.warp a.sl_but.r:hover{background-position: bottom right;}
div.slider_text{position: absolute;top:0px;right:0px;max-width: 600px;background: url("images/black_pix.png");padding: 20px 80px;font-size: 30px;color: #fff;}
div.slider_text p{color:#fff; font-size:30px; text-transform:uppercase; font-weight:700; line-height:1.2; text-shadow:1px 1px 1px #000; margin-bottom: 0;}

ul.info_holder{position: absolute;margin:0 auto;bottom: 24px;z-index: 30;left: 50%;list-style-type: none;background: url("images/black_pix.png");left:50%;margin-left:-50px;}
ul.info_holder li{cursor: pointer;}
ul.info_holder li{width: 22px;height: 26px;float: left;/* margin: 0px 3px; */transition: 0.5s;}
ul.info_holder li.normal{background: url("/images/normal.png") no-repeat center center;}
ul.info_holder li.active{background: url("/images/active.png") no-repeat center center;}