#slideshow {
	width: 649px;
	background-color: #fff;
	padding: 2px;
	font-size: 12px;
	color: #b5b2bd;
}
#slideshow img {
	display: block;
	border: none;
	width: 649px;
}
#slideshow .images {
    position: relative;
	width: 100%;
    height: 400px;
}
#slideshow .images img {
    position: absolute;
    z-index: 1;
}
#slideshow .images img.current {
    z-index: 2;
}
#slideshow .control {
    display: none;
}
#slideshow a.prev, #slideshow a.next {
    position: absolute;
	width: 25px;
	height: 25px;
	top: 50%;
    z-index: 100;
}
#slideshow a.prev {
	background: url('../images/left_arrow.png') no-repeat;
	left: 20px;
}
#slideshow a.next {
	background: url('../images/right_arrow.png') no-repeat;
	right: 20px;
}
#slideshow .thumbs {
	width: 100%;
	background: #d3d2d2 url('../images/thumbs_bg.png') no-repeat;
    float: left;
    margin-top: 3px;
    padding-top: 18px;
}
#slideshow .thumbs .row {
    float: left;
    padding: 0 0 20px 7px;
}
#slideshow .thumbs a, #slideshow .thumbs a:visited {
	text-decoration: none;
	display: block;
	float: left;
    width: 40px;
    height: 40px;
    margin-left: 21px;
    background-color: #000;
}
#slideshow .thumbs a:hover {
}
#slideshow .thumbs img {
    width: 40px;
    height: 40px;
}
.clear {
    clear: both;
}
