/* Easy Slider */

	#slider{
	
	}	
	#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:696px;
		height:110px;
		overflow:hidden; 
		}	
		
		
			#slider li #slidecontent{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:80px;
		float:left;
	
		text-align:center;
		margin:0 3px;

		}	
		
		
					#slider li #slidecontent .imgs{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
	border:1px solid #9ae7ff;
	margin-bottom:2px;

		}
		
							#slider li  #title{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
	font-weight:normal;

		}
		
		
									#slider li  #title a{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
	font-weight:normal;
		text-decoration:none;

		}
		
											#slider li  #title a:hover{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
	font-weight:normal;
	text-decoration:none;
color:#ff3300;
		}
		

					
		
	p#controls{
		margin:0;
		position:relative;
		} 
	
	#prevBtn, #nextBtn{ 
		display:block;
		margin:0;
		overflow:hidden;
		text-indent:-8000px;		
		width:30px;
		height:40px;
		position:absolute;
		left:-30px;
		top:-85px;
	
		}	
	#nextBtn{ 
		left:696px;
		
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:30px;
		height:77px;
		background:url(../imgs/arrowleft.gif) no-repeat 0 0;	
		
		}	
	#nextBtn a{ 
		background:url(../imgs/arrowright.gif) no-repeat 0 0;	
	
		}			
		
		       .graphic, #header h1, #prevBtn, #nextBtn{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }									

/* // Easy Slider */


					




