@charset "UTF-8";
/* =======================================================
	KENSUKE SUZUKI ARCHITECT & ASSOCIATES INC.
	HOME slideshow Style Sheet
	Last Update 2010-07-30
	Creat by Basic Plus Design Inc.		
======================================================= */

#slideshow .slides-nav {
	width: 826px;
	height: auto;
	margin: 0;
	padding: 0 335px 0 390px;
}

#slideshow h2 {
	float: left;
	width: 59px;
	height: 13px;
	background-image: url(../images/home/works.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9000px;
	margin: 0;
	padding: 0;
}

#slideshow .slides-nav li {	
	float: left;
	margin-right: 5px;
	
}

#slideshow .slides-nav li a {
	display: block;
	overflow: hidden;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	background-image: url(../images/works/gallery/btn.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

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

.js #slideshow .slides-nav li.on,
.js #slideshow .slides-nav li.on a {
	background-image: url(../images/works/gallery/btn_on.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
 
#slideshow .slides	{
	width: 820px;
	height: 96px;
	margin-top: 20px;
}

#slideshow .slides img	{
	vertical-align: bottom;
	margin: 0 9px;
}

#slideshow .slides a:hover img {
}

#slideshow #pre a {
	display: block;
	width: 14px;
	height: 14px;
	margin-left: 45px;
	background-image: url(../images/arrowL.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9000px;
}

#slideshow #pre a:hover {
	background-position: 0 -15px;
}

#slideshow #next a {
	display: block;
	width: 14px;
	height: 14px;
	margin-left: 24px;
	background-image: url(../images/arrowR.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9000px;
}

#slideshow #next a:hover {
	background-position: 0 -15px;
}

