#container {
	background: url(images/vox-home-cont-bg.jpg) no-repeat;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	width: 880px;
	height: 385px;
	text-align: left;
}

#container a {
	color: #FFFFFF;
	font-size: 15px;
}

#right_col {
	margin: 35px 25px 55px 0px;
	width: 432px;
	float: right;
}

* html #right_col {
	margin: 35px 10px 55px 0px;
}

#right_col h1 {
	font-size: 30px;
	font-weight: normal;
	font-family: Arial;
	color: #149dbf;
	font-size: 30px;
	margin: 0px 0px -20px 0px;
}

#right_flash {
	width: 482px;

}

/* Easy Slider */
#slider{margin: 0 auto; margin-top: 40px; margin-bottom: -40px;}

#slider ul, #slider li{
	   font-weight: bold;
	   color: #f4f4f4;
	   text-align: justify;
	   font-size: 12px;
	   margin:0;
	   padding:0;
	   list-style:none;
	   }
* html #slider {
	margin-left: 20px;
}
#slider li{
	   /*
			   define width and height of list item (slide)
			   entire slider area will adjust according to the parameters provided here
	   */
	   line-height: 15px;
	   width:390px;
	   height:140px;
	   overflow:hidden;
	   }
#prevBtn, #nextBtn{ 
		display:block;
		width:8px;
		height:16px;
		position: relative;
		left:0px;
		top:-44px;
}	

#nextBtn{ 
		left:420px;
		top:-60px;
		}														
#prevBtn a, #nextBtn a{  
		display:block;
		width:8px;
		height:16px;
		background:url(images/left-arrow.png) no-repeat 0 0;
		behavior: url('iepngfix.htc');
		outline: none;
	}	
#nextBtn a{ 
		background:url(images/right-arrow.png) no-repeat 0 0;
}			 

#right { font-size: 11px; text-align: right; }
#top_font {letter-spacing: -0.3px; font-size: 21px; }                            

/* // Easy Slider */