/*Slider*/
#slide {
	width: 960px;
	height: 500px;
	position: relative;
	z-index: 999;
	top: 0px;
}
.slider {
	width: 960px;
	height: 500px;
	position: relative;
	z-index: 2;
	background-image: url(../images/shadow.png);
}
.items { display:none;}

.pagination { display:none;}

.banner{
	bottom: 0px;
	left: 0;
	z-index: 111;
	width: 960px;
	background: url(../images_slider/banner.png) 0 0 repeat;
	overflow: hidden;
	height: 36px;
	position: absolute;
}
.banner p {padding:16px 20px 18px 18px;}
.banner strong {
	font-family: font-family
: 'Alex Brush', cursive;;
	display:block;
	font-size:26px;
	line-height:18px;
	color:#333;
	margin-bottom:5px;
	font-family: 'Alex Brush', cursive;
	font-weight: 100;
} 
.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;
}
