.carousel-theme .carousel-controls{
	margin-top: 27px;
	text-align: left;
	position:absolute !important;
	bottom:-42px;
	left:0px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.carousel-theme .carousel-controls{
		bottom:-40px;
	}
}

@media all and (min-width: 320px) and (max-width: 760px) {	
	.carousel-theme .carousel-controls{
		bottom:-15px !important;
	}
	
	.carousel-pagination {
    margin: 0 6px 0px 0;
}
ul.intro-strip li.intro-welcome p.w50{margin-top: 18px !important;}
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.carousel-theme .carousel-controls.clickable .carousel-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.carousel-theme .carousel-controls .carousel-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.carousel-theme .carousel-controls .carousel-page span{
	display: block;
	width: 11px;
	height: 11px;
	margin: 5px 10px 5px 0;
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #fff;
}

.carousel-theme .carousel-controls .carousel-page.active span,
.carousel-theme .carousel-controls.clickable .carousel-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	background:#f79d5d;
}

.carousel-pagination {
	margin:0 6px -20px 0;
}

.clients-carousel-theme .clients-carousel-controls .clients-carousel-page span{
	display: block;
	width: 11px;
	height: 11px;
	margin: 5px 10px 5px 0;
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #000 !important;
}

.clients-carousel-theme .clients-carousel-controls .clients-carousel-page.active span,
.clients-carousel-theme .clients-carousel-controls.clickable .clients-carousel-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	background:#f79d5d;
}

/* preloading images */
.carousel-item.loading{
	min-height: 150px;
	background: url(../images/AjaxLoader.gif) no-repeat center center
}.