/* sizes */
.sliderparent {
	width: 100%;
	min-width: 1038px;
}
.slidercontent {
	width: 1038px;
	margin-right: auto;
	margin-left: auto;
}
.slidercontentinner {
	width: 980px;
	margin-right: 29px;
	margin-left: 29px;
	position: relative;
}
#slider, #slider li, #slider2, #slider2 li {
	width: 980px;
}
#slider, #slider li, #slider2, #slider2 li{
	height:360px;
}
.detes, .detesinfo, .staticinfo {
	width:275px;
}
.detes, .detesinfo, .staticinfo {
	height: 360px;
}
.detes, .detesinfo, .staticinfo {
	left: 705px;
	top: 0px;
}
.detes, .detesinfo, .staticinfo {
	position:absolute;
	z-index:99;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
}
.detes, .detesinfo {
	display: none;
}
.slideshowtitle {
	line-height: normal;
	text-decoration: none;
	font-weight: normal;
}
.slideshowtext {
	line-height: 150%;
	text-decoration: none;
	font-weight: normal;
	padding-top:20px;
}
.slideshowtext a {
	text-decoration: underline;
	font-weight:bold;
}
.slideshowcontent {
	height:247px;
	padding-left:20px;
	padding-right:20px;
	padding-top:40px;
}
.slideshowcontact {
	display:block;
	height:53px;
	padding-top:20px;
	text-align:center;
}
/* other style settings */

#prevBtn, #nextBtn, #slider1next, #slider1prev{ 
	display:block;
	width:29px;
	height:59px;
	position:absolute;
	left:-29px;
	top:132px;
	z-index:1000;
	font-size:0px;
}	
#nextBtn, #slider1next { 
	left:980px;
}														
#prevBtn a, #nextBtn a,
#slider1next a, #slider1prev a {
	display:block;
	position:relative;
	width:29px;
	height:59px;
	background-image: url(btn-l.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}	
#nextBtn a, #slider1next a {
	background-image: url(btn-r.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
														
#prevBtn a:hover, #slider1prev a:hover {
	background-image: url(btn0-l.png);
}
#nextBtn a:hover, #slider1next a:hover {
	background-image: url(btn0-r.png);
}
#slider ul, #slider li, #slider2 ul, #slider2 li{
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
}
#slider, #slider li, #slider2, #slider2 li{
	position: relative;
	overflow:hidden;
}
.controller	{
	width:241px;
	height: 45px;
	position: absolute;
	left: 0px;
	top: 0;
	background: none;
	z-index: 98;
}	
.detesa{z-index: 999999}

ol#controls{
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: 99999;
	display:none;
}
ol#controls li{
	margin:0; 
	padding:0;
	float:left;
	list-style:none;
	height:28px;
	width: 31px;
}
ol#controls li a{
	display: block;
	text-decoration:none;
	height: 21px;
	width: 30px;
	font-size:6px;
	color: #969696;
}
ol#controls li.current a{
	color: #ffcc00;
}
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}