﻿/*
 * job-highlight
 */
#job-highlight 
{
    margin-top: -50px;
    margin-right: 10px;
    width: 400px;
    height: 245px;
      
    float: right;
    position: relative;
    
    padding: 0px 3px 0px 3px;
    
}
    
    #slideshow-container
	{
        border-top: 1px solid rgb(192, 192, 192);
        border-bottom: 1px outset rgb(50, 50, 50);
        border-right: 1px outset rgb(50, 50, 50);
        border-left: 1px solid rgb(192, 192, 192);
        
    }
     
    #job-highlight #slogan
    {
        float: right;
        text-align: right;
        font-size: 12px;
        font-weight: bold;
        font-family: Verdana, Tahoma, Arial, sans-serif;
        margin-top: 210px;
        padding-top: 5px;
        margin-bottom: -400px;
    }
    
    #job-highlight .rotate
    {
	/*
        float: left;
	position: relative;
        margin-bottom: -205px;
      */  
    }

