.slideshow-large {
	width: 950px;
	height: 448px;
	margin-top: 18px;
}

.slideshow-normal {
  width: 680px;
  height: 394px;
}

.slideshow-large .slide-display {
	height: 326px;
}

.slideshow-normal .slide-display {
  height: 294px;
}

.slide-text {
	float: left;
	background: #ed6d1a url(../img/slidedots.png) right bottom no-repeat;;
	padding: 30px 36px;
	color: #fff;
	line-height: 150%;
	overflow: hidden;
}

.slideshow-large .slide-text {
	width: 286px;
	height: 266px;
}

.slideshow-normal .slide-text {
	width: 208px;
	height: 234px;
}

.slide-text h2 {
	font-family: KnowledgeLight,KnowledgeRegular,Arial,Helvetica,sans-serif;
	font-weight: normal;
	font-size: 38px;
	color: #fff;
	line-height: 120%;
	border: none;
	margin: 0 0 5px;
}

.i18n-ja .slide-text h2, .i18n-zh-hans .slide-text h2 {
	font-size: 20px;
	font-weight: bold;
}

.slideshow-normal h2 {
	font-size: 28px;
}


.slideshow-large .slide-big {
	width: 592px;
	height: 326px;
	float: left;
}

.slideshow-normal .slide-big {
	width: 400px;
	height: 294px;
	float: left;
}


.slide-thumbs-inner {
	overflow: hidden;
	height: 122px;
	position: relative;
}

.slideshow-normal .slide-thumbs-inner {
	height: 100px;
}

.slide-thumbs {
	background: #212121;
}

.slideshow-large .slide-thumbs {
	height: 122px;
}

.slideshow-normal .slide-thumbs {
	height: 100px;
}


.slide-thumbs ul {
	list-style: none;
	height: 106px;
	margin: 0;
	padding: 16px 0 0 0;
	width: 2000px;
	position: relative;
	left: 50px;
}

.slideshow-normal .slide-thumbs ul {
  height: 80px;
	padding: 10px 0 0;
}

.slide-thumbs li {
	float: left;
	padding: 0;
	margin-right: 26px;
	width: 149px;
	height: 91px;
	list-style: none;
	background: #ed6d1a;
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.8), 0 0 20px rgba(255,255,255,.3);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.8), 0 0 20px rgba(255,255,255,.3);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.8), 0 0 20px rgba(255,255,255,.3);
  font-style: normal;
}

.slideshow-normal .slide-thumbs li {
  width: 124px;
  height: 80px;
}

.slide-thumbs li:hover {
	background: #fff;
}

.slide-thumbs .hidden {
	display: none;
}

.slide-thumbs a {
	display: block;
	margin: 0;
	width: 149px;
	height: 91px;
	position: relative;
	background: center center no-repeat;
}

.slide-thumbs #slideshow-normal a {
  width: 124px;
  height: 80px;
}

.slide-thumbs li.active a, .slide-thumbs li:hover a {
	margin: 4px;
	width: 141px;
	height: 83px;
}

.slide-thumbs #slideshow-normal li.active a, .slide-thumbs #slideshow-normal li:hover a {
	margin: 4px;
	width: 116px;
	height: 72px;
}

.slide-thumbs a span {
	display: block;
	position: absolute;
	bottom: 0;
	width: 121px;
	background: url(../img/black80.png) 0 0 repeat;
	padding: 5px 14px 9px;
	text-align: left;
	color: #fff;
	font-size: 13px;
	line-height: 120%;
}

.slideshow-normal .slide-thumbs a span {
	width: 96px;
	font-size: 11px;
}

.slide-thumbs li.active a span, .slide-thumbs li:hover a span {
	width: 121px;
	padding: 5px 10px;
}

.slideshow-normal .slide-thumbs li.active a span, .slideshow-normal .slide-thumbs li:hover a span {
	width: 96px;
	padding: 5px 10px;
}


#slideimgs {
	position: absolute;
	width: 592px;
	height: 326px;
	z-index: 1;
}

.slideshow-normal #slideimgs, .slideshow-normal .slideimg {
	height: 294px;
	width: 400px;
}

.slideimg {
	background-position: left top;
	background-repeat: no-repeat;
	left: 0;
	right: 0;
	height: 326px;
	position:absolute;
}

.slide-text a.button {
	background: #fff;
	color: #292929;
}

.slide-text a.button:hover {
	color: #fff;
	background: #292929;
}

.hr {
	height: 1px;
	background: #f29558;
	margin: 15px 0 15px 0;
	opacity: .3;
}

.leftcontrol, .rightcontrol {
	width: 50px;
	position: absolute;
	left: 0;
	top: 0;
	height: 122px;
	background: url(../img/slidecontrolgrad.png) -50px 0 repeat-y;
	z-index: 3;
}

.rightcontrol {
	right: 0;
	left: auto;
	background-position: 0 0;
}

.slideshow-normal .leftcontrol, .slideshow-normal .rightcontrol {
	height: 100px;
}

.leftcontrol a, .rightcontrol a {
	text-indent: -99999px;
	height: 62px;
	width: 31px;
	margin-top: 31px;
	float: left;
	background: url(../img/slidenav.png) -31px 0 no-repeat;
	opacity: 1;
	display: block;
}

.slideshow-normal .leftcontrol a, .slideshow-normal .rightcontrol a {
	margin-top: 19px;
}

.leftcontrol a:hover, .rightcontrol a:hover {
	opacity: .8;
}

.rightcontrol a {
	float: right;
	background-position: 0 0;
}

.slide-content {
	font-family: KnowledgeMedium,KnowledgeRegular,Arial,Helvetica,sans-serif;
	font-size: 15px;
	line-height: 180%;
}

.slideshow-normal .slide-content {
  font-size: 14px;
  line-height: 160%;
}

.slide-content a.button {
  margin-top: 0;
}

.slide-content p {
	margin-bottom: 20px;
}
