
/* SLIDESHOW */

#slideshow {
width: 627px;
background-color: #CECECE;
border: 1px solid #ddd;margin-bottom: 18px;}

#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:627px ;height: 300px;}

#slideshow .slides ul {
/* total width of all slides -
960px multiplied by 3 in this case */
width: 1881px;height: 300px;position:relative;}

#slideshow .slides li {
width:  627px;height: 260px;
float:left;
padding: 14px;}
  

#slideshow .slides ul li img {float:left;clear:left; width:290px; height:260px;margin-right:14px;}

#slideshow .slides ul li  h2 {
margin-top: 0px;color: #b9431a;padding-right: 14px;line-height: 1.22;}
#slideshow .slides ul li  p {margin-bottom:10px;color: #0c0f0f;padding-right: 14px;}
/* SLIDESHOW > NAVIGATION */

#slideshow .slides-nav {
background-color:#C0BCBC;
border-top: 2px solid #b9431a;}

#slideshow .slides-nav li {
float: left;border-right:solid 1px #D7CAC3;}

#slideshow .slides-nav li a {
display: block;
padding: 6px  ;margin: 0 10px ;
outline: none;border-bottom:0;}

/* HIGHLIGHT ACTIVE TAB */
#slideshow .slides-nav li.on,
#slideshow .slides-nav li.on a {
background-color: #b9431a;color:#fff;font-weight:bold;}

#slideshow .slides-nav li.on a {
position: relative;
top: 1px;}

/*Then prepend the CSS we just added with the new .js class:*/

.js #slideshow .slides-nav li.on,
.js #slideshow .slides-nav li.on a {
background-color: #b9431a;color:#fff;}

.js #slideshow .slides-nav li.on a {
position: relative;
top: 1px;}


