
/* Easy Slider */
	#seekSliderWrapper {
		width: 198px;
		margin: 0 auto 0;
	}
	#slider ul, #slider li,
	#slider2 ul, #slider2 li,
	#seekSlider ul, #seekSlider li{
		margin:0;
		padding:0;
		list-style:none;
	}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:696px;
		height:241px;
		overflow:hidden; 
		}	
	#seekSlider {
		top: 23px;
	}
	#seekSlider ul li {
		width: 198px;
		height: 271px;
		list-style: none;
		background:none;
		padding: 0;
		margin: 0;
		overflow:hidden; 
		float: none;
	}
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:23px;
		height:215px;
		position:absolute;
		left:0px;
		top:0px;
		z-index:1000;
		}	
	#nextSeekBtn, #prevSeekBtn {
		display:block;
		width:198px;
		height:23px;
		position:absolute;
		left:0px;
		top:0px;
		z-index:1000;
		margin: 0 auto 0;
	}
	#nextSeekBtn {
		top: 294px;
	}
	#nextSeekBtn a, #prevSeekBtn a {
		display: block;
		position: relative;
		width: 198px;
		height: 23px;
		text-decoration: none;
		background: url(../pics/slider-control.gif) 0 0 no-repeat;
	}
	#prevSeekBtn a:hover {
		background-position: -198px 0;
	}
	#nextSeekBtn a {
		background-position: 0 -23px;
	}
	#nextSeekBtn a:hover {
		background-position: -198px -23px;
	}
	#nextBtn, #slider1next{ 
		left:599px;
		}
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:23px;
		height:215px;
		background: url(../pics/suggestion-control.gif) 0 0 no-repeat;
		text-decoration: none;
		}
	#prevBtn a:hover, #slider1prev a:hover {
		background-position: 0 -215px !important;
	}
	#nextBtn a, #slider1next a{ 
		background-position: -23px 0 !important;
		}
	#nextBtn a:hover, #slider1next a:hover{ 
		background-position: -23px -215px !important;
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		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;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */