.slideshow {
position:relative; 
margin: 0;
padding:0;
/*float: left;*/
width: 100%;
height: 109px;
/*background-color: green;*/
}

.boxhead { height: 18px; width: 100%;}
.boxhead h3 { font-size:12px; font-weight:bold; }
.slideshow .boxbody {	
/*padding: 2px;
border: 2px solid #e9e9e9;*/
}

.slideshow .boxbody {
  /*padding: 2px;
	_width: 317px;*/
	height: 87px;
	width: 100%;
	/*_height: 160px;
  border: 2px solid #e9e9e9;
	_overflow: hidden;*/
	/*background-color: red;*/
}



/* slideshow | index site */
.slideshow .boxbody {
  position: static;
  overflow: hidden;
}

.slideshow .boxbody .boxbody_wrap {
  position: relative;
  width: 100%;
  height: 100%;
  /*  border:1px solid red;*/
}

.slideshow .boxbody .boxbody_wrap .slideshow_items_wrap {
  position: relative;
  margin: 0;
  height: 87px;
  overflow: hidden;
  /*border:1px solid blue;*/
}

#slideshow_bottom .navleft {
  position: absolute;
  display: block;
  float:left;
  background-color: black;
  top: 34px;
  left: -52px;  
  width: 44px;
  height: 44px;
  cursor: pointer;
  background: transparent url("../images/slideshow_nav_leftRoll.png") center center no-repeat;
  _background:none; 
  _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/slideshow_nav_leftRoll.png',sizingMethod='crop');
  /*border:1px solid green;*/
  z-index: 1;
}


#slideshow_bottom .navright {
  position: absolute;
  display: block;
  top: 34px;
  right: -52px;
  width: 44px;
  height: 44px;
  cursor: pointer;
  background: transparent url("../images/slideshow_nav_rightRoll.png") center center no-repeat;
  _background: none; 
  _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/slideshow_nav_rightRoll.png',sizingMethod='crop');  
  z-index: 100;
}

#slideshow_bottom .inactivebutton {
  position: absolute;
  display: block;
  /*top: 0;
  right: 0;
  width: 25px;
  height: 67px;*/
  cursor: default;
  background: transparent url("../images/slideshow_nav_inactive_left.png") center center no-repeat;
  _background:none; 
  _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/slideshow_nav_inactive_left.png',sizingMethod='crop');
  z-index: 100;
}

#slideshow_bottom #slideshow_bottom_rightbutton.inactivebutton {
  position: absolute;
  display: block;
  /*top: 0;
  right: 0;
  width: 25px;
  height: 67px;*/
  cursor: default;
  background: transparent url("../images/slideshow_nav_inactive_right.png") center center no-repeat;
  _background:none; 
  _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/slideshow_nav_inactive_right.png',sizingMethod='crop');
  z-index: 100;
}


ul.slideshow_items {
  position: absolute;
  width: 5000px;
}

.slideshow ul.slideshow_items li.slideshow_item {
  position: relative;
  margin: 0 0 0;
  padding: 0;
  width: 132px;
  height: 87px;
  background: transparent url(../images/thumb_bg.gif) 0 0 no-repeat;
  /*border-width: 1px 0;
  border-style: dashed;
  border-color: #d3d3d3;*/
  float: left;
  /*_font-size: 0;*/
}

 .slideshow ul.slideshow_items li.slideshow_item a.imgwrap {
  float: left;
  margin: 5px 0 0 5px;
  width: 116px;
  height: 71px;
  /*_width: 64px;
  _height: 64px;*/
  text-decoration: none;
  border: none;
  /*border: 1px solid #8b8b8b;*/
}

 /*.slideshow ul.slideshow_items li.slideshow_item a.imgwrap img { padding:4px 0 0 5px; }*/

 .slideshow ul.slideshow_items li a.imgwrap span {
  left: 2px;
  bottom: 2px;
}

#slideshow_top .slideshow_items_wrap {
  position: relative;
  margin: 0;
  height: 166px;
  overflow: hidden;
}

#slideshow_top .slideshow_item {
  height: 166px;
  float: left;  
}

#slideshow_top_cardwrap {
  left: 0px;  
}

 .slideshow .nav button.stop {
  cursor: pointer;
  margin: 0 6px 0 0;
  width: 85px;
  height: 24px;
  background: url("../images/en/slideshow_stop.png") no-repeat scroll 0 0;
  /*_background: none;
  _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/en/slideshow_stop.png',sizingMethod='crop');*/
  border: none;
}

.services #slideshow_services .inactivebutton { 
  cursor: default;
}

