#career_show {
    position:relative;
    z-index:1;
    width:593px;
    height:300px;
    overflow: hidden;
    cursor: pointer;
    /*background: url(/assets/html5apps/images/preloader4.gif) 50% 50% no-repeat;*/
    text-align: left;
}

#career_title_back {
	position: absolute;
	z-index:50;
	top: 0;
	left: -593px;
	width:593px;
	height:52px;
	background:#325274;
	opacity:0.75;
	filter:alpha(opacity=75); /* For IE8 and earlier */
}
#career_title {
	position: absolute;
	z-index:60;
	width:593px;
	top: 0px;
	left: 160px;
	padding:19px;
	color:#fff;
	font-size:15px;
	letter-spacing:2px;
	opacity:0;
	filter:alpha(opacity=0); /* For IE8 and earlier */
}
#career_highlight {
	position: absolute;
	z-index:70;
	top: 0;
	left: -103px;
	width:103px;
	height:52px;
	background: url(/assets/images/careers/highlight.png) no-repeat;
	opacity:0.2;
	filter:alpha(opacity=20); /* For IE8 and earlier */
}
#career_profiles {
	width: 100%;
	height:100%;

}
.profile {
	position: absolute;
	z-index:10;
	top: 0;
	left: 0;
	width:593px;
	height:300px;
	opacity:0;
	filter:alpha(opacity=0); /* For IE8 and earlier */

}
.profile_info {
	margin-top:68px;
}
.profile_name {
    float:left;
    width:210px;
    font-size:20px;
    color:#676360;
    padding-bottom:4px;
}
.profile_place {
    float:right;
    width:140px;
    font-size:12px;
    color:#888680;
    text-align:right;
    margin-right:20px;
    text-transform: uppercase;
    line-height:20px;
}
.profile_info {
	float:right;
	width: 376px;
}
.profile_edu {
   font-size:11px;
   color:#014572;
   clear:both;
   margin-top:24px;
   line-height:14px;
}
.profile_quote {
    font-size:13px;
    color:#6c6962;
    line-height:16px;
    font-style:italic;
    margin-top:5px;
    padding-right:18px;
}
#profile_bot_nav {
	position: absolute;
	z-index: 40;
	bottom:0;
	right:0;
	width: 0;
	height: 22px;
	padding-top:2px;
	padding-right:8px;
	border-top: 1px solid #325274;
	background: url(/assets/images/careers/grad_bottom.png) right repeat-y;
	overflow: hidden;
	opacity:0;
	filter:alpha(opacity=0); /* For IE8 and earlier */
}
#profile_count {
	font-weight:bold;
	font-size: 12px;
}
#profile_bot_nav ul {
	list-style: none;
	float: right;
	padding:0;
	margin:0;
}
#profile_bot_nav ul li {
	display: inline;
	color:#858586;
}
#profile_bot_nav ul li a, #profile_bot_nav ul li a:visited {
	color: #fff;
	font-weight: bold;
	font-size:12px;
	letter-spacing: 2px;
	text-decoration: none;
	padding-right: 24px;
	background: url(/assets/images/careers/arrow_sprite.png) right -32px no-repeat;
}
#profile_bot_nav ul li a:hover {
    color: #990000;
    background: url(/assets/images/careers/arrow_sprite.png) right -5px no-repeat;
}
.slideshow {
    position:relative;
    display:block;
    float: left;
    width:198px;
    height:300px;
    overflow:hidden;
}
.active .slideshow {
	height:0;
}

.slides {
    position:relative;
    width:198px;
    height:300px;
    overflow: hidden;
/*    opacity:0;
	filter:alpha(opacity=0); /* For IE8 and earlier */*/
}

.slides img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

.slides img.active {
    z-index:10;
}

.slides img.last-active {
    z-index:9;
}

