.t-slider {
	overflow: hidden;
	position: relative;
	padding: 25px 0 25px 0;
} 
.t-horizontal {
	width: 620px; /* default*/
}
.t-vertical {
	width: 620px; /* default*/
	height: 620px; /* default*/
}
.t-horizontal .t-slide {
	float: left;
	width: 584px; /* default*/
	margin: 10px;
	/* for left/right spaces use padding: */
}
.t-vertical .t-slide {
	float: left;
	width: 100%;
}
.t-slider .t-container {
	position: relative; 
}
.t-horizontal .t-container {
	width: 10000000px; /* % problem safarii */
}
.t-vertical .t-container {
	height: 10000000px;
}
.t-slider .t-next {
	position: absolute;
	right: 5px;
	bottom: 0;
}

.t-slider .t-previous {
	position: absolute;
	left: 5px;
	bottom: 0;
}

.t-notice {
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	width: 100%;
	padding: 0;
	margin: 0;
	color: #5ca4fe;
	font-size: 1.1em;
	font-weight: bold;
}

.t-breadcrumb {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	padding: 0 0 15px 0;
	text-align: right;
	overflow: visible;
	list-style: none;
}
.t-breadcrumb li {
	display: inline-block;
}
.t-breadcrumb a {
	width: 15px;
	height: 15px;
	margin: 2px;
	display: inline-block;
	text-indent: 9999px;
	overflow: hidden;
	border: 0;
	background: url(img/textSlider.gif) no-repeat 0 0;
	opacity: 0.6;
	_filter: alpha(opacity=60);
}
.t-breadcrumb a.active,
.t-breadcrumb a:hover {
	opacity: 1;
	_filter: alpha(opacity=100);
}
.t-breadcrumb a.active {
	background: url(img/textSlider.gif) no-repeat 0 -15px;
}
/*.t-loader {
	opacity: 0.5;
	_filter: alpha(opacity=50);
	background: url(img/ajax-loader.gif) no-repeat 50% 50%;
}
.t-loader * {
	visibility: hidden;
}*/
