﻿/* ---------------------------------------------------- */
/* GLOBAL
/* ---------------------------------------------------- */


/* ---------------------------------------------------- */
/* SLIDESHOW
/* ---------------------------------------------------- */
#slideshow {
width: 587px;
background-color: #eee;
border: 1px solid #ddd;}

#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: 587px;
height:274px;}

#slideshow .slides ul {
width: 2880px;}

#slideshow .slides li {
width: 587px;
height:274px;;
float: left;
padding: 0px;}

#slideshow .slides h2 {
margin-top: 0;}

/* ---------------------------------------------------- */
/* SLIDESHOW > NAVIGATION
/* ---------------------------------------------------- */
#slideshow .slides-nav {
background-color: #ddd;
border-top: 0px solid #ccc;

}

#slideshow .slides-nav li {
float: left;
width:306px;
height:54px;
background-image:url('/slides/Home-Display-Box-BG.gif');
position:relative;
}

#slideshow .slides-nav li a {
display: block;
padding: 0;
outline: none;
width:306px;
height:54px;
color:#332211;
text-decoration:none;
position:relative;

}
#slideshow .slides-nav li a:hover {
display: block;
padding: 0;
outline: none;
width:306px;
height:54px;
background-image:url('/slides/Home-Display-Box-BG-over.gif');
position:relative;
}

.js #slideshow .slides-nav li.on,
.js #slideshow .slides-nav li.on a {
background-image:url('/slides/Home-Display-Box-BG-active.gif');
position:relative;
}


.js #slideshow .slides-nav li.on a {
position: relative;
}