@charset "UTF-8";

.SlidingPanels {
	position: relative;
	width: 100%;
	height: 400px;
	padding: 0px;
	border: none;
}
.SlidingPanelscontentopGroup {
	position: relative;
	width: 600px;
	margin: 0px;
	padding: 0px;
	border: none;
	
}
.SlidingPanelscontentop {
	width: 590px;
	height: 420px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	border: none;
}
.SlidingPanelsAnimating * {
	overflow: hidden !important;
}
.SlidingPanelsCurrentPanel {
}
.SlidingPanelsFocused {
}
#opSlide {
	width: 700px;
	
	float: left;
	
    border: solid 1px #999999;
	border-left: solid 0px #CCC;
	border-right: solid 0px #999;
	border-top: solid 0px #999;
	border-bottom: solid 0px #CCC;
	/**/
    background-color: #EDEDED;
    
}
#opSlide .SlidingPanels {
	width: 700px;
	height: 220px;
	float: left;
}
#opSlide .SlidingPanelscontentopGroup {
	width: 700px;
	float: left;
}
#opSlide .SlidingPanelscontentop {
	float: left;
	width: 700px;
	height: 320px;
}

#opSlide img {
	float: left;
	margin-right: 4px;
}

#opSlide .SlidingPanelscontentop .contentop {
	 
	width:700px;
	float: left;
}
#item1 .contentop, #item2 .contentop, #item3 .contentop {
	border-right: dashed 1px #999999;
}
#opSlide .contentop {
	height: 500px;
	width: 420px;
}

#opSlide p {
	margin-bottom:12px;
}

#opSlide .prev {
	text-align: left;
	padding: 4px 4px;
	clear: both;
}

#opSlide .next {
	text-align: right;
	padding: 4px 4px;
	clear: both;
}

.SlidingPanelsAnimating * {
	overflow: visible !important;
}

#opSlide .navLinks {
	clear: both;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top:-4px;
	
	background-image: url(../images/our_people_bg.png);
	background-repeat: repeat-x; 
}

    A.navLinks:link {color: #FFFFFF; font-weight:bold; font-family:Verdana; font-size:10px; text-decoration:none;}
    A.navLinks:visited {color: #FFFFFF; font-weight:bold; font-family:Verdana; font-size:10px; text-decoration:none;}
    A.navLinks:hover {color: #FFFFFF; font-weight:bold; font-family:Verdana; font-size:10px; text-decoration:underline;}
    A.navLinks:active {color: #CCCCCC; font-weight:bold; font-family:Verdana; font-size:10px; text-decoration:none;}
    



