/* styles for slider */
#slcon {	
  margin: 10px auto;
  position: relative;
  text-align: left;
  width: 550px;
  height: 400px;
  background: #fff;		
}
#slcon img { border: none; }

#slhdr { height: 35px; background-color: #fff; border-bottom: 2px solid #fd9500; margin-bottom: 15px; }

#slhdr h1 { font-size: 120%; color: #333; margin: 1em 0; padding: 0; }

#slider { margin-bottom: 25px; }

#slider ul, #slider li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#slider li { 
  width: 550px;
  height: 300px;
  overflow: hidden; 
}

#prevBtn, #nextBtn { 
  display:block;
  width: 30px;
  height: 77px;
  position: absolute;
  left: -30px;
  top: 71px;
}	
#nextBtn { left: 550px; }
														
#prevBtn a, #nextBtn a {  
   display: block;
	width: 30px;
	height: 77px;
	background: url(images/slider/btn_prev.gif) no-repeat 0 0;	
}	
#nextBtn a { background: url(images/slider/btn_next.gif) no-repeat 0 0;}

.graphic, #header h1, #prevBtn, #nextBtn {		/* image replacement */
  margin: 0;
  padding: 0;
  display: block;
  overflow: hidden;
  text-indent: -8000px;
}

/* styles for lower three areas */
.lft { width: 158px; height: 215px; float: left; padding: 0 10px; }
.mid { width: 154px; height: 215px; float: left; padding: 0 10px; border-left: 2px solid #fd9500; border-right: 2px solid #fd9500; }
.rgt { width: 168px; height: 215px; float: left; padding-left: 10px; }
