@charset "utf-8";
/* CSS Document */
/* // Easy Slider */


#slidercontainer
{
position:relative;
width:950px;
 
}

#slider2 h1, #slider2 p, #slider2 h2
{
color:#FFFFFF;
 
margin:0 100px;
}



#slider2 h1
{
font-size: 2em;
margin:0;
padding:0;
}

#slider2 p
{
 
margin-top:0.8em;
margin-bottom:0.8em;
padding:0;
text-align:left;
}
.slideritem
{
position:relative;
text-align:center;
}

#slider2
{
 
width: 900px;
margin: auto;
 

}
#slider2 ul, #slider2 li{
	margin:0;
	padding:0;
	list-style:none;
	
	
	 
	}

	
	#slider2 li{
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:900px;
	height:650px;
	overflow:hidden;
	background-color:#2F2F2F;
	}
	#slider2 img
	{
	 
	}
			
	
p#controls, p#controls2{
	margin:0;
	position:relative;
	} 

 #prevBtn2, #nextBtn2{
	display:block;
	margin:0;
	overflow:hidden;
	text-indent:-8000px;
	width:40px;
	height:650px;
	position:absolute;
	left: 10px;
	top:-650px;
	background-color:#544F4E;
	background-image: url(Images/bg.jpg);
	background-repeat: repeat;
 
	}
	
 	
	
	#nextBtn2{ 
	left:900px;
	}	
													
#prevBtn2 a, #nextBtn2 a{
	display:block;
	width:50px;
	height:650px;
	
	background-image: url(images/btn_prev.gif);
	background-repeat: no-repeat;
	background-position: center center;
	}	
#nextBtn2 a{ 
	background:url(images/btn_next.gif) no-repeat 0 center;	
	}
	
	/* numeric controls */	

	ol#controls{
		margin:1em 25px;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		 
		background:#2F2F2F;
		color:#68737C;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#ECB6BA;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}