﻿/* ---------------------------------------------------- */
/* SLIDESHOW
/* ---------------------------------------------------- */
#slideshow 
{
	width: 850px;
}

#slideshow ul 
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 1%; /* IE fix */
}

#slideshow ul:after 
{
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}

/* ---------------------------------------------------- */
/* SLIDESHOW > SLIDES
/* ---------------------------------------------------- */
#slideshow .slides 
{
	overflow: hidden;
	width: 850px;
}

#slideshow .slides ul 
{
	width: 2880px;
	width: 850px !important;
	height: 374px !important;
}

#slideshow .slides li 
{
	width: 850px;
	float: left;
	
}

/* ---------------------------------------------------- */
/* SLIDESHOW > NAVIGATION
/* ---------------------------------------------------- */
#slideshow .slides-nav 
{
	background:	none repeat scroll 0 0 #743209;
}

#slideshow .slides-nav li 
{
	float: right;
	background: none repeat scroll 0 0 #743209;
}

#slideshow .slides-nav li a 
{
	display: block;
	padding: 15px 20px;
	outline: none;
	background: transparent url('images/circl.gif') no-repeat scroll left top;
}

.js #slideshow .slides-nav li.on,
.js #slideshow .slides-nav li.on a 
{
	background: none repeat scroll 0 0 #743209;
}

.js #slideshow .slides-nav li.on a {
	position: relative;
	background: transparent url('images/circl_hov.gif') no-repeat scroll left top;
}