﻿.carousel-container {
	position:relative;
	width:100%;
	height:320px;
}
#carousel {
	height:280px;
	width:844px;
	position:relative;
	margin-bottom:0.5em;
	font-size:12px;
	font-family: Arial;
}
.carousel-image {
	border:0;
	display:block;
}
.carousel-feature {
	position:absolute;
	top:-1000px;
	left:-1000px;
	cursor:pointer;
	padding-bottom:23px;
}
.carousel-feature .carousel-caption {
	position:absolute;
	bottom:0;
	width:100%;
	background-color:rgba(196,102,101,0.85);
	margin-bottom:18px; 
	margin-left:5px;
	text-align: left;
}
.carousel-feature .carousel-caption p {
	font-family:"GESunnyBold";
	font-size:18px;
	margin:0;
	padding:5px;
	color:black;
}
.carousel-feature .carousel-caption p a {
	direction:rtl;
	color:black;
}
.carousel-feature a img {
	border:5px solid #ccc;
}
.tracker-summation-container {
	position:absolute;
	color:white;
	right:48px;
	top:230px;
	padding:3px;
	margin:3px;
	background-color:#000;
}
.tracker-individual-container {
	position:absolute;
	color:white;
	right:48px;
	top:210px;
	padding:0;
	margin:0;
}
.tracker-individual-container li {
	list-style:none;
}
.tracker-individual-container .tracker-individual-blip {
	margin:0 3px;
	padding:0 3px;
	color:white;
	text-align:center;
	background-color:#DDD;
}
.tracker-individual-container .tracker-individual-blip-selected {
	color:white;
	font-weight:bold;
	background-color:#000;
}
#carousel-left {
	position:absolute;
	bottom:110px;
	left:50px;
	cursor:pointer;
}
#carousel-right {
	position:absolute;
	bottom:110px;
	right:50px;
	cursor:pointer;
}
#iCarousel-preloader {
	position: absolute;
	z-index: 1000;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: #000 1px solid;
	border-color: rgba(0,0,0,0.6);
	padding: 1px;
	width: 150px;
	height: 3px;
}
#iCarousel-preloader div {
	float: left;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	height: 3px;
	background: #000;
	background: rgba(0,0,0,0.6);
	width: 0px;
}
/* The timer in the Slider */
#iCarousel-timer {
	position: absolute;
	z-index: 1000;
	border-radius: 5px;
	cursor: pointer;
}
.carousel-container {
	overflow: hidden;
}
.icarousel {
	width: 470px;
	height: 280px;
	position: relative;
	margin: 20px auto;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	-o-perspective: 1000px;
	-ms-perspective: 1000px;
	perspective: 1000px;
}
#icarousel div.slide {
	border-radius: 4px;
	border: 5px #D8DFE6 solid;
	width: 450px;
	height: 250px;
}
.icarousel img {
}
/* The Navigation buttons in the Slider */
a.iCarouselNav {
	display: block;
	position: absolute;
	top: 100px;
	width: 84px;
	height: 84px;
	background: url(../images/arrows.png) no-repeat;
	z-index: 1000;
	text-indent: -9999px;
}
a#iCarouselPrev {
	left: -290px;
	background-image:url(../images/back.png);
	cursor:pointer;
}
a#iCarouselPrev:hover {
}
a#iCarouselNext {
	right: -320px;
	background-image:url(../images/next.png);
	cursor:pointer;
}
a#iCarouselNext:hover {
} 
#iCarousel-timer div {
	border-radius: 3px;
}
.FeateredItemText {
	font-family: "GE SS Two Light";
	font-size: 18px;
	margin-left: 0px;
	position: relative;
	background-color: rgba(196,102,101,0.85);
	color: #FFFFFF;
	top: -80px;
	line-height: 24px;
	height: 80px;
	overflow: hidden;
	padding: 5px;
	text-align: justify;
}
