@charset "UTF-8";
/* CSS Document */

img{border:none;}
	
			
    /* image replacement */
        .graphic, #prevBtn, #nextBtn{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
			

			

/* Easy Slider */

	
	
	
	#slider{ background-image:url(../images/bg_testimonial.gif); background-repeat:no-repeat;}	
	#slider ul, #slider li{
		margin:0;
		padding: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
		*/ 
		width:443px;
		height:280px;
		overflow:hidden;
		
		
		}
		
			
	#prevBtn, #nextBtn{ 
		display:block;
		width:20px;
		height:20px;
		position:relative;
		left:406px;
		top:-277px;
		}	
	#nextBtn{ 
		left:431px;
		top:-297px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:20px;
		height:20px;
		background:url(../images/prevArrow1.gif) no-repeat 0 0;	
		}	
	#nextBtn a{ 
		background:url(../images/nextArrow1.gif) no-repeat 0 0;	
		}		
		
		
		
		
	/*
	
	CSS for Slideshow
	
	*/	
#slideshow {
    position:relative;
    height:400px;
	width:743px;
	clear:both;
	float:left;
	margin-top:-175px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}


	
	/*
	
	CSS for dropdown menu
	
	*/	


ul {
	list-style:none;
	margin:0;
	padding:0;
	
}  