/* ---------------------------------------------------- */
/* GLOBAL
/* ---------------------------------------------------- */

#slideshow {
width:100%;
}

#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:100%;
background-color: #E6E6E6;
}

#slideshow .slides ul {
width:96%;}

#slideshow .slides li {
width: 100%;
float: left;
padding: 10px;}

#slideshow .slides h2 {
margin-top: 0;}

/* ---------------------------------------------------- */
/* SLIDESHOW > NAVIGATION
/* ---------------------------------------------------- */
#slideshow .slides-nav {

}

#slideshow .slides-nav li {
float: left;}

#slideshow .slides-nav li a {
display: block;
padding: 10px 10px;
outline: none;}

#slideshow .slides-nav li.on{
background-image:url(../images/newtab_lftcor.jpg);
background-position:left top;
background-repeat:no-repeat;
background-color: #E6E6E6;
}

#slideshow .slides-nav li.on a {
background-image: url(../images/newtab_rgtcor.jpg);
background-position:right 0px;
background-repeat:no-repeat;
}




#slideshow .slides-nav li.on a {
position: relative;
top: 0px;
padding: 12px 10px;
}

