.div2 {width:960px;margin:15px auto; float:left;}
.class1{
    font-family: Calibri, Arial, Verdana;
	font-weight: normal;
	color:#5d5d5d;
	font-size: 15px;
	width:255px;
    height: auto;
    text-align:left;
    white-space:normal;
	margin:20px 18px 0 18px;
	float:left;
}
/*.class1 p{
	color:#5d5d5d;
	font-family: Calibri, Arial, Verdana;
	font-size: 15px;
	font-weight: normal;
}*/
.class1 span{
	font-family: 'Lato', sans-serif, Calibri, Arial, Verdana;
	font-weight: 300;
	font-size: 20px;
	color:#034462;
}
.class1 img{
    box-shadow:0 0 10px #b8b8b8;
	border:5px solid #FFFFFF;
}
/* Easy Slider */
/* image replacement */

.graphic, #prevBtn, #nextBtn{
	margin:0;
	padding:0;
	display:block;
	overflow:hidden;
	text-indent:-8000px;
	}
/* // image replacement */

#container{	
	margin:0 auto;
	position:relative;
	text-align:left;
	width:874px;
	border:1px solid #DDDDDD;
	padding:5px 43px 5px 43px; 
}
		
#content{
	position:relative;
}

/* Easy Slider */

#slider1{}	
#slider1 ul, #slider1 li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider1 li{ 
/* 
	define width and height of list item (slide)
	entire slider area will adjust according to the parameters provided here
*/ 
	width:874px;
	height:320px;
	overflow:hidden;
}	
#prevBtn, #nextBtn{ 
	display:block;
	width:16px;
	height:48px;
	position:absolute;
	left:-43px;
	top:120px;
	}	
#nextBtn{ 
	left:901px;
	}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:16px;
	height:48px;
	background:url(../../images/arr_previous.png) no-repeat 0 0;	
	}	
#nextBtn a{ 
	background:url(../../images/arr_next.png) no-repeat 0 0;	
	}												

/* // Easy Slider */