#homeSlider {
  background: #f1f1f1;
  border-bottom: 1px solid #ccc;
  float: left;
  height: 192px;
  overflow: hidden;
  position: relative;
  width: 960px;
  z-index: 99;
}
#homeSlider ul {
  border-bottom: 1px solid #fff;
  display: block;
  height: 191px;
  position: relative;
  width: 960px;
}
#homeSlider ul li { 
  display: block;
  height: 191px;
  width: 960px;
}
#homeSlider .slide {
  display: block;
  height: 191px;
  position: relative;
  width: 9600px;
}
#homeSlider .text {
  float: left;
  font-size: 1.3em;
  height: 191px;
  line-height: 130%;
  overflow: hidden;
  padding: 10px 14px 0 14px;
  position: relative;
  text-align: left;
  width: 260px;
}
#homeSlider .text h2 {
  color: #D9241B;
  font-family: 'Times New Roman';
  font-size: 1.8em;
  font-weight: normal;
  line-height: 110%;
  margin-bottom: 5px;
  text-transform: uppercase;
}
#homeSlider .text a.more {
  background: #D9241B;
  border-bottom: 1px solid #B51A15;
  border-left: 1px solid #F92A22;
  border-right: 1px solid #B51A15;
  border-top: 1px solid #F92A22;
  /* Begin of box-shadow */
  border-collapse: separate; /* For IE 9 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#d4d4d4'); /* For IE 5.5 - 7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#d4d4d4')"; /* For IE 8 */
  -moz-box-shadow: 1px 1px 3px #333;
  -webkit-box-shadow: 1px 1px 3px #333;
  box-shadow: 1px 1px 3px #333;
  /** End of box-shadow **/
  bottom: 20px;
  color: #fff;
  display: block;
  float: right;
  margin: 5px 0;
  padding: 3px;
  position: absolute;
  right: 20px;
  text-align: center;
  text-transform: uppercase;
  width: 75px;
}
#homeSlider .text a.more:hover {
  background: #B41914;
  text-decoration: none;
}
#homeSlider a.slideInstrument, #homeSlider a.slideFire, 
#homeSlider a.slideCrane, #homeSlider a.slideHigh {
  background: url('../images/slides/slide1.jpg') no-repeat 0 0;
  display: block;
  float: left;
  height: 191px;
  text-indent: -9999em;
  width: 672px;
}
#homeSlider a.slideFire {
  background: url('../images/slides/slide3.jpg') no-repeat 0 0;
}
#homeSlider a.slideCrane {
  background: url('../images/slides/slide4.jpg') no-repeat 0 0;
}
#homeSlider a.slideHigh {
  background: url('../images/slides/slide2.jpg') no-repeat 0 0;
}
/*
#homeSlider a.slideInstrument:hover, #homeSlider a.slideFire:hover, 
#homeSlider a.slideCrane:hover, #homeSlider a.slideHigh:hover {
  background-position: 0 -191px;
}
*/