	/* ---------------------------------------------------- */
/* SLIDESHOW _services
/* ---------------------------------------------------- */
#slideshow {
width: 538px;
float:left;
position:absolute;

/*background-color: #eee;*/

}


/* ---------------------------------------------------- */
/* SLIDESHOW > SLIDES
/* ---------------------------------------------------- */
#slideshow .slides {
width: 515px; margin-top: 120px; padding-left: 10px; height: 378px;}

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

#slideshow .slides li {
width: 480px;
padding: 20px;
background:url(img/profiles_BG.jpg); background-repeat:no-repeat;
display:none;}

#slideshow .slides li p{
  line-height: 170%;
 padding-right:35px;
 padding-top: 15px;
 float:left;
}
#slideshow .slides img {
margin-top: 0;}

/* ---------------------------------------------------- */
/* SLIDESHOW > NAVIGATION
/* ---------------------------------------------------- */
#slideshow .slides-nav {
/*background-color: #ddd;*/
/*border-top: 2px solid #ccc;*/
color:#fff;
padding-left: 29px;
width:500px;
margin-top: -419px;
font-size: 12px;
font-weight:normal!important;

}

#slideshow .slides-nav li {
float: left; color:#fff; padding-right: 20px; padding-bottom:2px;}

#slideshow .slides-nav li a {
float:left;
outline: none;
color:#fff;}

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

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

