.tbjsSlides{
	padding: 0;
	margin: 0;
	list-style: none;
	overflow: hidden;
}
.tbjsSlides li {
	float: left;
}

.tbjsSlides img{
	border:0;
	display: block;
}

.tbjsSlideTriggers{
	margin: 0;
	padding: 0;
	list-style: none; 
	position: absolute; 
	right: 0px;
	z-index: 10;
	height: 25px;	
}
.tbjsSlideTriggers li{
	float: left;
	display: inline;
	color: #f17401;
	text-align: center;
	line-height:16px;
	width: 16px;
	height: 16px;
	font-family: Arial;
	font-size: .9em;
	cursor: pointer;
	overflow: hidden; 
	margin:3px 6px;
	background: url(tbjsslide_trigger.gif) no-repeat center center;
}
.tbjsSlideTriggers li.Current{ 
	color:#fff; 
	background: url(tbjsslide_trigger_c.gif) no-repeat center center;
	border:0; 
	font-weight:bold;
	font-size: 1.1em;
	line-height: 21px;
	height: 21px;
	width: 21px;
	margin:0 6px; 
}