@CHARSET "UTF-8";
	/*kSlideshow*/
	.kSlideshowWrapper{
		position: relative;
	}
	.kSlideshowItemDiv{
		/*position: absolute;*/
		top: 0;
		left: 0;
	}
	.kSlideshowPrev{
		width: 24px;
		height: 24px;
		cursor: pointer;		
		position: absolute;
		top: 15px;
		left: 15px;
		z-index: 500;
		display:none;
	}
	.kSlideshowPlayToggle{
		width: 24px;
		height: 24px;
		cursor: pointer;		
		position: absolute;
		top: 15px;
		left: 44px;
		z-index: 500;
		display:none;
	}
	.kSlideshowPlay{display:none;}
	.kSlideshowPause{display:none;}
	.kSlideshowNext{
		width: 24px;
		height: 24px;
		cursor: pointer;		
		position: absolute;
		top: 15px;	
		left: 73px;
		z-index: 500;display:none;
	}
	.kSlideshowTitle{display:none;
		height: 30px;
		position: absolute;
		bottom: 0px;
		left: 0px;
		width: 100%;
		color: white;
		text-align: center;
	}
	.kSlideshowTitle a{
		color: gold;
	}
	
	/*kThumbnails*/	
	.kThumbnailsInnerWrapper{
		position: relative;
		overflow: hidden;
		
	}
	.kThumbnailsWrapper{
		position: relative;
		margin: 0 24px;
	}
	.kThumbnailsWrapper .kThumbnailsNextPage{
		position: absolute;
		cursor: pointer;
		background:rgba(255,255,255,0.8) url(../images/next.png) center no-repeat;top:50%;width:70px;height:116px;margin-top:-58px;right:0;
	}
	.kThumbnailsWrapper .kThumbnailsPrevPage{
		position: absolute;
		cursor: pointer;
		background:rgba(255,255,255,0.8) url(../images/prev.png) center no-repeat;top:50%;width:70px;height:116px;margin-top:-58px;left:0;
	}
	.kThumbnailsWrapper .inactive{
		display: none;
	}
	.kThumbnailsPage{
		position: absolute;
		top: 0;
		left: 0;
	}
	.kThumbnailsPage img{
		cursor:pointer;
	}
	