/*---------------------ts-wide---------------------------------------*/

#ts-wide {
	height: 246px;
	float: left;
	width: 500px;
	background-color: #000000;
	margin: 3px 0 3px 0;
	border: 1px solid #999;
	overflow: hidden;
}

#ts-nav-cont {
	height: 16px;
	margin-top: -16px;
	margin-right: 2px;
	position: relative;
	top: 18px;
	left: 0px;
	z-index: 10;
	float: right;
}

#ts-nav-cont a {
	background-color: #FFF;
	display: block;
	float: left;
	color: #FFF;
	font-size: 1em;
	font-weight: bold;
	padding: 2px;
	text-decoration: none;
	margin-right: 1px;
	width: 14px;
	height: 8px;
	border: 1px solid #999;
	outline: none;
}

#ts-nav-cont a.activeSlide {
	color: #666;
	background: #666;
}

#ts-nav-cont a:hover {
	background-color: #333;
}

#ts-viewpane {
	width: 500px;
	height: 246px;
}

#ts-viewpane .ts-unit {
	width: 500px;
	height: 246px;
	background-color: #fff;
}

