#infoBox_carousel_inner {
float:left; /* important for inline positioning */
width:929px; /* important (this width = width of list item(including margin) * items shown */ 
overflow: hidden;  /* important (hide the items outside the div) */
/* non-important styling bellow */
}

#infoBox_carousel_ul {
position:relative;
left:-240px; /* 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:9999px; /* important */
/* non-important styling bellow */
padding-bottom:10px;
}

#infoBox_carousel_ul li{
float: left; /* important for inline positioning of the list items */                                    
/* just styling bellow*/
background-image: url(../images-nica/template/infoBox.jpg); background-repeat: no-repeat; width: 200px; height: 108px; cursor: pointer; display: block; padding-left: 20px; padding-top: 20px; padding-right: 12px; padding-bottom: 12px;
	vertical-align: top;
}

#infoBox_carousel_ul li img {
	float:left;
	margin-right: 6px;
}
#infoBox_left_scroll, #infoBox_right_scroll{
float:left; 
width:20px; 
margin-top: 55px;
}
#infoBox_left_scroll img, #infoBox_right_scroll img{
/*styling*/
cursor: pointer;
cursor: hand;
}

.scrollBoxTitle {
	font-size: 14px;
	color: #006;
	text-transform: uppercase;
}

.scrollBoxText {
	font-size: 12px;
	color: #999;
	padding-top: 10px;
	line-height: 10px;
	letter-spacing: -0.5px;
}
.scrollInnerBox {
	max-width: 320px;
	line-height: 16px;
}
@media (max-width: 990px) {
	#infoBox_carousel_inner {
float:none; /* important for inline positioning */
width: 100%; /* important (this width = width of list item(including margin) * items shown */ 
overflow: visible;  /* important (hide the items outside the div) */
/* non-important styling bellow */
}
#infoBox_left_scroll, #infoBox_right_scroll{
	display: none;
}
#infoBox_carousel_ul {
position:relative;
left:0px; /* important (this should be negative number of list items width(including margin) */
width:100%; /* important */
/* non-important styling bellow */
padding-bottom:10px;

}
	#infoBox_carousel_ul li {
		float: none;
		display: inline-block;
		background-image: none;
		background-color: #F3F3F3;
		-webkit-box-shadow: 2px 2px 5px 0px rgba(51,51,51,1);
-moz-box-shadow: 2px 2px 5px 0px rgba(51,51,51,1);
box-shadow: 2px 2px 5px 0px rgba(51,51,51,1);
		margin: 1%;
		width: 46%;
		padding: 0px;
		min-width: 200px;
		height: 120px;
	}
	.scrollInnerBox {
		line-height: 16px;
		padding: 10px;
	}
	.scrollInnerBox img {
		margin: 0px;
	}
	.scrollBoxText {
		margin-top: 10px;
	}
}

@media (max-width: 520px) {
	#infoBox_carousel_ul li {
		margin: 2% auto;
		width: 96%;
		max-width: 260px;
	}
}