

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

	.container{	
	background:url(../images/jobsliderbg.jpg) repeat-x bottom;
		position:relative;
		text-align:left;
		width:600px;
		clear:both;
		height:143px;
		position:relative;
		margin:0 auto;
		border:1px solid #ededed;

		}	
	.content{
		position:relative;
		}			

/* Easy Slider */

	#slider{
	margin-left:0px;
	margin: 0 auto;
	position:relative;
	
	
	}
	#slider img
{
opacity:0.7;
}	
#slider img:hover
{
opacity:1;
}
	#slider ul, #slider li{
		margin:0;
		padding:0 !important;
		list-style:none !important; background:none !important;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:560px;
		height:135px;
		overflow:hidden !important;
		padding:20px !important;
		
	
		}	
		
		
		
	
		
		
	#prevBtn, #nextBtn{ 
		display:block;
		width:18px;
		height:143px;
		position:absolute;
		right:0px;
		top:0px;
		}	
	#nextBtn{ 
		right:-19px;
		}	
		
		#prevBtn{ 
		left:-19px !important;
		left:-21px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:18px;
		height:143px;
		background: url(../images/leftaro.jpg) no-repeat 0 0 ;	
		}	
	#nextBtn a{ 
		background: url(../images/rightaro.jpg)  no-repeat 0 0 ;	
		}	
		
	
	
	.imgfloatleft
	{
	float:left;
	margin-right:25px;
	margin-bottom:15px;
	}
	
	.imgfloatleft img
	{
	opacity:1 !important;}
		
		
		
		
		#slider h3
		{
		font-size:20px;
		margin-bottom:10px;}






