	#totalArea {
		width: 959px;
		height: 425px;
		position: relative;
		/*overflow: hidden;*/
		
		
	}
	
	#contentArea {
		width: 959px;
		height: 425px;
		position: relative;
		overflow: hidden;
	}
	
	#slideshow-holder{
		width: 959px;
		height:425px;
		
	}
	.slideshow-content {
		width: 959px;
		/*height: 516px;*/
		float: left; /*ÁÂ¿ìÀÏ¶§*/
		position:absolute; /* Not PingPong Style*/
		left:0;
	}


	#prevBtn {
		position:absolute;
		width:52px;
		height:52px;
		margin:0 auto;
		bottom:200px;
		left:-25px;
		cursor:pointer;
		z-index:7000;	
	}
	
	#nextBtn {
		position:absolute;
		width:52px;
		height:52px;
		margin:0 auto;
		right:-25px;
		bottom:200px;		
		cursor:pointer;	
		z-index:7000;
	}

	
	
	#lotationArea {
		position:absolute;
		margin:0 auto;
		width:100px;
		left:450px;
		bottom:10px;
		z-index:1000;
	}