body { overflow-x: hidden; }
/* slideshow styles */
.slideShow ul,
.slideShow li,
.slideShow ol {
	list-style-type: none;
	margin: 0 auto;
}
.slideShow {
	clear: both;
}
.slideShow .images {
 overflow: hidden;
}
/** navigation **/
.slideShow .navigation {
	clear: left;
	display: block;
}
.slideShow .navigation li {
	display: inline;
	position: relative;
	width: 192px;
	height: 98px;
	float: left;
	cursor: pointer;
}
.slideShow .navigation .selected span {
 width: 206px;
 height: 105px;
 background: url(images/timeline/bg-btn-selected.jpg) no-repeat;
 display: block;
 position: absolute;
 z-index: 0;
 left: -15px;
	cursor: pointer;
}
.slideShow .navigation a {
	width: 192px;
	height: 98px;
	position: absolute;
	text-decoration: none;
	color:#333;
	cursor: pointer;
}
.slideShow .navigation a:hover,
.slideShow .navigation a.selected {
 color: #eceff0;
}
.slideShow .navigation .selected strong {
 color: #eceff0;
}
.slideShow .navigation .selected em {
 color: #eceff0;
}
.slideShow .navigation a strong {
 width: 176px;
 display: block;
 text-align: center;
 font-size: 20px;
 position: absolute;
 font-weight: normal;
 z-index: 1;
 top: 13px;
}
.slideShow .navigation a em {
 font-style: normal;
 font-size: 11px;
 width: 176px;
 display: block;
 text-align: center;
 position: absolute;
 z-index: 1;
 top: 40px;
}