.myHeader {
  font: 14px Tahoma;
  font-weight: bold;
  }
  
.myContent {
  font: 14px Tahoma;
  text-align: justify;
  }
  
#photos { 
   position: relative;   
   width: 280px;   
   height: 165px;   
   padding: 10px;   
   border: solid 1px #D2D2D2;  
   -webkit-box-shadow: 0 6px 6px -6px grey;  
   -moz-box-shadow: 0 6px 6px -6px grey;  
   box-shadow: 0 6px 6px -6px grey;  
}

#photos img{ 
   position: absolute;   
   top: 10px;   
   left: 10px;  
}

/* jquerydemo.com */

#slider {
    width: 600px;
    margin: 0 auto;
    position: relative;	
}

.slider-img {
    margin:0; 
    float: left;
    position: relative;
}

.caption  {
    color:#DC6804; 
    padding:5px 10px 10px 10px; 
    margin:0; 
    font-family:Verdana; 
    text-transform:uppercase; 
    font-size:12px;
}
    
.slider-mask {
    overflow:hidden;
    position: relative;
}   
   
#button-prev {
    position: absolute;
    top: 180px;
    cursor: pointer;
    left: -45px;
}

#button-next {
    position: absolute;
    top: 180px;
    cursor: pointer;
    right: -45px;
}

/* 
adjust #slider-content width as needed 
width = image width * image count
width = 600px * 3 = 1800px 
*/
#slider-content {
    width: 1800px;
    position: relative;
}    

.tb8 {
	width: 230px;
	height: 20px;
	border: 1px solid #3366FF;
	border-left: 4px solid #3366FF;
}

  .textbox { 
    border: 1px solid #c4c4c4; 
    height: 25px; 
    width: 275px; 
    font-size: 13px; 
    padding: 4px 4px 4px 4px; 
    border-radius: 4px; 
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
    box-shadow: 0px 0px 8px #d9d9d9; 
    -moz-box-shadow: 0px 0px 8px #d9d9d9; 
    -webkit-box-shadow: 0px 0px 8px #d9d9d9; 
} 
 
.textbox:focus { 
    outline: none; 
    border: 1px solid #7bc1f7; 
    box-shadow: 0px 0px 8px #7bc1f7; 
    -moz-box-shadow: 0px 0px 8px #7bc1f7; 
    -webkit-box-shadow: 0px 0px 8px #7bc1f7; 
}

