/***** Slider BEGIN ***************/

#intro-home {
	clear:both;
	width:900px;
	height:282px;
	background-image: url(/images/slider/bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	position:relative;
	overflow:visible;
	margin:0 auto;
}

#intro-home a#prev {
	width:32px;
	height:63px;
	background-image:url(/images/slider/arrow-left.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	display:block;
	position:absolute;
	left:-32px;
	top:102px;
	text-indent:-9999px;
}
#intro-home a#next {
	width:32px;
	height:63px;
	background-image:url(/images/slider/arrow-right.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	display:block;
	position:absolute;
	right:-32px;
	top:102px;
	text-indent:-9999px;
}
#intro-home a#prev:hover, #intro-home a#next:hover {
	background-position:left top;
}

#intro-home #slider {
	width:900px;
	height:282px;
	overflow:hidden;
	display:block;
	margin:0 auto;
	background-image: url(/images/slider/slide-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#intro-home .item {
	width:900px;
	height:282px;
	display:block;
	margin:0 auto;
	background-image: url(/images/slider/slide-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#intro-home .item .left {
	float:left;
	width:430px;
	padding:40px 0 0 50px;
}
#intro-home .item .left h2 {
	font-size:160%;
	line-height:140%;
}
#intro-home .item .left p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:110%;
	line-height:140%;
	color:#333;
	padding:15px 0 0 0;
}

#intro-home a.learn_more {
	background-image:url(/images/btn/learn-more.gif);
	background-position:center top;
	background-repeat:no-repeat;
	text-indent:-9999px;
	display:block;
	width:120px;
	height:27px;
	position:absolute;
	left:50px;
	top:190px;
	overflow:hidden;
}
#intro-home a.learn_more:hover {
	background-position:center bottom;
}

#intro-home .item img {
	position:absolute;
	left:525px;
	top:50px;
}

