@charset "utf-8";
/**
 * zh-tech
 *
 */

.touchSliderWrap
{
  background: #fff;
  overflow: hidden;
  position: relative;
}

.touchSlider
{
  /*height: 150px;*/
  margin-top:10px;
  margin-bottom:10px;
  margin-right: 10%;
  position: relative;
  overflow: visible;
}

.touchSlider ul
{
  width: 99999px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.touchSlider ul li {
  float: left;
  width: 100%;
  /*height: 150px;*/
  background: #fff;
  font-size: 14px;
  color: #fff;
}

.btn_area
{
	position:relative;
}

.touchbtn
{
	color:#ccc;
	z-index:9;
	position:absolute;
	width:20px;
	height:20px;
	font-size:20px;
	/*opacity:1;*/
	top:50%;
	margin-top:-10px;
}

.touchbtn:visited 
{
	color:#ccc;
}

.touchbtn:hover
{
	color:#fff;
	opacity:10;
}

.touchbtn:active
{
	color:#ccc;
}


.btn_prev
{
	left:15px;
}

.btn_next
{
	right:15px;
}

.touchSlider ol, ul, li { list-style:none; }