/*** Slideshow Styles ***/

#slideshow_box_container { 
	width:711px; 
	height:470px; 
	margin:0 auto;
	padding-top:10px;
	text-align: center;
}
#slideshow_panel {
	width:604px; 
	height:324px; 
	margin:0 auto ; 
	overflow:hidden;
}

#slideshow { 
	width:504px; 
	height:324px; 
	margin: 0 auto; 
	float:left;
}

.arrow_box {
	width:50px; 
	height:324px; 
	position:relative; 
	float:left;
}

#slideshow_panel a {
	width:50px;
	display:block;
	position:absolute; 
	bottom:0; 
	left:0;
}
	
#slideshow_text {
	width:700px; 
	margin:8px auto 0;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align:center;
}

#slideshow_nav { 
	width: 702px; 
	margin: 34px auto 0; 
	overflow: hidden; 
	padding:0;
}

#slideshow_nav li { 
	width: 110px; 
	float: left; 
	margin: 2px; 
	list-style: none;
	display:inline;
}

#slideshow_nav a { 
	width: 110px; 
	display: block; 
}

#slideshow_nav a:focus, #slideshow_panel a:focus { outline: none; }
#slideshow_nav img, #slideshow_panel img { border: none; display: block }
