/* Easy Slider */

#sliderHolder {
	height: 220px;
	width: 686px;
	position: relative;
	z-index: 1;
	padding: 0 0 0 0;
	overflow: hidden;
	margin: 0 0 20px 0;
}

	#sliderBox {
		height: 218px;
		width: 650px;
		background-color: #EAECF2;
		border: 1px solid #BCC6D9;
		margin: 0 auto;
	}

	#wrapper #slider ul {
		margin:0;
		padding: 10px 0 0 0;
		list-style:none;
		background: none;
	}	
		#wrapper #slider li {
			margin:0;
			padding: 0;
			list-style:none;
			background: none;
		}
		
	#slider ul { 
		height: 210px;
	}	
		#slider li { 
			width: 650px;
			height: 208px;
			overflow: hidden;
		}
	

	#slider table { 
		margin: 0 auto;
	}
	
	
	#slider .pic { 
		color: #2F3B53;
		text-decoration: none;
		text-align: center;
	}
		#slider .pic img { 
			padding: 3px;
			border: 1px solid #CCC;
			background-color: #FFF;
			margin-bottom: 5px;
			width: 181px;
			height: 132px;
			background-position: 3px 3px;
			background-repeat: no-repeat;
		}
			#slider .pic:hover img { 
				border: 1px solid #A0A7B4;
				background-position: 3px -135px;
			}
			
			#slider .pic:hover b { 
				color: #006699;
				text-decoration: underline;
			}

		
		
		
		
	#slider .vBot {
		padding-top: 6px;
	}
	
	
	
	#prevBtn, #nextBtn { 
		display: block;
		width: 18px;
		height: 220px;
		position: absolute;
		left: 0px;
		top: 0;
		z-index: 1000;
		text-indent: -8000px;
	}	
		
	#nextBtn{
		left: auto;
		right: 0px;
	}
	
	#prevBtn a, #nextBtn a{  
		display: block;
		position: relative;
		width: 18px;
		height: 220px;
		background: url(../img/slider_arws.gif) left top no-repeat;	
	}
		#prevBtn a:hover { 
			background: url(../img/slider_arws.gif) left bottom no-repeat;	
		}	
		
	#nextBtn a { 
		background: url(../img/slider_arws.gif) right top no-repeat;	
	}
		#nextBtn a:hover { 
			background: url(../img/slider_arws.gif) right bottom no-repeat;	
		}
	
/* // Easy Slider */