

.jscroller UL,
.jscroller UL LI  {
	position:relative;
	overflow:hidden;
	margin:0;
	padding:0;
	list-style-type:none;
}

.jscroller UL LI {
  margin-bottom:0px;
}
/*---------------------------
	Homepage Job Scroller
---------------------------*/
#feat_jobs{
	width: 913px;	
}

#feat_jobs ul{
	width: 932px;
	margin-left: -11px;	
}

#feat_jobs ul li{
	float: left;
width: 220px;
height: 399px;
margin-left: 11px;
border: 1px solid #CCC;
margin-top: 10px;
}

#feat_jobs ul li img{
	width: 220px;
	height: 110px;
}

#feat_jobs ul li .div_jobtitle{
	padding-left: 5px;	
	padding-right: 5px;
	height: 50px;
	margin-top: 10px;
	padding-bottom: 10px;
}

#feat_jobs ul li .div_jobtitle a{
	padding: 5px 0px;	
	color: #F06224;
	font-weight: normal;
	font-size: 18px;
}

#feat_jobs ul li .salary{
	padding: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	color: #000;
	font-weight: normal;
	font-size: 15px;
}

#feat_jobs ul li .city{
	padding: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	color: #000;
	font-weight: normal;
	font-size: 15px;
}

#feat_jobs ul li .div_jobDesc{
	padding-left: 5px;
	padding-right: 5px;	
	padding-bottom: 5px;
}

/*---------------------------*/


ul.latestVert{
	width:100%;
	height:300px;
	margin:0;
	padding:0;
	float:left;
	overflow:hidden;

}

ul.latestVert li{
	width:100%;
	height:auto;
	margin:0 0 0 0;
	float:left;
	padding:10px 0px;
	border-bottom:solid 1px #ccc;
	cursor:pointer;
	font-size:18px;
	background:url(../../gfx/orange_arrow.jpg) right center no-repeat;
}

ul.latestVert li DIV.img{
	float:left;

	height:auto;
	
}

ul.latestVert li DIV.img img{
	border:solid 1px #DDDDDD;
	width: 220px;
	margin-bottom:10px;
}

ul.latestVert li DIV.title{
	float:left;
	width:100%;
	height:auto;
	;
}

ul.latestVert li DIV.title A{
	text-decoration:none;
	font-weight:600;
}

ul.latestVert li DIV.title A:hover{
	text-decoration:none;
	color:#878787;
}

/*---------------------------*/

#article_scroller.jscroller UL {
	height:220px;
}

#article_scroller.jscroller UL LI {
	height:220px;
	border:none;
}

#article_scroller.jscroller UL LI .div_jobtitle a{
	font-size:18px;
	font-weight:normal;
	line-height:25px;
}

#article_scroller.jscroller UL LI{
	color:#727272;
	font-size:12px;
}

#article_scroller.jscroller .div_image{
	float:left;
	border:0;
	margin-right:10px;
	width:130px;
	border:1px solid #DFDFDF;
}

#article_scroller.jscroller UL LI #button_row,
#article_scroller.jscroller UL LI #button_row{
	padding:5px;
	width:auto;
	height:37px;
	background:#DFDFDD;
	float:right;
	-webkit-border-radius: 5px;
	border-radius: 5px; 
	margin:5px;
}

/*---------------------------*/