/*
    anythingSlider v1.0
    By Chris Coyier: http://css-tricks.com
    with major improvements by Doug Neiner: http://pixelgraphics.us/
    based on work by Remy Sharp: http://jqueryfordesigners.com/
    
	Styling Tweaks for Ebuyer.com integration by Daryl Walker-Smith & Jonny Haynes
*/
.anythingSlider { 
	width: 900px; 					/* 846px  */		
	height: 280px; 					
	position: relative; 
	margin: 0 auto 0; 
	
}

:focus
{
outline-color: -moz-use-text-color;
outline-style: none;
outline-width: 0pt;
}


	
.anythingSlider .wrapper { 
	padding-bottom: 0;
	margin-bottom: 0;
	width: 920px; 					/* 806px  */	
	height: 280px; 					/* Crop the Vertical  */	
	overflow: hidden; 	
	margin: 0 30px; 				/* -40 Controls Left Position of Entire Slider.  Moves it move left or right  */	
	position: absolute; 
	top: 0; 
	left: -60px; 					/* Slide whole thing to the LEFT  left: 250px; */
}


.anythingSlider .wrapper ul { 
	width: 19999px; 
	list-style: none; 
	position: absolute; 
	top: 0; 
	left: 0; 
	background: #fff;    
	margin: 0; 
}
.anythingSlider ul li {
	display: block;
	float: left;
	height: 250px; 					/* SAME as Image Height  */
	width: 940px; 					/* SAME as Image Width  */
	left: 0px;
	margin-right: 0px; 
}


.anythingSlider .arrow { 
	display: none; 
	height: 200px; 
	width: 67px; 
	background: url(../images/arrows.png) no-repeat 0 0; 
	text-indent: -9999px; 
	position: absolute; 
	top: 65px; 
	cursor: pointer; 
}
.anythingSlider .forward { 
	background-position: 0 0; 
	right: -20px; 
}
.anythingSlider .back { 
	background-position: -67px 0; 
	left: -20px; 
}
.anythingSlider .forward:hover { 
	background-position: 0 -200px; 
}
.anythingSlider .back:hover { 
	background-position: -67px -200px; 
}

#thumbNav { 
	color: white;
	padding: 0;
	width: 500px;
	height: 15px;
	text-align: left; 
	position: absolute; 
	left:15px; 
	top: 254px; 
}
#thumbNav a { 
	color: white;
	width: 18px;
	color: black; 
	display: inline-block; 
	overflow: hidden;
	padding: 0; 
	height: 18px; 
	margin-right: 5px; 
	background: white url(http://www.avst.com/anythingslider/images/bannerpipsB.jpg) no-repeat; 
	background-position:0 -40px;
 	text-indent: 20px; 
	text-align: center; 
}
#thumbNav a:hover { 
	background-position:0 -240px;
}
#thumbNav a.cur {
	background-position:0 -140px;
}

#start-stop.playing {
	background: url(http://www.avst.com/anythingslider/images/bannerpips.jpg) no-repeat; 
	background-position:0 -440px; 
}
#start-stop:hover { 
	background: url(http://www.avst.com/anythingslider/images/bannerpips.jpg) no-repeat;
	background-position:0 -340px; 
}
/*
  Prevents
*/



#RecentNews { 
	height: 230px;
	width: 880px;
	background-position: 0 0; 
	background: url(http://www.avst.com/images_bannerSamples/recentNewsBackground.jpg) no-repeat;
}

#NewsArea { 
	position: absolute;
	margin-left: 225px;
	margin-right: 50px;
	padding-top: 50px;
	padding-right: 50px;
	max-width: 600px;
	width: 600px;
}


#NewsHeadline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
}

#NewsHeadlineClickMore {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#NewsHeadlineDate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#NewsHeadlineSummary {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;	
}


							



