#ci_show {
    position:relative;
    z-index:1;
    width:594px;
    height:0;
    overflow: hidden;
    cursor: pointer;
    background: url(/assets/images/careers/slides/index/group.jpg) no-repeat;
    text-align: left;
	opacity:0;
	filter:alpha(opacity=0); /* For IE8 and earlier */
}
#bar_top {
	position: absolute;
	z-index: 20;
	top: 0;
	left: 0;
	height: 30px;
	width: 0;
	background:#325274;
	opacity:0.75;
	filter:alpha(opacity=75); /* For IE8 and earlier */
}
#bar_bottom {
	position: absolute;
	z-index: 21;
	top: 150px;
	left: 0;
	height: 30px;
	width: 0;
	background:#325274;
	opacity:0.75;
	filter:alpha(opacity=75); /* For IE8 and earlier */
}
#ci_admin {
	position: absolute;
	z-index:30;
	top: 0;
	left: 0;
	width:296px;
	height:300px;
	overflow: hidden;
		opacity:0;
	filter:alpha(opacity=0); /* For IE8 and earlier */
}
#ci_intern {
	position: absolute;
	z-index:50;
	top: 0;
	left: 296px;
	width:296px;
	height:300px;
	border-left: 1px solid #7b9baa;
	overflow: hidden;
		opacity:0;
	filter:alpha(opacity=0); /* For IE8 and earlier */
}
#ci_entry {
	position: absolute;
	z-index:40;
	top: 150px;
	left: 0;
	width:296px;
	height:300px;
	overflow: hidden;
		opacity:0;
	filter:alpha(opacity=0); /* For IE8 and earlier */
}
#ci_exp {
	position: absolute;
	z-index:60;
	top: 150px;
	left: 296px;
	width:296px;
	height:300px;
	border-left: 1px solid #7b9baa;
	overflow: hidden;
		opacity:0;
	filter:alpha(opacity=0); /* For IE8 and earlier */
}
.ci_bar {
	position: absolute;
	z-index: 600;
	top: 0px;
	left: 0;
	height: 30px;
	width: 296px;
	background:#325274;
	opacity:0.75;
	filter:alpha(opacity=75); /* For IE8 and earlier */
}
.ci_title {
	position: absolute;
	z-index:10;
	width:296px;
	top: 0px;
	left: 160px;
	padding:8px;
	color:#fff;
	font-size:15px;
	font-weight:bold;
	letter-spacing:2px;
	opacity:0;
	filter:alpha(opacity=0); /* For IE8 and earlier */
}


.button_nav {
	position: absolute;
	z-index: 500;
	top:0;
	left:0;
	width: 296px;
	height: 150px;
	padding-top: 120px;
	text-align: center;
	background: url(/assets/images/careers/slides/index/grad_circle.png) no-repeat;
	overflow: hidden;
	opacity:0;
	filter:alpha(opacity=0); /* For IE8 and earlier */
}
.button_nav a, .button_nav 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;
}
.slideshow {
    position:relative;
    display:block;
    float: left;
    width:296px;
    height:150px;
    overflow:hidden;
}
/*.active .slideshow {
	height:0;
}*/

.slides {
    position:relative;
    width:296px;
    height:150px;
    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;
}

