/* Easy Slider */

	#slider ul, #slider li
	{
		margin: 0px;
		padding: 0px;
		list-style: none;
	}
	
	#slider li
	{ 		
		width: 852px;
		height: 510px;
		overflow: hidden; 
	}
	
	#slider img
	{
		border: 0px;
	}											
		
	/* numeric controls */	

	ol#controls
	{
		background: url(images/controlsBg.jpg) top left no-repeat;
		width: 176px;
		height: 38px;
		position: absolute;
		bottom: 0px;
		left: 30px;
		margin: 0px;
		padding: 0px;
	}
	
	ol#controls li
	{
		margin: 0px 2px 0px 0px; 
		padding: 0px;
		float: left;
		list-style: none;
		height: 36px;		
	}

	ol#controls li a
	{
		float: left;
		height: 38px;
		width: 42px;
		line-height: 38px;				
		color: #bdc3bc;
		text-decoration: none;
	}

	ol#controls #controls1.current a
	{
		background: url(images/active1.jpg) top left no-repeat;		
	}
	ol#controls #controls2.current a
	{
		background: url(images/active2.jpg) top left no-repeat;		
	}
	ol#controls #controls3.current a
	{
		background: url(images/active3.jpg) top left no-repeat;		
	}
	ol#controls #controls4.current a
	{
		background: url(images/active4.jpg) top left no-repeat;		
	}

	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus
	{
		outline: none;
	}
	
/* // Easy Slider */
