/* ---------------------------------------------------- */
/* SLIDESHOW
/* ---------------------------------------------------- */
#slideshow {
float: left;
width: 330px;
height: 430px;
overflow:hidden;
text-align: left;
margin-left: -10px;	
padding-top:11px;
}

#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: 310px;
	clear: both;
	padding: 5px;
	background: #FFF;
	border: 5px solid #C4EDDF;
}

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

#slideshow .slides li {
	width: 310px;
	float: left;
}
#slideshow .slides li ul li {
	font-size:10pt;
	line-height:1.4;
	float:none;
}

/* ---------------------------------------------------- */
/* SLIDESHOW > NAVIGATION
/* ---------------------------------------------------- */
#slideshow .slides-nav {
	padding-left:5px;
}

#slideshow .slides-nav li {
	float: left;
	line-height: normal;
	font-size: 10px;
	margin-right: 3px;
	background: url(/img/home/category_btn_off.jpg) no-repeat;
	height: 24px;
	width: 60px;
}
#slideshow .slides-nav li:hover {
	background: url(/img/home/category_btn_on.jpg) no-repeat;
}

#slideshow .slides-nav li a {
	display: block;
	outline: none;
	color: #333;
	text-decoration:none;
	height: 24px;
	line-height:24px;
	text-align:center;
}

.js #slideshow .slides-nav li.on{
	background: url(/img/home/category_btn_on.jpg) no-repeat;
}
