.featuredJobs center{display:none}
	
  #jobframe {
		margin:0 4px 0 0; 
		overflow:hidden;
		height:345px !important
		}

  
  #jobframe ul {margin:10px 0;}   
	#jobframe li {
		list-style-type: none; 
    margin:0;
  	border:none;
		line-height:1.5;
  }
  #jobframe .jobsHolder{
    color:#0088cc;
    border-bottom: 1px dashed #f90;
  }
  #jobframe .jobsHolder:hover{
    background:none !important;
    color: #005580;
    text-decoration:underline
  }
  #jobframe .jobsHolder ul{
   margin:0 
  }
  #jobframe .jobsHolder ul li:first-child{
   font-weight:bold; 
  }
  #jobframe li a{
   padding:5px 
  }
  .Featured a.more.link-external{
    margin-top:10px;
    display:inline-block;
  }
	.Featured a.more.link-external:after {
    content: "»";
    margin-left: 5px;
	}
	.Featured a.more.link-external:hover:after{
		text-decoration:none;
	}