





#slideshow {



width:977px;

height:340px;

overflow:hidden;

margin:0;

padding:0;

position:relative;



}



#slideshow ul, #slideshow li {



margin:0;

padding:0;

width:977px;

height:340px;

list-style:none;



}



#slideshow a {



width:977px;

height:340px;

display:block;

text-decoration:none;

margin:0;

padding:0;



}





#slideshow img {



border:0;

margin:0;

padding:0;

outline:0;



}







/* slideshow controls */





#controlwrap {

	

position:absolute;

bottom:12px;

/* left position will change based on number of slides */

left:420px;

height:23px;

overflow:hidden;

z-index:30;

background:url(/images/home/slideshow-controls-leftcap.png) left no-repeat;

padding-left:12px;
	

}







#slideshowcontrols {


height:23px;

overflow:hidden;

z-index:20;

background:url(/images/home/slideshow-controls-span.png) no-repeat right;

padding-left:13px;

padding-right:17px;



}



#slideshowcontrols a {



display:block;

outline:none;

float:left;

margin-right:5px;

width:14px;

height:23px;

text-indent:-2000px;

background:url(/images/home/slideshow-controls-sprite.png) top no-repeat;

}



#slideshowcontrols a:hover {



background-position:0 -23px;



}





#slideshowcontrols .activeSlide { 



background-position:0 -46px;



}






/* left and right arrows */





a#slideshow-next {

	

	position:absolute;

	width:5px;

	height:23px;

	z-index:70;

	left:488px;

	bottom:12px;

	background:url(/images/home/arrow-right.png) no-repeat;

	text-indent:-2000px;

	outline:none;

	

}





a#slideshow-prev {

	

	position:absolute;

	width:5px;

	height:23px;

	z-index:70;

	left:429px;

	bottom:12px;

	background:url(/images/home/arrow-left.png) no-repeat;

	text-indent:-2000px;

	outline:none;

	

}
















/* old version 

#slideshow {
	width:977px;
	height:340px;
	overflow:hidden;
	margin:0;
	padding:0;
	position:relative;
}

#slideshow ul, #slideshow li {
	margin:0;
	padding:0;
	width:977px;
	height:340px;
	list-style:none;
}


#slideshow a {
	width:977px;
	height:340px;
	display:block;
	text-decoration:none;
	margin:0;
	padding:0;
}


#slideshow img {
	border:0;
	margin:0;
	padding:0;
	outline:0;
}

/* slideshow controls

#slideshowcontrols {
	position:absolute;
	bottom:12px;
	/* left position will change based on number of slides 
	left:442px;
	height:14px;
	overflow:hidden;
	z-index:30;
}

#slideshowcontrols a {
	display:block;
	outline:none;
	float:left;
	margin-right:5px;
	width:14px;
	height:14px;
	text-indent:-2000px;
	background:url(/images/home/control-button.png) no-repeat;
}

#slideshowcontrols a:hover {
	background-position:0 -14px;
}


#slideshowcontrols .activeSlide { 
	background-position:0 -28px;
}


*/