@charset "utf-8";
/* CSS Document */

#slider {
	width:960px;
	height:333px;
	margin:auto;
	float:left;
	margin-left: 0px;
	position: relative;
}

#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider, #slider li{ 
	width:960px;
	height:333px;
	overflow:hidden; 
	}
span#prevBtn{}
span#nextBtn{}

/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{
	margin-top:0em;
}
	#slider li, #slider2 li{
	/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:960px;
	height:333px;
	overflow:hidden;
		}	
		
	/* numeric controls */	

	ol#controls{
	padding:0;
	height:25px;
		}
	ol#controls li{
	margin:10px 6px 0 0;
	padding:0;
	float:left;
	list-style:none;
	height:20px;
	line-height:28px;
	font-size: 10px;
		}
	ol#controls li a{
	float:left;
	height:25px;
	line-height:28px;
	border:1px solid #ccc;
	color:#87A92A;
	padding:0 8px;
	text-decoration:none;
	background-color: #F8F8F8;
		}
	ol#controls li.current a{
	color:#fff;
	background-color: #87A92A;
		}

.txt_slider {
	width:895px;
	height:80px;
	font-family: 'Caribbean';
	font-size:40px;
	float:left;
	position:relative;
	margin-top:-88px;
	color:#FDCB0B;
	padding-left:20px;
	/* Fallback for web browsers that don't support RGBa */
	background-color: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
	background-color: rgba(0, 0, 0, 0.6);










	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	text-align: left;
	padding-top: 20px;
	}
