.jsCarousel img {
	border: 0;
}

.jsCarousel a, .jsCarousel a:link, .jsCarousel a:visited, .jsCarousel a:active, .jsCarousel a:hover  {
	color: #a1a1a1;
	text-decoration: none;
}

.jsCarousel a:hover {
	text-decoration: underline;
}

.jsCarousel {
	width: 945px;
	position: relative;
}

.jsCarousel h2.boxTitle {
	margin: 0;
	padding: 10px 0 0 13px;
	position: absolute;
	font-size: 9px;
	text-transform: uppercase;
	color: #fff;
	font-family: Tahoma;
	font-weight: normal;
}

.jsCarousel a.rss {
	display: block;
	position: relative;
	float: right;
	padding-right: 25px;
	/*z-index: 10;
	margin: 9px 0 -20px 869px;*/
	width: 34px;
	height: 21px;
	background: url(../../../images/rss.png) no-repeat bottom;
}

.jsCarousel .carousel ul {
	margin: 0;
	width: 945px;
	position: relative;
}

.jsCarousel .carousel ul li {
	margin: 0;
	padding: 0;
	background: none;
	
	/*width: 264px;
	height: 77px;*/
	width: 290px;
	height: 130px;
	
	/*background-position: center;
	background-repeat: no-repeat;*/
	
	background: url(../../../images/boxEmpty.png) no-repeat center top;
	
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;

	/*padding: 41px 12px 12px 12px;*/
	margin-right: 8px;
	
	position: relative;
}

.jsCarousel .carousel ul div.text {
	padding: 36px 10px 10px 10px;
}

.jsCarousel .carousel ul div.content {
	padding-top: 30px;
}

.jsCarousel .carousel ul li .greyText {
	color: #a1a1a1;
}

.jsCarousel .carousel ul li p {
	font-weight: bold;
	padding: 4px 0;
	margin: 0;
	color: #fff;
}

.jsCarousel .carousel ul li img {
	margin: 0 auto;
}

.jsCarousel button.prev, .jsCarousel button.next {
	width: 24px;
	height: 30px;
	border: 0;
	padding: 0;
	margin: 0;
	margin-top: 51px;
	cursor: pointer;
}

.jsCarousel .carousel {
	float: left;
}

.jsCarousel button.prev {
	margin-right: 5px;
	float: left;
	background-image: url(../../../images/leftArrow.png);
}

.jsCarousel button.next {
	position: relative;
	z-index: 20;
	margin-left: -2px;
	margin-right: 0;
	background: #333;
	float: left;
	background-image: url(../../../images/rightArrow.png);
}

.jsCarousel button.disabled {
	background: none;
	cursor: default;
}

/*
.jsCarousel .prevDisabled {
	background-image: url(../../../images/leftArrowDisabled.png);
	cursor: default;
}

.jsCarousel .nextDisabled {
	background-image: url(../../../images/rightArrowDisabled.png);
	cursor: default;
}*/

.jsCarousel .numbers {
	text-align: center;
}

.jsCarousel .numbers button {
	width: 15px;
	height: 15px;
	border: 0;
	margin: 2px -1px;
	padding: 0;
	cursor: pointer;
	background: url(../../../images/carouselCircle.png);
}

.jsCarousel .numbers .indActive{
	background: url(../../../images/carouselCircleActive.png);
}

.jsCarousel .newsParagraph a
{
    color: #FFFFFF;
}
