/* ---------------------------------------------------- */
/* SLIDESHOW
/* ---------------------------------------------------- */
#slideshow {
	width: 890px;
	background-color: b1b3b4;
	border: 1px solid #ddd;
	background-repeat: no-repeat;
}

#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: 850px;
}

#slideshow .slides ul {
width: 2880px;}

#slideshow .slides li {
	width: 820px;
	float: left;
	padding: 20px;
}

#slideshow .slides h2 {
	margin-top: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #333;
	margin-left: 10px;
	font-size: 14px;
}


/* ---------------------------------------------------- */
/* SLIDESHOW > NAVIGATION
/* ---------------------------------------------------- */
#slideshow .slides-nav {
	background-color: #999;
	border-top: 2px solid #ccc;
}

#slideshow .slides-nav li {
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	color: #205276;
	text-decoration: none;
	background-color: #999;
	font-size: 10px;
}

#slideshow .slides-nav li a {
	display: block;
	outline: none;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	text-decoration: none;
	font-size: 10px;
	text-transform: uppercase;
	background-color: #999;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 23px;
	padding-right: 23px;
}

.js #slideshow .slides-nav li.on,
.js #slideshow .slides-nav li.on a {
	background-color: #205276;
	font-size: 10px;
}

.js #slideshow .slides-nav li.on a {
position: relative;
top: -4px;}

.content_slideshow {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	height: 370px;
	width: 290px;
	padding: 10px;
	top: 49px;
	overflow: scroll;
}
.album_slidshow {
	height: 390px;
	width: 500px;
	position: absolute;
	left: 340px;
	top: 37px;
	border: 1px solid #000;
}
