/** base carousel **/
.carousel ul {
    position:absolute;
    overflow:hidden;
    margin:0;
    padding:0;
    list-style:none;
	left:0px;
	top:0px;
	/*Updated by Martha on 20140127*/
	opacity:0;
}

.no-js .carousel ul {position:static;}

.carousel .mask {
    position:relative;
    overflow:hidden;
	width:700px;
	height:126px!important;
}

.carousel ul li {
	float:left;
	position:relative;
	background:#ffffff;
	height:74px;
	width:298px!important;
	*width:331px!important;
	padding:16px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: #bddae3 0px 0px 6px;
	-webkit-box-shadow: #bddae3 0px 0px 6px;
	-moz-box-shadow: #bddae3 0px 0px 6px;
	text-align:left;
	behavior: url(/include/PIE.htc);
	margin:10px 10px 10px 10px;
}

.carousel .pagination-links {
    list-style:none;
    margin:0;
    padding:0;
	position:relative;
	bottom:3px;
	top:-15px\9;
	*top:-6px;
}
 
.carousel .pagination-links li {
	display:inline-block;
	*height:22px;
	*overflow:hidden;
	*display:inline;
	*zoom:1;
}

.carousel .pagination-links li a {
	font-size:0px;
	line-height:0px;
	*overflow:hidden;
	width: 24px;
	height: 24px;
	background: url(images/controls-updated.png) no-repeat -144px -32px;
	margin:0px;
	display:block;
	border:0;
	outline:0;
	text-decoration:none;
}

.carousel .pagination-links li a:hover,
.carousel .pagination-links li.current a {
	background: url(images/controls-updated.png) no-repeat -144px 0px;
}
 
.carousel .prev{
	background: url(images/controls-updated.png) no-repeat -103px -32px;
	width: 16px;
	height: 20px;
	display:block;
	font-size:0px;
	line-height:0px;
	*overflow:hidden;
	position: absolute;
	top: 50%;
	margin-top: -16px;
	margin-top:-21px\9;
	*margin-top:-16px;
	outline: 0;
	z-index: 9999;
	left:14.5px;
	*position:relative;
	*top:-76px;
	*left:-358px;
	border:0;
	outline:0;
	text-decoration:none;
}
.carousel .next{
	background: url(images/controls-updated.png) no-repeat -125px -32px ;
	width: 16px;
	height: 20px;
	display:block;
	font-size:0px;
	line-height:0px;
	*overflow:hidden;
	position: absolute;
	top: 50%;
	margin-top: -16px;
	margin-top:-21px\9;
	*margin-top:-16px;
	outline: 0;
	z-index: 9999;
	right:16.5px;
	*position:relative;
	*top:-79px;
	*right:-359px;
	border:0;
	outline:0;
	text-decoration:none;
}
.carousel .disabled {
    cursor:default;
}

.carousel .slider-content{
	position:relative;
	margin-left:6px;
	background:url(images/slider-viewpoint-bg.png) no-repeat;
	padding:35px 0px 30px 0px;
	*padding:37px 0px 30px 0px;
	z-index:1;
	min-height:154px;
}

.carousel .slider-title{
	background-image: url(images/slider-title.png);
	width:314px;
	height:40px;
	z-index:2;
	font-size:16px;
	font-weight:bold;
	line-height:33px;
	color:#ffffff;
	position: absolute;
	top: -6px;
	left: 0px;
}
.carousel .slider-title .text{
	text-align:left;
	padding-left:24px;
}