div.casePic div.scroller { 
/* modify width and height of scrolling section if necessary	*/		

width: 367px;
height: 244px;
overflow: hidden;
border:1px solid #cccccc;
}
div.casePic div.scroller div.section {
/* modify width and height of each section as needed (should match the size of the scroller window)	*/		

height:244px;
overflow:hidden;
float:left;
}
div.casePic div.scroller div.content {
width: 10000px;
}


div.indexCompanyList div.scroller { 
/* modify width and height of scrolling section if necessary	height: 762px;*/		

width: 772px;
height: 450px;
overflow: hidden;
}
div.indexCompanyList div.scroller div.section {
/* modify width and height of each section as needed (should match the size of the scroller window)	height:762px;*/		

width: 772px;
height: 450px;
overflow:hidden;
float:left;
}
div.indexCompanyList div.scroller div.content {
width: 10000px;
}


div.indexShowcaseList div.scroller { 
/* modify width and height of scrolling section if necessary	height: 762px;*/		

width: 762px;
height: 242px;
overflow: hidden;
}
div.indexShowcaseList div.scroller div.section {
/* modify width and height of each section as needed (should match the size of the scroller window)	height:762px;*/		

width: 762px;
overflow:hidden;
float:left;
}
div.indexShowcaseList div.scroller div.content {
width: 10000px;
}
