.slider {height:442px;margin-top:10px;}
.items {display:none}
.prev {position:absolute;top:191px;left:0;z-index:5;cursor:pointer;
	background-color: #444;
  	background-image: -webkit-gradient(linear, left top, left bottom, from(#444), to(#191919)); /* Saf4+, Chrome */
  	background-image: -webkit-linear-gradient(top, #444, #191919); /* Chrome 10+, Saf5.1+ */
  	background-image:    -moz-linear-gradient(top, #444, #191919); /* FF3.6 */
  	background-image:     -ms-linear-gradient(top, #444, #191919); /* IE10 */
  	background-image:      -o-linear-gradient(top, #444, #191919); /* Opera 11.10+ */
  	background-image:         linear-gradient(top, #444, #191919);
	-pie-background: linear-gradient(#444, #191919);
	-moz-border-radius:0 31px 31px 0;
	-webkit-border-radius:0 31px 31px 0;
	border-radius:0 31px 31px 0;
}
.next {position:absolute;top:191px;right:0;z-index:5;cursor:pointer;
	background-color: #444;
  	background-image: -webkit-gradient(linear, left top, left bottom, from(#444), to(#191919)); /* Saf4+, Chrome */
  	background-image: -webkit-linear-gradient(top, #444, #191919); /* Chrome 10+, Saf5.1+ */
  	background-image:    -moz-linear-gradient(top, #444, #191919); /* FF3.6 */
  	background-image:     -ms-linear-gradient(top, #444, #191919); /* IE10 */
  	background-image:      -o-linear-gradient(top, #444, #191919); /* Opera 11.10+ */
  	background-image:         linear-gradient(top, #444, #191919);
	-pie-background: linear-gradient(#444, #191919);
	-moz-border-radius:31px 0 0 31px;
	-webkit-border-radius:31px 0 0 31px;
	border-radius:31px 0 0 31px;
}
.prev:hover, .next:hover {
	background-color: #191919;
  	background-image: -webkit-gradient(linear, left top, left bottom, from(#191919), to(#444)); /* Saf4+, Chrome */
  	background-image: -webkit-linear-gradient(top, #191919, #444); /* Chrome 10+, Saf5.1+ */
  	background-image:    -moz-linear-gradient(top, #191919, #444); /* FF3.6 */
  	background-image:     -ms-linear-gradient(top, #191919, #444); /* IE10 */
  	background-image:      -o-linear-gradient(top, #191919, #444); /* Opera 11.10+ */
  	background-image:         linear-gradient(top, #191919, #444);
	-pie-background: linear-gradient(#191919, #444);
}
.prev span {background:url(../images/prev.gif) 35% 50% no-repeat;width:31px;height:62px;display:block;}
.next span {background:url(../images/next.gif) 65% 50% no-repeat;width:31px;height:62px;display:block;}