/* ---------------------------------------------------- */
/* GLOBAL
/* ---------------------------------------------------- */


/* ---------------------------------------------------- */
/* SLIDESHOW
/* ---------------------------------------------------- */
#slideshow {
	height: 279px;
	background: url(../images/home/header_bgrepeat.jpg) repeat-x center top;
	text-align: center;
}

#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;
	display: block;
}

#slideshow .slides ul {
	margin-right: auto;
	margin-left: auto;}

* html #slideshow .slides ul {
	width: 1105px;
	height: 279px;}

* html #slideshow .slides li {
	height: 279px;
	text-align: center;
}

#slideshow .slides li p {
	height: 279px;
	width: 1105px;
}

.img01 {	background: url(../images/home/header_bg01.jpg) no-repeat center top;	height: 279px;}
.img02 {	background: url(../images/home/header_bg02.jpg) no-repeat center top;	height: 279px;}
.img03 {	background: url(../images/home/header_bg03.jpg) no-repeat center top;	height: 279px;}
.img04 {	background: url(../images/home/header_bg04.jpg) no-repeat center top;	height: 279px;}

/* ---------------------------------------------------- */
/* SLIDESHOW > NAVIGATION
/* ---------------------------------------------------- */

#slideshow .slides-nav {
background-color: #ddd;
border-top: 2px solid #ccc;}

#slideshow .slides-nav li {
float: left;}

#slideshow .slides-nav li a {
display: block;
padding: 15px 20px;
outline: none;}

.js #slideshow .slides-nav li.on,
.js #slideshow .slides-nav li.on a {
background-color: #eee;}

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