/*Slider*/
#slide {
	width: 965px;
	height: 272px;
	position: relative;
	z-index: 999;
	top: 120px;
}
.slider {
	width: 965px;
	height: 272px;
	position: relative;
	z-index: 2;
}
.items { display:none;}

.pagination { display:none;}

.banner{
	position: absolute;
	bottom: 0px;
	left: 0;
	z-index: 111;
	width: 965px;
	background: url(../images_slider/banner.png) 0 0 repeat;
	overflow: hidden;
	height: 60px;
}
.banner p {padding:16px 20px 18px 18px;}
.banner strong {font-family: 'Orbitron', sans-serif; display:block; font-size:14px; line-height:18px; color:#fff; font-weight:bold; margin-bottom:5px; } 
.banner a {
	display: inline-block;
	font-size: 10px;
	line-height: 12px;
	color: #FFFFFF;
	font-weight: normal;
	background: url(../images/marker.gif) right 3px no-repeat;
	padding-right: 7px;
}
.banner a:hover {
	color: #CCC;
}
