.jcarousel-control:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/* REMOVED 3/7
.jcarousel-container-horizontal {
    padding: 0;  
    margin: 0px;
    width: 100%;
    position: relative;
    z-index: 9990;
}
*/

.jcarousel-clip-horizontal {
	padding: 0px;
	margin: 0px;
	width: 100%;
	/*height: 496px;*/
}

#home .jcarousel-clip-horizontal {
	/*height: 419px; REMOVED 3/7 */ 
}

.jcarousel-control-wrapper {
	position: relative;
	width: auto;
	margin: 0;
	padding: 0;
}

#home .jcarousel-control-wrapper {
	position: absolute;
	width: 100%;
	z-index: 9996;
	margin: 0 0 0 77px;
}

#home .jcarousel-control-wrapper .caption {
	padding: 5px 0 0 0;
	float: left;
}

.jcarousel-control {
    text-align: left;
    height: 19px;
    background: url('/images/control-bar-bg.png') 0 0 repeat-x;
    margin: 0;
    padding: 0;
}

#home .jcarousel-control {
    text-align: left;
    height: 19px;
    background: url('/images/control-bar-bg.png') 0 0 repeat-x;
    padding: 0;
    margin: 0 0 0 137px;
}

.jcarousel-control a {
    font-size: 1px;
    margin: 0 3% 0 0;
    width: 19px;
	height: 0px;
	overflow: hidden;
	padding: 19px 0 0 0;
	display: block;
	float: left;
}

.jcarousel-control a.active {
	background: url('/images/control-item-active.png') 0 0 no-repeat;
}

.jcarousel-control a.inactive {
	background: url('/images/control-item-inactive.png') 3px 3px no-repeat;
}

.jcarousel-control a.inactive:hover {
	background: url('/images/control-item-active.png') 0 0 no-repeat;
}

.jcarousel-control a.first {
	margin-left: -9px;
	position: relative;
	height: 1%;
	z-index: 9997;
}

.extra-top-padding {
	padding: 8px 0 0 0;
}

.jcarousel-control a.notCurrent {
    background-color: orange;
}

.jcarousel-control a:focus,
.jcarousel-control a:active {
    outline: none;
}

.jcarousel-scroll {
    margin-top: 10px;
    text-align: center;
}

.jcarousel-scroll form {
    margin: 0;
    padding: 0;
}

.jcarousel-scroll select {
    font-size: 75%;
}

.javascript-disabled #childContent {
	overflow-x: scroll;
	overflow-y: hidden;
	padding: 0 0 29px 0;
}

.javascript-disabled #carouselContainer {
	width: 100%;
	overflow-x: scroll !important;
	overflow-y: hidden;
}

.javascript-disabled #childContent li {
	float: left;
	color: #fff;
}

.launchButton {
	position: absolute;
	bottom: 25px;
	right: 0;
	background: url('/images/launch-project-up.png') 0 0 no-repeat;
	width: 136px;
	height: 28px;
}

.jcarousel-list li.jcarousel-item-placeholder {
	display: none;
	/*background: green;*/
}

.current,
.javascript-disabled .not-current {
	opacity: 1;
}

.not-current {
	opacity: 0.5;
}