﻿#ctgMenuArea .scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 868px; 
	height: 46px;
	overflow: hidden;
	border:0px;
	}
#ctgMenuArea .scroller .section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width:868px;
	height:46px;
	overflow:hidden;
	float:left;
	padding:0px;		
}
#ctgMenuArea .scroller .scrollcont {
	width: 10000px;
}
		

#picUpArea .scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 935px; 
	height: 150px;
	overflow: hidden;
	border:0px;
}
#detailArea .scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width:640px;
	height:438px;
	overflow: hidden;
	border:0px;
}
#picUpArea .scroller .section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width:935px;
	height:150px;
	overflow:hidden;
	float:left;
	padding:0px;		
}
#detailArea .scroller .section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width:640px;
	height:438px;
	overflow:hidden;
	float:left;
	padding:0px;		
}
#picUpArea .scroller .scrollcont {
	width: 10000px;
}
#detailArea .scroller .scrollcont {
	width:10000px;
}
