.t-slider, 
.t-pane {
	overflow: hidden;  
	position: relative;
}
.t-horizontal .t-slide,
.t-vertical .t-slide {
	float: left;
	width: 100%;
}
.t-vertical, 
/*.t-horizontal .t-slide,*/
.t-horizontal {
	width: 520px; /* default*/
}
.t-vertical {
	height: 520px; /* default*/
}
.t-horizontal .t-slide,
.t-autosize .t-slide {
	width: auto;
}
.t-slider .t-container {
	position: relative; 
}
.t-horizontal .t-container {
	width: 100000000px; /* % problem safarii */
}
.t-vertical .t-container {
	height: 100000000px;
} 
.t-slider .t-previous,
.t-slider .t-next {
	position: absolute;
	right: 0;
	bottom: 0; 
	width: 70px;
	height: 23px;
	z-index: 1;
	color: #fff;
	text-align: center;
	padding: 0px 5px;
	background: #679be3;
}
.t-slider .t-previous {
	left: 0;
}
.t-slider .t-play {
	/*width: 15px;
	position: relative;
	z-index: 2;*/	
	/*display: inline-block;*/
	position: relative;
	top: -2px;
	margin: 0 10px;
	padding: 2px 5px 2px 17px;
	color: #fff;
	font-size: 12px;
	/*height: 15px;
	text-indent: -9999em;
	overflow: hidden;*/
	text-decoration: none;
	background: #679be3 url(img/breadcrumb.gif) no-repeat -45px -13px;	
}
.t-slider .t-stop {
	background-position: -45px 2px;
} 
.t-vertical .t-previous {
	bottom: 0;	
}
.t-vertical .t-next {
	left: 0;
	top: 0;	
}
.t-slider .t-stopped {
	position: absolute;
	bottom: 0;
	left: 40%;
	font-size: 12px;
	display: none;	
}

/** = breadcrumb */
.t-breadcrumb {
	/*position: relative;
	z-index: 2; 
	display: inline-block; */
	margin: 0;
	padding: 0;
	/*overflow: visible;*/
}
.t-breadcrumb li {
	list-style: none;
	display: inline; /* trick */
	width: 19px;
}
.t-breadcrumb a {
	width: 17px;
	height: 16px;
	margin: 1px;
	display: block; 
	float: left; 
	font-size: 12px;
	text-align: center;
	color: #679be3;
	border-radius: 9px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	-o-border-radius: 9px;
	/*background-color: #eee;
	text-decoration: none; */
}
.t-breadcrumb a.active {
	background-color: #679be3;
	color: #fff;
}
.t-breadcrumb a.current,
.t-breadcrumb a:hover {
	background-position: -30px 0;
}
.t-breadcrumb-count {
	color: #777;
	float: right;	
}