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

/* ---------------------------------------------------- */
/* SLIDESHOW
/* ---------------------------------------------------- */
#slideshow {
float: left;
width: 700px;
height: 625px;}

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

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

#slideshow .slides ul li {
	width:700px;
	height:537px;
	float:left;
	display:inline;
}
#slideshow .slides ul li h3 a:link, #slideshow .slides ul li h3 a:visited {
	display:block;
	position:relative;
	width:700px;
	height:0px;
	padding-top:537px;
	overflow:hidden;
	font-size:0;
	border:0;
	text-decoration:none;
}
#slideshow .slides ul li#slide-one h3 a {background: url(../img/slider/bg_pro.jpg) no-repeat top left;}
#slideshow .slides ul li#slide-two h3 a {background: url(../img/slider/bg_plus.jpg) no-repeat top left;}
#slideshow .slides ul li#slide-three h3 a {background: url(../img/slider/bg_pre.jpg) no-repeat top left;}
#slideshow .slides ul li#slide-four h3 a {background: url(../img/slider/bg_lunch.jpg) no-repeat top left;}
#slideshow .slides ul li#slide-five h3 a {background: url(../img/slider/bg_pet.jpg) no-repeat top left;}


#slideshow .slides h2 {
margin-top: 0;}

/* ---------------------------------------------------- */
/* SLIDESHOW > NAVIGATION
/* ---------------------------------------------------- */
#slideshow .slides-nav {
float: left;
background-color: #fff;
border-bottom: 4px solid #0EB049;
height:83px;}
#slideshow .slides-nav li {float:left;display:inline;}
#slideshow .slides-nav li a {
	display:block;
	position:relative;
	width:138px;
	padding:83px 1px 0;
	margin:0;
	overflow:hidden;
	font-size:0;
	text-decoration:none;
	float:left;
	height:0;
	text-indent:-5000px;
}
#slideshow .slides-nav li#slide-one a {background: url(../img/slider/logo_fvpro.jpg) no-repeat top left;}
#slideshow .slides-nav li#slide-two a {background: url(../img/slider/logo_fvplus.jpg) no-repeat top left;}
#slideshow .slides-nav li#slide-three a {background: url(../img/slider/logo_fvpre.jpg) no-repeat top left;}
#slideshow .slides-nav li#slide-four a {background: url(../img/slider/logo_fvlunch.jpg) no-repeat top left;}
#slideshow .slides-nav li#slide-five a {background: url(../img/slider/logo_fvpet.jpg) no-repeat top left;}

#slideshow .slides-nav li#slide-one.on a {background: url(../img/slider/logo_fvpro.jpg) no-repeat bottom left;}
#slideshow .slides-nav li#slide-two.on a {background: url(../img/slider/logo_fvplus.jpg) no-repeat bottom left;}
#slideshow .slides-nav li#slide-three.on a {background: url(../img/slider/logo_fvpre.jpg) no-repeat bottom left;}
#slideshow .slides-nav li#slide-four.on a {background: url(../img/slider/logo_fvlunch.jpg) no-repeat bottom left;}
#slideshow .slides-nav li#slide-five.on a {background: url(../img/slider/logo_fvpet.jpg) no-repeat bottom left;}
/*.js #slideshow .slides-nav li.on,
.js #slideshow .slides-nav li.on a {
background-color: #fff;
position: relative;}*/
