/*--------- slider ---------*/
#slide { position:relative; width:1264px; height:635px; margin:0 auto; padding:0px 0px 0 0px; z-index:2; background:#000; overflow:hidden;}
.slider { width:1264px; height:635px; margin:0 auto; position:relative; z-index:2; overflow:visible !important; }
.items { display:none;}

.pagination { display:none;}
.pagination li {}
.pagination a { }
.pagination li.current a, .pagination li:hover a {}

.prev {
	position: absolute;
	top: 565px;
	left: 90px;
	z-index: 111;
	display: inline-block;
	width: 22px;
	height: 43px;
	background: url(../images/prev.gif) 0 0 no-repeat;
}
.prev:hover {background-position:0 bottom;}
.next {
	position: absolute;
	top: 565px;
	right: 90px;
	z-index: 111;
	display: inline-block;
	width: 22px;
	height: 43px;
	background: url(../images/next.gif) 0 0 no-repeat;
}
.next:hover {background-position:0 bottom;}

.banner{ position:absolute; left:162px; top:535px; width:940px; height:540px; overflow:hidden; padding:10px 0 0px 0;}
.banner p  {font-family: 'Handlee', cursive; font-size:23px; line-height:63px; color:#fff; font-weight:thinner; letter-spacing:0px; display:block; margin-top:10px; width:690px; float:left;}
.banner p span {font-family: 'Handlee', cursive; font-size:23px; line-height:32px; color:#fff; font-weight:thinner; letter-spacing:0px; display:block; margin-top:5px; width:700px; float:left;}
.banner p strong {font-family: 'Handlee', cursive; font-size:40px; line-height:45px; color:#fff; font-weight:normal; letter-spacing:0px; display:block; margin-top:1px;}
.banner a {background:#ba9226; color:#fff; font-size:24px; line-height:32px; padding:11px 24px 21px 24px; display:inline-block; float:right; margin-top:18px;}
.banner a:hover {background:#636f6f; }
.banner r  {width:240px; float:right;}
.banner r span {font-family: 'Handlee', cursive; font-size:28px; line-height:85px; color:#ba9226; font-weight:thinner; letter-spacing:0px; display:block;}
