.thumb-slider .ticker
{
	position: relative;
	float: left;
}
.thumb-slider
{
	position: relative;
	overflow: hidden;
	position: relative;
	margin: auto;
	border-top: 4px solid #FFFFFF;
	border-bottom: 4px solid #FFFFFF;
	background-color: #FFFFFF;
	user-select: none;
	-moz-user-select: none;
}
.thumb-slider UL LI
{
	float: left;
	padding: 0 !important;
	margin: 0 !important;
	list-style: none;
	position: relative;
	height: 100%;
	text-align: center;
}
.thumb-slider UL LI IMG, .thumb-slider UL LI A
{
	margin: auto;
	display: block;
	outline: none;
}
.thumb-slider UL LI A[href$='']
{
	height: 100%;
}
.thumb-slider UL LI A[href]
{
	background-image: none;
	padding: 0;
}
.thumb-slider UL
{
	position: absolute;
	padding: 0;
	margin: 0;
	list-style: none;
}
.thumb-slider UL LI .sep
{
	width: 20px;
	height: 100%;
	position: absolute;
	left: 0;
	background-image: url(images/sep-shadow.png);
	background-size: 20px 100%;
	background-repeat: no-repeat;
}
.thumb-slider .prev, .thumb-slider .next
{
	width: 38px;
	background-color: #FFFFFF;
	height: 100%;
	float: left;
	z-index: 10;
	position: relative;
	background-image: url(images/arrow-left.png);
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}
.thumb-slider .next
{
	float: right;
	background-image: url(images/arrow-right.png);
	box-shadow: inset 10px 2px 5px -6px #DCDCDC;
}
.thumb-slider UL LI .t
{
	position: absolute;
	bottom: 0;
	left: 1px;
	right: 0;
	z-index: 5;
	background-color: rgba(0, 0, 0, 0.5);
	color: #FFFFFF;
	text-align: left;
	padding-left: 10px;
	font-size: 0.85em;
	line-height: 150%;
	padding-top: 5px;
	padding-bottom: 5px;
}