@charset "UTF-8";
/* CSS Document */

.textSlider1{
	width: 220px;
	height:160px;
	position:relative;
	padding: 0;
	overflow: visible;
}
.textSlider1 .as2wrapper{
	width:220px;
	overflow:hidden;
	height:160px;
	margin:0px;
	position:absolute;
	top:0;
	left:0;
	background-color:none;
}
.textSlider1 .as2wrapper ul{width:99999px;list-style:none;position:absolute;top:0;left:0;border:none;margin:0;}
.textSlider1 ul .stacks_out{
	display:block;
	float:left;
	padding:0;
	height:160px;
	width:220px !important;
	margin:0;
	overflow:visible;
	color:#666666;
}
.textSlider1 ul .stacks_out .stacks_out{display:block;width:auto !important;}
.textSlider1 .arrow{display:none;bottom:50%;height:50px;width:50px;text-indent:-9999px;position:absolute;cursor:pointer;margin-bottom:-25px;}
.textSlider1 .forward{right:-0px;margin-right:-2px;margin-left:2px;background:transparent url(../images/forward1.png) no-repeat center center;}
.textSlider1 .back{left:-0px;background:transparent url(../images/back1.png) no-repeat center center;}
.textSlider1 .forward:hover{background: transparent url(../images/forwardh1.png) no-repeat center center; }
.textSlider1 .back:hover{background: transparent url(../images/backh1.png) no-repeat center center; }

.textSlider1 #thumbNav{position:relative;top:-40px;text-align:right;padding:12px 0 0;}
.textSlider1 #thumbNav a{color:black;font:11px/18px Georgia, Serif;display:inline-block;padding:2px 8px;height:18px;margin:0 5px 0 0;background:transparent url(../images/normal2.png) no-repeat center center;text-align:center;}
.textSlider1 #thumbNav a:hover{background:transparent url(../images/normal2.png) no-repeat center center;}
.textSlider1 #thumbNav a.cur{background:transparent url(../images/current2.png) no-repeat center center;}

.textSlider1 .as2wrapper ul ul{position:static;margin:0;background:none;overflow:visible;width:auto;border:0;}
.textSlider1 .as2wrapper ul ul li{float:none;height:auto;width:auto;background:none;}
.textSlider1 ul{padding:0;margin:0;}
.textSlider1 #start-stop{display:none;}
.textSlider1 #start-stop.playing{display:none;}
