/*---------------------te-wide---------------------------------------*/

#te-wide {
	height: 246px;
	float: left;
	width: 221px;
	background-color: #5AAECF;
	margin: 3px 0px 0px 3px;
	border: 1px solid #999;
	overflow: hidden;
}

#te-nav-cont {
	height: 16px;
	margin-top: -17px;
	position: relative;
	width: 200px;
	top: 248px;
	left: 0px;
	z-index: 10;
}

#te-nav-cont a {
	background-color: #13123a;
	display: block;
	float: left;
	color: #5AAECF;
	font-size: 1em;
	font-weight: bold;
	padding: 2px;
	text-decoration: none;
	margin-right: 1px;
}

#te-nav-cont a.activeSlide {
	color: #13123a;
	background: #dcdbe9;
}

#te-nav-cont a:hover {
	background-color: #FFF;
}

#te-viewpane {
	width: 221px;
	height: 248px;
}

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


