/* SLIDER_HORIZ */

div.slider_horiz {
  /*position:absolute;
  left:706px;
  top:334px;*/
  
  position:absolute;
  left:700px;
  top:330px;
  width: 208px;
  overflow: hidden;
  background:transparent url(../images/fd_slide_hrz.jpg) no-repeat 0 0;
  height: 53px;
}

div.slider_horiz .image
{
  overflow: hidden;
  height: 49px;
  width: 99999px;
  position:absolute;
  top:2px;

}

/* SLIDER_HOME */

div.slider_home ul,
div.slider_home ul li {
  width: 191px;
  height: 158px;
  overflow: hidden;
}

div.slider_home ul li img {
  width: 191px;
  height: 128px; /* 158 - 30 */
  overflow: hidden;
}

div.slider_home ul li em {
  width: 191px;
  height: 30px;
  color:#fff;
  font-size:11px;
  font-weight:bold;
  font-style:normal;
}

/* SLIDER_BIG */

div.slider_big ul,
div.slider_big ul li,
div.slider_big ul li img {
  width: 395px;
  height: 232px;
  overflow: hidden;
}

div.slider_big ul li {
  position: relative;
}

div.slider_big ul li img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

div.slider_big ul li em {
  position: absolute;
  top: 180px;
  /*left: 20px;*/
  left: 0px;
  z-index: 2;
  /*width: 345px;*/
   width: 395px;
  height: 40px;
  /*background: #fff;*/
  background-color: #000;
   filter: alpha(opacity=70); /* here you can set the opacity of box with text */
   -moz-opacity: 0.7; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
   opacity: 0.7; /* here you can set the opacity of box with text */
   color: #fff;
  /*display: none; important*/
}

div.slider_big .nav {
  margin: 10px 0 0 0;
}

div.slider_big .nav a {
  margin: 0 5px;
  background:transparent url(../images/fd_bt_slider.gif) no-repeat top left;
  width:23px;
  height:15px;
  padding:0px 8px 2px 8px;
  display:inline;
  font-size:11px;
  color:#fff; 
  text-decoration:none;
}

div.slider_big .nav a:hover {
text-decoration: underline;
}
