.carousel {
	margin: 0px 0px 0px 5px;
	position: relative;
	padding: 0px;
	width: 360px;
	overflow: hidden;
}
.carousel button { /*Don't remove this. we still use this for individual demos. only the front pages use images as of now*/
	float: left;
	margin-top: 60px;
}
.carousel a.prev, .carousel a.next, .carousel a.prev2, .carousel a.next2, .carousel a.prev3, .carousel a.next3 {
	display: block;
	float: left;
	width: 14px;
	height: 70px;
	text-decoration: none;
}
.carousel a.prev, .carousel a.prev2, .carousel a.prev3 {
	background: url(prev.gif) no-repeat left 50px;
}
.carousel a.next, .carousel a.next2, .carousel a.next3 {
	background: url(next.gif) no-repeat right 50px;
}
.carousel a.next:hover, .carousel a.next2:hover, .carousel a.next3:hover {
	background: url(nextHover.gif) no-repeat right 50px;
	border:none;
	outline: none;
}
.carousel a.prev:hover, .carousel a.prev2:hover, .carousel a.prev3:hover {
	border:none;
	outline: none;
	background: url(prevHover.gif) no-repeat left 50px;
}
.carousel a {
	text-decoration: none;
	color: #333333;
	outline: none;
}
.carousel a:hover, .carousel a:active {
	border: none;
	outline: none;
}
.carousel .jCarouselLite, .carousel .jCarouselLite2, .carousel .jCarouselLite3 {
	/*border: 1px solid black;*/
	float: left;
	overflow: hidden;
	margin: 0px 0px 10px;
	padding: 0px;
	width: 325px;
}
.carousel ul {
	margin: 0px;
	list-style: none;
	padding: 0px;
}

.carousel li img,  .carousel li p {
	background-color: #fff;
	width: 100px;
	margin-right: 7px;
	margin-left: 7px;
}
.carouselCountry {
	display: block;
	width: 96px;
	margin-left: 5px;
	background:url(translucentblack.png);
	background:rgba(0, 0, 0, 0.6);
	padding: 2px;
	margin-bottom: 5px;
	margin-top: -15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.carouselTitleCategory {
	display: block;
	font: 12px "Times New Roman", Times, serif;
	width: 100px;
	margin-left: 10px;
	margin-top: 3px;
	color: #990000;
}
.carouselText {
	display: block;
	width: 100px;
	margin-left: 5px;
	height: 3.4em;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 1.1em;
	overflow: hidden;
}
.carousel a:hover {
	color:#999999;
}
.carouselTitle {
	display: block;
	width: 100px;
	margin-top: 5px;
	font-size: 12px;
	margin-left: 10px;
	height: 4em;
}
#jCarousel p, #jCarousel2 p, #jCarousel3 p  {
	font-size: 12px;
	margin: 0px 0px 5px 25px;
	padding: 0px;
}
#jCarousel, #jCarousel2, #jCarousel3 {
	margin-top: 10px;
}
.carousel li, .carousel2 li, .carousel3 li {
	float: left;
}
