@charset "utf-8";
/* CSS Document */
#slideswrapper {
  clear: both;
  height:407px;
  width: 600px;
  float: left;
  display: inline;
position: relative;
z-index: 100;
border-right: 4px solid #ccc;
}
#nslides { visibility: hidden; }
#nslides {
  clear: both;
  height:407px;
  width: 600px;
position: relative;
z-index: 100;
}

#nslides ul. #nslides li{
  clear: both;
  height:407px;
  width: 600px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.slide-one, .slide-two, .slide-three, .slide-four, .slide-five{
  display: block;
  height:407px;
  width: 600px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
}
#nslides li p {
  color: #FFFFFF;
  padding: 0px;
  margin: 0px;
}
#nslides li p a{
  color: #FFFFFF;
}

.slide-two{ background: url(../html/slide-chemists.jpg) no-repeat center center; }
.slide-three{ background: url(../html/slides-girlslaptop.jpg) no-repeat center center; }
.slide-four{ background: url(../html/slides-laptopinterview.jpg) no-repeat center center; }
.slide-five{ background: url(../html/slides-medstudents.jpg) no-repeat center center; }
#controls {
position: relative;
z-index: 1000;
display: block;
width: 600px;
left: 500px;
padding-left: 5px;
margin-top: -400px;
}
#prevBtn {
  height: 32px;
  width: 32px;
  float: left;
  display: inline;
}
#nextBtn {
  height: 32px;
  width: 32px;
   float: left;
  display: inline;
}
	#prevBtn a{  
		display:block;
		position:relative;
  height: 32px;
  width: 32px;
		background: url(../html/btn_back.png) no-repeat 0 0;
   	overflow:hidden;
	text-indent:-8000px;	
		}	
   #nextBtn a{  
		display:block;
		position:relative;
  height: 32px;
  width: 32px;
		background: url(../html/btn_next.png) no-repeat 0 0;
    	overflow:hidden;
	text-indent:-8000px;	
		}	

