<!-- overall -->
body{
	padding:20px 0px 0px 0px;
	background-image:url(../images/background_test5.jpg);
	background-repeat:repeat-x; 
	text-align:center; 
	font-family:Arial;
}
img{
	border:0px;
}
a:link{
	color:#000000; 
	text-decoration:none;
}
a:hover{
	color:SlateGray; 
	text-decoration:underline;
}
a:visited{
	color:black; 
	text-decoration:none;
}
<!-- logo div -->
.top{
	width:804px; 
	height:85px; 
	margin-bottom:3px;
}
.banner{
	height:30px; 
	width:804px; 
	margin:20px 0px 1px 0px; 
	text-align:center; 
	font-weight:900;
}
<!-- introdoction div -->
.intro_box{
	border:#CCCCCC solid 1px; 
	height:247px; 
	width:802px; 
	padding:10px; 
	text-align:left; 
	font-size:14px; 
	line-height:22px; 
	margin-bottom:8px; 
	font-size:14px;
}
.intro_pic{
	width:300px;
	height:250px;  
	float:left; 
	margin-right:10px; 
	margin-bottom:6px;
}
.contant_pic{
	height:250px; width:250px; 
	float:right; 
	margin-right:10px; 
	margin-bottom:6px;
}
<!-- product box div -->
.box{
	border:#CCCCCC solid 1px; 
	height:247px; 
	width:802px; 
	text-align:center; 
	padding:20px 0px 0px 0px; 
	margin-bottom:8px; 
	border-top:#99CC66 solid 3px;
}
.box_title{
	background-image:url(../images/title_test3.jpg); 
	background-repeat:repeat-x; 
	height:30px; 
	width:802px; 
	text-align:left; 
	padding:6px 6px 5px 6px; 
	font-size:18px;
}
.more{
	font-size:10px;
}
.sec_box{
	height:225px; 
	width:200px; 
	float:left; 
	text-align:center; 
} 
.pro_box{
	text-align:center; 
	height:200px; 
	width:150px; 
}
.pic_box{ 
	border:hidden; 
	height:160px; 
	width:150px; 
	border:#CCCCCC solid 1px;
}
.pic_name{ 
	border:hidden; 
	height:30px; 
	width:150px; 
	text-align:center; 
	padding:3px 4px 2px 4px; 
	word-break:break-all; 
	line-height:20px; 
	font-size:12px;
}
<!-- data table div -->
.data{
	width:804px; 
	border:hidden;
}
.data tr th{ 
	background-color:#CCC; 
	padding:5px 5px 5px 5px; 
	vertical-align:top; 
	font-size:14px;
}
.data tr td{
	background-color:#CCCCCC; 
	padding:5px 5px 5px 5px; 
	font-size:14px; 
	line-height:25px;
}
<!-- footer div -->			
.footer{
	height:30px; 
	width:804px; 
	border:hidden; 
	font-size:12px; 
	color:#999999;
}
<!-- menu css -->
ul {
	list-style:none;
	margin:0;
	padding:0;
}
li {
	float:left; 
	width:100px; 
	margin:0;
	padding:0;
	text-align:center;
}
li a {
	font-weight:400;
	display:block;
	padding:5px 3px;
	height:100%;
	color:#000000;
	text-decoration:none;
}
li a {
	background:url(../images/bg2.jpg) repeat 0 0;
}
li a:hover, li a:focus, li a:active {
	background-position:-150px 0;
}
#c a {
	background:url(../images/bg3.jpg) repeat 0 0;
}
<!-- s3slider css  -->
#s3slider {
	text-align:left;
	width: 804px; /* important to be same as image width */
	height: 240px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
	margin-bottom:5px;
}
#s3sliderContent {
	width: 804px; /* important to be same as image width or wider */
	position: absolute;
	top: 0;
	margin-left: 0;
	}
.s3sliderImage {
	float: left;
	position: relative;
	display: none;
}
.clear {
	clear: both;
}

<!-- moving box css begin -->
#wrapper {
	width: 800px;
	margin: 10px auto;
}
#intro {
	padding-bottom: 10px;
}
#slider {
	width: 800px;
	margin: 0 auto;
	position: relative;
	border: 2px solid #ccc;
}
.scroll {
	overflow: hidden;
	width: 800px;
	height:370px;
	margin: 0 auto;
	position: relative;
	border:hidden;
}
.scrollContainer {
	position: relative;
}
.scrollContainer div.panel {
	padding: 10px;
	width: 274px;
	height: 318px;
}
#left-shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 12px;
	bottom: 0;
	background: url(images/leftshadow.png) repeat-y;
}
#right-shadow {
	position: absolute;
	top: 0;
	right: 0;
	width: 12px;
	bottom: 0;
	background: url(images/rightshadow.png) repeat-y;
}
.inside {
	text-align:left;
	padding: 10px;
	border: 1px solid #999;
}
.inside img {
	display: block;
	border: 1px solid #666;
	margin: 0 0 10px 0;
	width: 250px;
}
.inside h2 {
	font-weight: normal;
	color: #111;
	font-size: 14px;
	margin: 0 0 8px 0;
}
.inside p {
	font-size: 11px;
	color: #ccc;
}
.scrollButtons {
	position: absolute;
	top: 127px;
	cursor: pointer;
}
.scrollButtons.left {
	left: -45px;
}
.scrollButtons.right {
	right: -45px;
}
.hide {
	display: none;
}
