/*features widget*/
.carousel-control {
	background:#fff url(../../images/spritesArrowsModuleHorizontal.png) no-repeat ;
	background-size: 145px;
	display: block;
	height: 50px;
	width: 50px;
	position: relative;
	left: 0em;
	bottom: 7em;
	border: 1px solid #bbb;
	z-index: 200;
	opacity: 0.9;
	text-indent: -9999px;
	cursor: pointer
}

.left {
	background-position: -25px 0px;
	right: 42px;
}
.right{
	background-position: -68px 0px;
	right: 1px;

}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
	z-index: 10;
}

/* center images*/
.carousel-inner > .item > img {
	margin: 0 auto;
}

.carousel-control.right {

	left: 17.5em;
	bottom: 10.5em;
}
.carousel{
	height: 175px;
}
.carousel-caption {
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3; /* number of lines to show */
	line-height: 18px; /* fallback */
	max-height: 100px;

}

.item{
	display: none;
	-webkit-transition: 1.6s ease-in-out left;
	-moz-transition: 1.6s ease-in-out left;
	-o-transition: 1.6s ease-in-out left;
	transition: 1.6s ease-in-out left;
}
.active{
	display: block;
}
.carousel-indicators{
	display: none;
}
.active img{
	height: 172px;
	width: 306px;
}
.active h3{
	font-size: 1.1em;
	font-weight: bold;
}
/*in focus widget*/
img.featureimg {
	height: 172px;
	width: 306px;
	margin-bottom: -56px;
}

.widgetText {
	position: relative;
	padding: 1em 0;
	top: -119px;
	background: rgb(40, 40, 40);
	background: rgba(0, 0, 0, 0.4);
	width: 100%;
	color: white;
}

.widgetText {
	width: 100%;
}

.widgetText h3 {
	color: white;
}
