﻿
/* image replacement *
.graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
	margin:0;
	padding:0;
	display:block;
	overflow:hidden;
	text-indent:-8000px;
}
/* // image replacement */	

/* Easy Slider */

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

#slider2{margin-top:1em;}


#sliderWide li{ 
	height:260px;
}


#sliderWide ul{ 
	overflow:hidden;
	height:260px;
}

#sliderHome #slider li, #slider2 li{ 
	height:220px;


	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	/*width:200px;
	height:200px;
	overflow:hidden; */
}

#prevBtn, #nextBtn,
#slider1next, #slider1prev{ 
	display:none;
	/*width:30px;
	height:77px;*/
}	

#nextBtn, #slider1next{ 
	/*left:696px;*/
}														

#prevBtn a, #nextBtn a,
#slider1next a, #slider1prev a{  
	/*display:block;
	position:relative;
	width:20px;
	height:40px;
	background: url('../images/btn_prev.gif') no-repeat 0 0 red;*/
}	

#nextBtn a, #slider1next a{ 
	/*background: url('../images/btn_next.gif') no-repeat 0 0 red;*/
}

/* numeric controls */	


#sliderHome ol#controls {
	height: 10px;
	width: 566px;
	display:none;
	padding: 0px;

	position: absolute;
	margin: -340px 0px 0px 645px;
}

ol#controls {
	height: 10px;
	width: 566px;
	padding: 0px;

	position: absolute;
	margin: -340px 0px 0px 645px;
}

ol#controlsBis {
	height: 10px;
	width: 60px;

	padding: 0px;

	position: absolute;
	margin: -340px 0px 0px 645px;
}

ol#controls li{
	height:10px;
	width: 10px;

	margin:0 5px 0px 0px; 
	padding:0;

	float:left;
	list-style:none;

	line-height:28px;

	outline:none;
}

ol#controls li a {
	float:left;
	width: 10px;
	height:10px;

	overflow: hidden;

	color:#555;
	padding:0;
	margin: 345px 5px 0px -640px;

	text-decoration:none;
	outline:none;
	line-height: 1500px;

	background: url('images/customer/bg_gray_circle.jpg') 0px 0px no-repeat;
}

ol#controls li.current a {background: url('images/customer/bg_oran_circle.jpg') 0px 0px no-repeat;}

ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{background: url('images/customer/bg_oran_circle.jpg') 0px 0px no-repeat black;}

	
/* // Easy Slider */
