.left{
	float:left;
	margin: 0 20px 0 0;
	border: #CCC solid 1px;}

#inter{
	width: 520px;
	height:370px;
	background:url(../imgs/bg_slider.jpg) top left no-repeat;

}

#inter h1 {
	font-size:16px;
	font: Georgia, "Times New Roman", Times, serif;
	text-transform:none;
	color:#009edf;

	
}
#inter h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:none;
	font-size:16px;
	color:#000;
	padding:0 0 10px 0;
}



#inter h3 {
	font-size:12px;
	color:#009edf;
	padding:0 0 0 20px;
	font-weight:bold;
	text-transform:none;
}
	img{border:none;}

			

			

/* Easy Slider */

	#inter #slider ul, #slider li,
	#inter #slider2 ul, #inter #slider2 li{
		margin:0;
		padding:0;
		list-style:none;

		}
	#inter #slider{
		padding-top:75px;
	margin-left:20px;
	}
 	#inter #slider li, #inter #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		
		background:none;
		border:none;
		padding:0;
		width:480px;
		height:260px;
		overflow:hidden; 
		color:#717171;
		list-style:none;
		}	


#col2 #inter #slider h3 a{

	font-size:12px;
	color:#009edf;
	padding:0;
	line-height:normal;
		}
	
	
#col2 #inter #slider h3 a:hover{

	font-size:12px;
	color:#000;
	padding:0;
	line-height:normal;
		}
	
	
	/* numeric controls */	

	#inter #slider2 ol#controls{
		margin:1em 0;
		padding:0;
		height:15px;	
		}
	ol#controls li{
		font-family:Georgia, "Times New Roman", Times, serif;
		margin:10px 5px 0 0; 
		padding:0;
		float:right;
		list-style:none;
		height:15px;
		line-height:15px;
		}
	ol#controls li a{
		float:left;
		height:15px;
		line-height:15px;

		background:#f9dfa3;
		color:#cba241;
		padding:0 5px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background-color:#f6cf73;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}