/* ---------------------------------------------------- */
/* SLIDESHOW
/* ---------------------------------------------------- */
#slideshow {
	position:relative;
	float:left;
	clear:both;
	width:700px;
	padding:12px 0 0 0;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	background: #F1F1F1 url(/images/index/bestsellers-bg.jpg) repeat-x top left;
	border: 1px black solid;
}

#slideshow ul {
	margin: 10px;
	padding: 0px;
	list-style-type: none;
	height: 1%; /* IE fix */
}


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

/* ---------------------------------------------------- */
/* SLIDESHOW > SLIDES
/* ---------------------------------------------------- */
#slideshow .slides {
	position:relative;
	float:left;
	width:500px;
	overflow: hidden;
	margin-top:20px;
	background-color: none;
	background: none;
}

#slideshow .slides ul {
	height:160px;
	overflow: hidden;
	width: 500px;
}

#slideshow .slides ul li {
width: 700px;
float: left;
padding: 0px;
*background: #F1F1F1 url(/images/index/clear.jpg) repeat-x top left;
}

#slideshow .slides img {
margin:8px;
border: 1px solid #666;

}

/* ---------------------------------------------------- */
/* SLIDESHOW > NAVIGATION
/* ----------------------------------------------------
#slideshow .slides-nav {
background-color: #ddd;
border-top: 2px solid #ccc;} */

#slideshow .slides-nav li {
font-size: 13px;
	font-weight: bold;
	padding:5px 0;
	border-bottom:solid 1px #666666;
}

#slideshow .slides-nav li a {
color:#666666;
	text-decoration:none;
	padding-left:11px;
}



.js #slideshow .slides-nav li.on a {
	color:#5E002D;
	text-decoration:none;
	background: url(/images/index/more-arrow.png) no-repeat left;
	*background: url(/images/index/more-arrow.gif) no-repeat left;
	position: relative;
}

/*mine
#list li {
	font-size: 13px;
	font-weight: bold;
	padding:5px 0;
	border-bottom:solid 1px #666666;
}

#list li a, #list li a:link, #list li a:visited {
	color:#666666;
	text-decoration:none;
	padding-left:11px;
	} 
	
#list li a:hover, #list li a:active {
	color:#5E002D;
	text-decoration:none;
	background: url(/images/index/more-arrow.png) no-repeat left;
	*background: url(/images/index/more-arrow.gif) no-repeat left;
	} 
*/
#slideshow #list {
	position:relative;
	float:left;
	height:235px;
	width:152px;
	background: url(/images/index/list-bg.png) no-repeat top left;
	*background: url(/images/index/list-bg.jpg) no-repeat top left;
	margin:10px 5px 0px 0px;
	padding: 0;
}

#slideshow #list #listtitles {
position:relative;
float:left;
width:439px;
background-color:#3399FF;
}

