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


/* ---------------------------------------------------- */
/* SLIDESHOW
/* ---------------------------------------------------- */
#slideshow {
width: 985px;		/* +5 than actual 	*/
height:250px;		/* +5 than actual 	*/
}


#slideshow ul {
margin: 0;
padding: 0;
list-style-type: none;
height: 1%; }

#slideshow ul:after {
content: ".";
clear: both;
display: block;
height: 0;
visibility: hidden;}            

/* ---------------------------------------------------- */
/* SLIDESHOW > SLIDES
/* ---------------------------------------------------- */

#slideshow .slides {
overflow: hidden;
width: 980px;		/* 	actual 	*/
height:245px;		/* 	actual 	*/
}

#slideshow .slides .slide_1 {
width: 980px;
height:245px;
float:left;
z-index:8; 
overflow: hidden; 
}

#slideshow .slides ul {
width: 980px;
height:245px;
}

#slideshow .slides li {
width: 1080px;		/* +100 than actual 	*/
float: left;
position:relative;
margin:auto;
padding: 0px;}


#slideshow .slides li a {
display:none;
}

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

