
#carousel_inner {
	width:1020px; /* important (this width = width of list item(including margin) * items shown */ 
	overflow: hidden;  /* important (hide the items outside the div) */
	/* non-important styling bellow */
	position:relative;z-index:100;
	margin:0px auto;
	
}

#carousel_ul {
	position:relative;
	left:0px; /* important (this should be negative number of list items width(including margin) */
	list-style-type: none; /* removing the default styling for unordered list items */
	margin: 0px;
	padding: 0px;
	width:9990px; /* important */
	/* non-important styling bellow */
	padding-bottom:10px;

}

#carousel_ul li{
	float: left; /* important for inline positioning of the list items */                                    
	width:253px;  /* fixed width, important */
	/* just styling bellow*/
	padding:0px;
	height:auto;
	margin-top:0px;
	margin-bottom:10px; 
	margin-left:2px; 
	margin-right:2px;
	text-align:center;
}

#carousel_ul li img {
	/* styling */
	border:0px; 
	margin-top:0px;
	padding-top:0px;
}
#left_scroll{
	position:absolute;
	width:30px; height:30px;
	right:-15px; z-index:500;
	width:15px; 
	top:115px;
	opacity:0.9;
		filter:alpha(opacity=90); /* For IE8 and earlier */
}
#right_scroll{ 
	position:absolute;
	width:30px; height:30px;
	z-index:500;
	left:-30px;
	top:115px;
	opacity:0.9;
	filter:alpha(opacity=90); /* For IE8 and earlier */
 
}
#right_scroll:hover{ 
 opacity:0.5;
	filter:alpha(opacity=50); /* For IE8 and earlier */
 
}
#left_scroll:hover{ 
 opacity:0.5;
	filter:alpha(opacity=50); /* For IE8 and earlier */
 
}
#left_scroll img, #right_scroll img{
	border:0; /* remove the default border of linked image */
	/*styling*/
	cursor: pointer;
	cursor: hand;

}

	

.wrapper{ width:1050px; display:block;float:left; margin-top:10px; margin-bottom:10px; }
.banner_btm_box{ float:left; width:277px; background:#00FF00; border:1px solid #e1e1e1; padding:3px 3px 15px; margin:20px 20px 30px 0px; text-align:center;}

.matter{ width:100%;}
.ser_indx_box{
 	width:225px; 
	background:#FFFFFF; 
	padding:4px; 
	margin:0px auto;
	text-align:center;
	border:1px solid #e1e1e1;
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.ser_indx_box img{
 	width:100%;
	height:250px; 

}