.contentslider {
  position:relative;
  display:block;
  width:1000px;
  height:586px;
  margin:0 auto;
}

.cs_wrapper {
  position:relative;
  display:block;
  width:100%;
  height:100%;
  margin:0;
  padding:0;
  overflow:hidden;
}

.cs_slider {
  position:absolute;
  width:10000px;
  height:100%;
  margin:0;
  padding:0;
}

.cs_article {
  float:left;
  position:relative;
  top:0;
  left:0;
  display:block;
  width:1000px;
  height:586px;
  margin:0 auto;
  padding:0;
}


/**
 * navigation buttons
 */
#cs_navBtns {
  margin-top: 2px;
  margin-left: 668px;
}
span.cs_leftBtn_wrapper, span.cs_rightBtn_wrapper {
  display: block;
  width:166px;
	height:60px;
  float: left;
}
span.cs_leftBtn_wrapper {
  /*background: transparent url(../images/btn_previous_disable.jpg) no-repeat; */
}
span.cs_rightBtn_wrapper {
  background: transparent url(../en/images/btn_next_disable.jpg) no-repeat;
}
 
 
a.cs_leftBtn, a.cs_rightBtn {
  width:166px;
	height:60px;
  display: block;
  text-decoration:none;
}

a.cs_leftBtn:link,a.cs_leftBtn:visited {
	background: transparent url(../en/images/btn_previous.jpg) no-repeat;
  opacity: 0;
}

a.cs_leftBtn:hover{
	background: transparent url(../en/images/btn_previous_f2.jpg) no-repeat;
}

a.cs_rightBtn:link,a.cs_rightBtn:visited {
	background: transparent url(../en/images/btn_next.jpg) no-repeat;
}

a.cs_rightBtn:hover{
	background: transparent url(../en/images/btn_next_f2.jpg) no-repeat;
}
