/* ---------------------------------------------------- */
/* GLOBAL
/* ---------------------------------------------------- */
.player, #slideshow img {
	float:left;
	display:inline;
	margin:0 15px 5px 0;
	outline:none;
	border:1px solid #ccc;
}
/* ---------------------------------------------------- */
/* SLIDESHOW
/* ---------------------------------------------------- */
#slideshow {
width: 640px;
background-color: #cedc1b;
font-family: "Myriad Pro", "Trebuchet MS", sans-serif;
float:left;
clear:right;
}

#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:640px;
}

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

#slideshow .slides li {
width: 620px;
float: left;
height:330px;
padding: 10px;}

#slideshow .slides h2 {
	font-size:2.2em;
	font-weight:bold;
	margin-top:15px;
}
#slideshow .slides p {
	font-size:1.5em;
}

/* ---------------------------------------------------- */
/* SLIDESHOW > NAVIGATION
/* ---------------------------------------------------- */
#slideshow .slides-nav-wrap {
border-top: 1px solid #000;
height:35px;}

#slideshow .slides-nav {
width:200px;
margin:auto;
margin-left:250px;}

#slideshow .slides-nav li {
float: left;
height:35px;
width:30px;
background:transparent url(../img/slider_nav_bg.png) repeat-y;}

#slideshow .slides-nav li a {
display: block;
padding:9px;
outline: none;
font-size:1.8em;
font-weight:bold;
color:#666;
text-decoration:none;}

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

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