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

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;
}
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;*/		
margin: 0 0 0 0;
width: 772px;
}
div.indexCompanyList div.scroller div.content {

}


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

width: 762px;
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;
}



div.data_showcaseDetail div.casePic div.scroller {
height: auto;
overflow:visible;
border:none;

}
div.data_showcaseDetail div.casePic div.scroller div.content {
width:auto;
}

div.data_showcaseDetail div.casePic div.scroller div.section {
height: auto;
overflow:visible;
float:none;
}
div.data_showcaseDetail div.casePic div.scroller div.section img{
border:1px solid #cccccc;
}
