/*-------------------------------------------*/
/*SLIDESHOW HOME*/

/*SLIDE*/
#contentHome #slideshow{
	position:relative;
	width:714px;
	height:350px;
	
	float:left;
	margin:0 0 0 18px;
}

#contentHome #slideshow .slides{
	width:714px;
	height:330px;
	
	overflow:hidden;
}

#contentHome #slideshow .slides ul{
	margin:0;
	padding:0;
	
	width:714px;
	height:330px;
}

#contentHome #slideshow .slides li{
	list-style:none;
	float:left;
}

/*NAV*/
.slides-nav {
	position:relative;
	width:90px;
	height:20px;
	
	margin:0;
	padding:0;
	}

.slides-nav li {
	list-style:none;
	
	width:30px;
	height:20px;
	float: left;
	}	

.slides-nav li a {
	display: block;
	width:30px;
	height:20px;
	outline: none;
	}
	
.nav-one a{
	background:url(http://images.cyberclick.es/j/jazztel/jazzcardmovil.com/default/images/slide_nav1.jpg) no-repeat top;
}

.nav-two a{
	background:url(http://images.cyberclick.es/j/jazztel/jazzcardmovil.com/default/images/slide_nav2.jpg) no-repeat top;
}

.nav-three a{
	background:url(http://images.cyberclick.es/j/jazztel/jazzcardmovil.com/default/images/slide_nav3.jpg) no-repeat top;
}

.js .slides-nav li.on a {
	position: relative;
	background-position:bottom;
}
