#container{	
		/* margin:0px 0px;
		position:relative;
		text-align:left; */
		}	
	#content{
		position:relative;
		margin:0;
		padding:0;
		}			

/* Easy Slider */

	#slider{
		margin:0 auto;
		}	
	#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:350px;
		height:150px;
		overflow:hidden;
		}	
		

	p#controls{
		margin:0;
		position:relative;
		} 
	
	#prevBtn, #nextBtn{ 
		display:block;
		height:28px;
		margin-left:-22px;
		margin-top:85px;
		overflow:hidden;
		position:absolute;
		text-indent:-8000px;
		top:-170px;
		width:13px;
		}	
	#nextBtn{ 
		left:434px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:13px;
		height:28px;
		background:url(../images/prev.png) no-repeat 0 0;	
		}	
	#nextBtn a{ 
		background:url(../images/next.png) no-repeat 0 0;	
		}	
		
	#prevBtn a:hover, #nextBtn a:hover{  
		display:block;
		width:13px;
		height:28px;
		background:url(../images/prev.png) no-repeat 0 0;	
		}	
	#nextBtn a:hover{ 
		background:url(../images/next.png) no-repeat 0 0;	
		}				
		
		
		
		
		#slider1{
		
		/*width:562px;*/
		margin:0 auto;
		/* overflow:visible!important; */
		/* height:141px;
		visibility:comment; */
		/*overflow:visible!important; /* Added on 16 march */
		/*border:1px solid red;*/
		}	
	#slider1 ul, #slider1 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider1 li{ 
		
		width:214px;
		height:146px;
		overflow:hidden;
		}	
		

		#prevBtn1, #nextBtn1{ 
		
		display:block;
		height:15px;
		margin-left:10px;
		margin-top:85px;
		overflow:hidden;
		position:absolute;
		top:-68px;
		width:auto;
		}	
	#nextBtn1{ 
		left:145px;
		}														
	#prevBtn1 a{  
		display:block;
		width:auto;
		height:15px;
		color:#5B87A4;
		font:bold 12px Arial;
		padding: 0 0 0 11px;
		background-position:left center!important;
		background:url(../images/arrow2.png) no-repeat 0 0;	
		}	
	#nextBtn1 a{  
		display:block;
		width:auto;
		height:15px;
		color:#5B87A4;
		font:bold 12px Arial;
		padding: 0 11px 0 0;
		background-position:right center!important;
		background:url(../images/arrow2.png) no-repeat 0 0;	
		}
	#nextBtn1 a{ 
		background:url(../images/arrow3.png) no-repeat 0 0;	
		}	
		
	#prevBtn1 a:hover, #nextBtn1 a:hover{  
		text-decoration:underline;
		
		}	
	#nextBtn1 a:hover{ 
		text-decoration:underline;
		}