body {
	overflow-x: hidden;
	overflow-y: scroll;
}
html {
	overflow-x: hidden;
	overflow-y: scroll;
}
.carouselContainer {
	width:580px;
	height:370px;
	background:#000;
	position:relative;
}
.carousel li {
	width: 580px;
	height: 370px;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
	list-style-type: none;
	background-color: #000;
}
#recognitionCarousel .carousel {
	width: 580px !important;
	height: 370px !important;
}


#recognitionCarousel li {
	height: 580px;
	width: 370px;
}
#recognitionCarousel .next, #recognitionCarousel .prev {
	top: 170px !important;
}
#recognitionCarousel li img{
	height: 370px;
	width: auto;
}
.blogItem  .infoOverlay, #recognitionCarousel .infoOverlay {
	display: none;
}
.blogItem:hoverr .blogItemInfo {
	display: block;
}
.infoOverlay {
	position: absolute;
	height: 100%;
	width: 580px;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url(../images/bg-infoOverlay.png);
	color: #000;
}
.infoOverlay p {
	position: absolute;
	left: 40px;
	bottom: 20px;
	width:500px;
}
.infoTitle {
    font-weight:bold;
	font-size:14px;
}
#featuresCarousel .infoOverlay {
	left: 225px;
	background-image: url(../images/bg-dark.png);
	color: #fff;
}

#recognitionCarousel .infoOverlay {
	left: 0;
	height: 370px;
	width: 580px !important;
}
.next {
    position: absolute;
    top: 170px;
    right: -30px;
    width: 24px;
    height: 36px;
    cursor: pointer;
    background: transparent url(../images/w_next_page.gif) no-repeat 0 0;
	z-index:12;
	border: none;
}
.next:hover {
    background-position: -24px 0;
}
.prev {
    position: absolute;
    top: 170px;
    left: -30px;
    width: 24px;
    height: 36px;
    cursor: pointer;
    background: transparent url(../images/w_previous_page.gif) no-repeat 0 0;
	z-index:12;
	border: none;
}
.prev:hover {
    background-position: -24px 0;
}


 