
/*  Slideshow
------------------------------------------------------*/
#slideshow{
	position:relative;
	width:1189px;
	height:677px;
	float:left;
}
#slideshow ul, #slideshow li{
	width:1189px;
	height:677px;
	margin:0; 
	padding:0px;
	list-style-type:none;
}
#pager, #pager-alt{
	position:absolute;
	z-index:100;
	bottom:10px;
	right:0px;
}
#pager a{
	color:#fff;
	background: url(/design/ljhhannnn/img/slide.png) no-repeat scroll 50% 50%;
	display:block;
	float:left;
	font-size:0px;
	width:13px;
	height:13px;
	margin:2px;
	outline-style:none;
	outline-width:medium;
	padding:-1px;
}
#pager .activeSlide{
	background: url(/design/ljhhannnn/img/slide.png) no-repeat scroll 0% 50%;
}
#pager-alt a{
	background: url(/design/ljhhannnn/img/slide-alt.png) no-repeat scroll 50% 50%;
	display:block;
	float:left;
	font-size:0px;
	width:13px;
	height:13px;
	margin:2px;
	outline-style:none;
	outline-width:medium;
	padding:-1px;
}
#pager-alt .activeSlide{
	background: url(/design/ljhhannnn/img/slide.png) no-repeat scroll 0% 50%;
}