#index-slideshowwrap {
	position: relative;
	width: 960px;
	margin: 0px auto 0px auto;
	height: 430px;
}

#index-slideshow {
	padding-top: 0px;
	padding-bottom: 0px;
/*	background: url(../images/content-top.png) no-repeat center top;*/
}

#index-slideshow-bot {
	/*background: url(../images/content-bot.png) no-repeat center bottom;*/s
	height: 30px;
	
}

#index-slideshow-wrap {
	/*background: url(../images/content-center.png) repeat-y center top;*/
	padding: 0;
	position: relative;
	background-repeat: no-repeat;
	background-position: 0 0;
}

#index-slideshow-case {
	overflow: hidden;
	width: 750px;
	margin: auto auto;
	height: 430px;
	float: left;
}

#index-slideshow-mask {
	position: absolute;
	top: 0;
	left: 0px;
	background: url(../images/sl-mask.png) no-repeat top left;
	width: 890px;
	height: 340px;
	z-index: 9;
	overflow: hidden;
}

#index-slidebar {
	margin-left: 0px;
	padding: 0;
	display: block;
	z-index: 100;
	float: right;
}

#index-slidebar ul {
	margin: 0;
	padding: 0 0 0 0px;
	list-style: none;
	display: block;
	clear: both;
	float:right;
}

#index-slidebar ul li {
	margin: 0 0 5px 0px;
	padding: 0;
	display: block;
	background: none;
}

#index-slidebar ul li#jsnav0 {
	margin-left: 0;
}

#index-slidebar ul li.pause {
	background: none;
	display: none;
}

#index-slidebar ul li a {
	border: 1px solid  #996;
	padding: 5px;
	color: #FFFFFF;
	cursor: pointer;
	text-decoration: none;
	font-size: 10px;
	display: block;
	background: none;
	background-repeat: no-repeat;
	background-color:#000;
	background-position: 5px 5px;
}



#index-slidebar ul li a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color:#000;
	border: 1px solid  #000;
}

#index-slidebar ul li.active a {
	border: 1px solid  #C00;
	background-color:#900;
}



#index-slidebar a.next,
#index-slidebar a.prev {
	display: none;
}

#index-slidebar a.active {
}

.index-slideshowdesc {
	position: absolute;
	bottom: 50px;
	left: 50px;
	z-index: 10;
	width: 60%;
	padding: 10px 0;
	color: #FFFFFF;
	font-size: 180%;
	font-weight: bold;
}

.index-slideshowdesc h3 {
	padding: 0 20px 5px;
	margin: 0;
	color: #9A4600;
}

.index-slideshowdesc p {
	padding: 0;
	margin: 0;
	line-height: 135%;
	text-align: left;
}

.index-slideshowdesc span {
	background-color: #000000;
	padding: 0 10px;
	font-weight: bold;
	word-spacing: 1px;
	text-align: left;
}

.index-slideshowimage {
	z-index: 1;
}

.description-hidden {
	display: none;
}
