@charset "utf-8";
/* CSS Document */

/*#slideshow {
	width: 680px;
	height: 400px;
	background-color: #4d1b19;
	padding: 0;
	margin: 0;
	position:relative;
	top:0;
	left:0;
	float:right;
}
div#captions {
	float:left;
	margin:0;
	padding:0;
	position:absolute;
	bottom:0px;
	left:0;
	background-color:#2D637F;
	width:680px;
	height:30px;
}
div#captions a {
	text-decoration:none;
}
div#captions p {
	padding:5px 10px 5px 10px;
	margin:0;
	color:#FFF;
	width:595px;
	font-family:Arial, Helvetica, sans-serif;
}
#smallButtons {
	position: absolute;
    	right: 10px;
    	bottom: 10px;
	z-index:100;
}
#smallButtons a {
    background: url('../img/slideshow/buttonOff.gif') no-repeat scroll left top transparent;
    display: inline-block;
    height: 10px;
    width: 10px;
    margin: 0 6px 0 0;
}
#smallButtons a.buttonOn {
    background: url('../img/slideshow/buttonOn.gif') no-repeat scroll left top transparent;
   
}
#slideshow img {
	border:0 none;
}*/


/****************************************
 * Slideshow
 ****************************************/

#slideshow-wrap {
	height: 400px;
	margin: 0 0 0 10px;
	position: relative;
	width: 680px;
}
#slideshow {
	height: 400px;
	list-style: none;
	margin: 0 0 0 10px;
	padding: 0;
	position: relative;	
	width: 680px;
}
#slideshow-wrap #slideshow {
	margin-left: 0;
}
#slideshow li {
       margin: 0;
	padding: 0;
}
#slideshow li a {
	left: 0;
	position: absolute;
	top: 0;		
}
#slideshow li .slideshow-caption {
	background:#2D637F;
	bottom: 0;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	height: 20px;
	left: 0;
	padding: 6px 0;
	position: absolute;
	width: 680px;
	z-index: 1;
}
#slideshow li .slideshow-caption p {
	margin: 0 80px 0 10px;	
}
#slideshow li .slideshow-caption a {
	color: #fff;
	position: static;
	text-decoration: none;	
}
#slideshow-buttons {
	bottom: 0;
	position: absolute;
	right: 7px;
	z-index: 2;
}
#slideshow-buttons .pause a, #slideshow-buttons .play a {
	background: url(../img/slideshow/play-pause.gif) no-repeat;
	display: block;
	float: left;
	height: 32px;
	text-indent: -9999px;
	width: 30px;	
}
#slideshow-buttons .play a {
	background-position: 0 -64px;
}
#slideshow-buttons .pause a:hover, #slideshow-buttons .pause a:focus {
	background-position: 0 -32px;	
}
#slideshow-buttons .play a:hover, #slideshow-buttons .play a:focus {
	background-position: 0 -96px;
}
#slideshow-buttons ul {
	float: left;
	list-style: none;
	margin: 11px 0 0 0;
	overflow: hidden;
	padding: 0;
}
#slideshow-buttons li {
	float: left;
	height: 10px;
	margin: 0 0 0 4px;
	overflow: hidden;
	position: relative;
	width: 10px;
}
#slideshow-buttons li a {
	background: url(../img/slideshow/button.gif);
	display: block;
	height: 10px;
	text-indent: -9999px;
	width: 10px;
}
#slideshow-buttons a.buttonOn {
	background-position: 0 -10px;
}