/**
		* Carousel with image and text, custom skinned scrollbar
		**/
		#carousel-image-and-text {
	width: 820px;
	height: 140px;
	margin-right: auto;
	margin-left: auto;
		}	
		#carousel-image-and-text .arrow-holder {
	height: 140px;
		}		
		#carousel-image-and-text .touchcarousel-item {
	margin-right: 21px;
	width: 148px;
	height: 140px;
	display: block;
		}
		#carousel-image-and-text .item-block {
			width: 170px;
			height: 277px;
			display: block;
		}
		#carousel-image-and-text .item-block img,
		#carousel-image-and-text .item-block h4, 
		#carousel-image-and-text .item-block p {
			float: left;
			position: relative;
			display: block;
			margin: 0;			
		}
		#carousel-image-and-text .item-block img {
			width: 170px;
			height: 230px;		
			border: 0;
			padding: 0;		
		}
		#carousel-image-and-text .item-block {			
			text-decoration: none;
			color: inherit;			
		}					
		#carousel-image-and-text .item-block h4 {
			font: bold 13px/20px Helvetica, Arial, sans-serif;
			color: #000;
			width: 158px;
			height: auto;		
			padding: 2px 0 0 6px;
			-webkit-transition: color 0.2s ease-out; 
			-moz-transition: color 0.2s ease-out;
			transition: color 0.2s ease-out;  	
		}
		#carousel-image-and-text .item-block:hover h4 {	
			color: #1873c9;		
		}
		#carousel-image-and-text .item-block p {			
			font: normal 13px/20px Helvetica, Arial, sans-serif;
			color: #555;		
			width: 158px;
			padding: 0 0 0 6px;
		}
		#carousel-image-and-text .scrollbar-holder {
			background: #CED7DB;
			bottom: 0;
			height: 1px;
			left: 0;
			right: 0;
		}
		#carousel-image-and-text .scrollbar {
			background-color: #45a8ce !important;
			bottom: 0;
		}
		
		
		
		
		
	.touchcarousel-item img {
		   
	-webkit-border-radius: 10px; /* Safari and Chrome */
	-moz-border-radius: 10px;  /* Firefox */
	border-radius: 10px;  /* Opera 10.5+, futuros navegadores, y también Internet Explorer 6+ usando IE-CSS3 */
	behavior: url(js/carrusel/www.asaderoelcacareo.com/css/PIE.htc);
}
