/* ---------------------------------------------------- */
/* GLOBAL
/* ---------------------------------------------------- */
html {
}

body {
}

/* ---------------------------------------------------- */
/* SLIDESHOW
/* ---------------------------------------------------- */
#slideshow {
	width: 352px;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	line-height: 110%;
	color: #333333;
	font-size: 12px;
	
}

#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: 352px;
	
	
}

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

#slideshow .slides li {
	float: left;
	padding: 0;
	
}

#slideshow .slides h2 {
	margin-top: 0;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 18px;
	line-height: 110%;
	border:none;
	background: none;
}
/* ---------------------------------------------------- */
#slide-two {
	width: 352px;
	position: relative;
}

#slide-two h2 {
	margin: 0;
	background: none;
	color: #666666;
	position: absolute;
	top: 22px;
	left: 75px;
}
#slide-two p {
	background: none;
	position: absolute;
	top: 159px;
	width: 176px;
	left: 7px;
	font-size: 12px;
	color: #666666;
	line-height: 130%;

}

/* ---------------------------------------------------- */


#slide-three {
	width: 352px;
	position: relative;
}
#slide-three p {
	background: none;
	margin: 0;
	position: absolute;
	top: 23px;
	width: 103px;
	left: 3px;
	line-height: 130%;
	height: 57px;

}


/* ---------------------------------------------------- */
/* ---------------------------------------------------- */

#slide-four {
	width: 352px;
	position: relative;

}
#slide-four h2 {
	margin: 0;
	color: #666666;
	position: absolute;
	top: 22px;
	left: 9px;

}
#slide-four p {
	padding: 0;
	margin: 0;
	width: 185px;
	line-height: 150%;
	background: none;
	position: absolute;
	top:96px;
	left: 5px;
}
/* ---------------------------------------------------- */
#slide-one {
	width: 352px;
	position: relative;

}
#slide-one h2 {
	margin: 0;
	color: #FFFFFF;
	position: absolute;
	top: 53px;
	left: 72px;
	font-weight: bold;

}
#slide-one p {
	margin: 0;
	width: 200px;
	line-height: 150%;
	background: none;
	position: absolute;
	top: 34px;
	left: 71px;
	color: #FFFFFF;
}



/* ---------------------------------------------------- */

#slide-five {
	width: 352px;
	color: #666666;
	position: relative;

}
#slide-five h2 {
	margin: 0;
	background: none;
	color: #666666;
	position: absolute;
	top: 14px;
	left: 185px;

}

#slide-five p {
	line-height: 130%;
	width: 234px;
	position: absolute;
	top: 8px;
	left: 8px;
	height: 43px;


}







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

#slideshow .slides-nav li {
	float: left;
	padding: 0 1px 0 0;
	
}

#slideshow .slides-nav li a {
	outline: none;
}

.js #slideshow .slides-nav li.on,
.js #slideshow .slides-nav li.on a {
}

.js #slideshow .slides-nav li.on a {
position: relative;
top: -6px;}
