@charset "UTF-8";
/* CSS Document */


div#slider-wrap{
	width:645px; height:126px;
	position:relative;
	}
	div#slider-centering{
		width:645px; height:113px;
		position:absolute; top:0; left:35px;
		}

/* Easy Slider */
	#slider ul{
		margin:0 auto;
		padding:1px 0 0 0;
		list-style:none;
		}
		#slider li{ 
			/* 
				define width and height of list item (slide)
				entire slider area will adjust according to the parameters provided here
			*/ 
			margin:0;
			padding:0;
			list-style:none;
			width:645px; height:112px;
			overflow:hidden;
			}
			#slider li a{
				border:none;
				margin:0; padding:0;
				}
	#prevBtn, #slider1prev{ 
		display:block;
			width:56px; height:56px;
		position:absolute;
		top:0; left:-28px;
		z-index:1000;
		}
		#prevBtn a, #slider1prev a{  
			display:block;
			width:56px; height:56px;
			margin-top:28px;
			border:none;
			background:url(/ab/images/common/slider/btn-prev.png) no-repeat 0 0;	
			text-indent:-9999px;	
			}
			#prevBtn a:hover, #nextBtn a:hover, #slider1next a:hover, #slider1prev a:hover{  
				}	
	
	#nextBtn, #slider1next{
		display:block;
			width:56px; height:56px;
		position:absolute;
		top:0px; left:617px;
		z-index:1000;
		}														
		#nextBtn a, #slider1next a{ 
			display:block;
			width:56px; height:56px;
			margin-top:28px;
			border:none;
			background:url(/ab/images/common/slider/btn-next.png) no-repeat 0 0;	
			text-indent:-9999px;	
			}	
			#nextBtn a:hover, #slider1next a:hover{ 
				}	
