.ui-carousel {
	height: 100px;
	margin: 0;
	overflow: auto;
	padding: 0;
	position: relative; /*for ie7 to work e.g in html carousels*/
	width: 300px
}

.ui-carousel > .wrapper {
    margin: 0;
    padding: 0;
    width: 9999px;
}

.ui-carousel > .wrapper > * {
	border: 0;
	display: block;
	float: left;
	height: 100px;
	overflow: hidden;
	width: 100px;	
}
#container {
				width: 1024px;
				position: relative;
			}
			
			#carousel {
				margin: 0 auto;
			}

			#carousel img {
				border: 0;
			}

			#ui-carousel-next, #ui-carousel-prev {
				width: 60px;
				height: 100px;
				background: url(../img/carrusel/arrow-left.png) center center no-repeat;
				display: block;
				position: absolute;
				top: 60px;
				z-index: 100;
			}

			#ui-carousel-next {
				right: 0;
				background-image: url(../img/carrusel/arrow-right.png)
			}

			#ui-carousel-prev {
				left: 0;
			}
			
			#ui-carousel-next > span, #ui-carousel-prev > span {
				display: none;
			}
			
/***** Phone (portrait 300px) *****/
@media only screen and (max-width: 767px) {
	.ui-carousel {
	height: 100px;
	margin: 0;
	overflow: auto;
	padding: 0;
	position: relative; /*for ie7 to work e.g in html carousels*/
	width: 300px
}

.ui-carousel > .wrapper {
    margin: 0;
    padding: 0;
    width: 9999px;
}

.ui-carousel > .wrapper > * {
	border: 0;
	display: block;
	float: left;
	height: 100px;
	overflow: hidden;
	width: 100px;	
}
#container {
				width: 750px;
				position: relative;
			}
			
			#carousel {
				margin: 0 auto;
			}

			#carousel img {
				border: 0;
			}

			#ui-carousel-next, #ui-carousel-prev {
				width: 60px;
				height: 100px;
				background: url(../img/carrusel/arrow-left.png) center center no-repeat;
				display: block;
				position: absolute;
				top: 60px;
				z-index: 100;
			}

			#ui-carousel-next {
				right: 290px;
				background-image: url(../img/carrusel/arrow-right.png)
			}

			#ui-carousel-prev {
				left: 0;
			}
			
			#ui-carousel-next > span, #ui-carousel-prev > span {
				display: none;
			}
			
			.carousel-item{
			width:220px !important;
			float:left;
		
				}
	}
	
/***** Phone (small) *****/
@media only screen and (min-width: 100px) and (max-width: 479px) {
	.ui-carousel {
	height: 100px;
	margin: 0;
	overflow: auto;
	padding: 0;
	position: relative; /*for ie7 to work e.g in html carousels*/
	width: 300px
}

.ui-carousel > .wrapper {
    margin: 0;
    padding: 0;
    width: 9999px;
}

.ui-carousel > .wrapper > * {
	border: 0;
	display: block;
	float: left;
	height: 100px;
	overflow: hidden;
	width: 100px;	
}
#container {
				width: 450px;
				position: relative;
			}
			
			#carousel {
				margin: 0 auto;
			}

			#carousel img {
				border: 0;
			}

			#ui-carousel-next, #ui-carousel-prev {
				width: 60px;
				height: 100px;
				background: url(../img/carrusel/arrow-left.png) center center no-repeat;
				display: block;
				position: absolute;
				top: 60px;
				z-index: 100;
			}

			#ui-carousel-next {
				right: 140px;
				background-image: url(../img/carrusel/arrow-right.png)
			}

			#ui-carousel-prev {
				left: 0;
			}
			
			#ui-carousel-next > span, #ui-carousel-prev > span {
				display: none;
			}
			
			.carousel-item{
			width:300px !important;
			float:left;
		
				}
		
	}