﻿
/* Easy Slider */

#slider ul, #slider li {
	margin:0;
	padding:0;
	list-style:none;
}

#slider li { 
	/* 
		define width and height of container element and list item (slide)
		list items must be the same size as the slider area
	*/ 
	width: 490px;
	height: 228px;
	margin: 10px 0 0 0;
	overflow: hidden; 

	text-align: center;
}

	#slider li img {
		height: 228px;
	}

	#slider li a:hover {
		text-decoration: none;
	}

/*----------------*/
/*-- A DEPLACER --*/
/*----------------*/
.btnPersonnaliser {
	width: 145px;
	height: 21px;
	padding: 36px 0 0 0;
	/*float: right;*/
	background: url('images/customer/btn_personnaliser.png') 0 0 no-repeat;

	position: relative;
	top: -80px;
	left: 330px;
	z-index: 10;

	font-size: 12px;
	color: #fff;
	text-decoration: none;
}

/* btn controls */

#prevBtn, #nextBtn,
#slider1next, #slider1prev{ 
	display: none;
}	

/* numeric controls */

ol#controls {
	display: none;	
}