/* ---------------------------------------------------- */
/* SLIDESHOW
/* ---------------------------------------------------- */
#slideshow {
width: 622px;
background-color: #eee;
}

#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;
height:195px;
background:transparent url('../images/slide_blank.jpg') top left no-repeat;
width: 390px;}

#slideshow .slides ul {
width: 2880px;}

#slideshow .slides li {
width: 350px;
float: left;
padding: 20px;}

#slideshow .slides-nav li.last a {height:38px;}


#slideshow .slides h2 {
margin-top: 0;
font-size: 1.2em; color:#53a42c;
font-weight: 500;
margin-bottom:10px;
font-family: Arial, sans-serif;
}

#slideshow .slides p {
margin-top: 0;
font-size: 1em; color:#555;
line-height: 1.35em;
font-family: Arial, sans-serif;
}

/* ---------------------------------------------------- */
/* SLIDESHOW > NAVIGATION
/* ---------------------------------------------------- */
#slideshow .slides-nav {
background-color: #ddd;
}

#slideshow .slides-nav li {
	width:232px;
	height:39px;
	line-height:39px;
}

#slideshow .slides-nav li a {
display: block;
color:#848386;
text-decoration:none;
padding-left:15px;
background: transparent url('../images/slide_tab_off.jpg') top left no-repeat;
outline: none;
font-family: Arial, sans-serif;
font-size:1em;
}



.js #slideshow .slides-nav li.on,
.js #slideshow .slides-nav li.on a {
background: transparent url('../images/slide_tab_on.jpg') top left no-repeat;
}
.js #slideshow .slides-nav li.on.last a {
background: transparent url('../images/slide_tab_on.jpg') top left no-repeat;
border-bottom:1px solid #e1e1e1;
}


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

/************/

ul.service-slides-nav {margin:0; padding:0; }
ul.service-slides-nav li {margin:0; padding:0; list-style-type: none; float: left;}


