@charset "UTF-8";
/* CSS Document 
.caro_list_carousel {
	border-top: 1px solid #DEE3E8;
	background: url("../../../images/carousel_bg.png") 0 0 no-repeat, url("../../../images/carousel_bg.png") 100% 0 no-repeat;
	width: 748px;
	padding: 10px;
	margin: 0 auto;
}  
*/
.caro_wrapper{
	width:500px;
	margin:0 auto;
}
.caro_carousel_container_main {
	width:500px;
	height:320px;
}
.caro_carousel_container{
	width:500px;
	min-height:200px;
}
.clearfix {
	float: none;
	clear: both;
}

#index .caro_wrapper {
	border-top: 1px solid #DEE3E8;
	background: url("../../../images/carousel_bg.png") no-repeat scroll 0 0pt, url("../../../images/carousel_bg.png") no-repeat scroll 100% 0 #FFFFFF;
}
#index .caro_title_43 {
	color: #003D77;
	font-size: 1.5em;
	line-height: 1;
}
/* Global classes for navigation */
.caro_button_container {
	height:20px;
	width:100%;
	margin:10px 0;
}
.caro_title_43{
	width:36%;
	float:left;	
	padding-left:20px;
}



.caro_nav_43{
	height:20px;
	width:20%;
	float: right;	
	text-align:left;
	padding-right:20px;
}
.caro_nav_prev_43_holder{
	padding:0 5px;
	height:15px;
	float:right;
}
.caro_nav_pagination_43_holder{
	height:15px;
	float:right;
}
.caro_nav_next_43_holder{
	height:15px;
	float:right;
}

.caro_nav_43_center{
	height:20px;
	width:60%;
	float: right;	
	text-align:left;
	padding-right:200px;
}
.caro_nav_prev_43_holder_center{
	padding:0 5px;
	height:15px;
	float:right;
}
.caro_nav_pagination_43_holder_center{
	height:15px;
	float:right;
}
.caro_nav_next_43_holder_center{
	height:15px;
	float:right;
}

/* For the main slider */
/***********************/
/* Unordered Lists */
.caro_carousel_main{
	list-style:none;
	margin:0;
	padding:0;	
}
ul.caro_carousel_main{
	list-style: none;
	display: inline-block;
	overflow:hidden;
}
ul.caro_carousel_main li a img{
	list-style: none;
	border:0;
	width:500px;
	padding:0 0;
	margin:0;
}
ul.caro_carousel_main li {
	float: left;
	list-style: none;
	height:320px;
	/* added by Joe to get homepage large scroller working */
	width: 500px;
	position: relative;
}

.caro_list_carousel {
	width:500px;
	/*padding: 10px 0;*/
	margin: 0 auto;
	overflow:hidden;
	position: relative;
}  

/* Div's inside the list items */
.description-text { /* hidden but needs to be called to truncate the text */
	display: none;
}
.support-text {
	border-top:#FFF 1px solid;
	background-color: #222;
	background-color: rgba(0,0,0,0.7);
	position: absolute;
	text-align:left;
	bottom: 0;
	left: 0;
	color:#fff;
	z-index:1;
	float:left;
	width: 330px;
	padding: 10px 160px 0 10px;
	min-height: 5.5em;
}
.support-text h2 {
	padding: 0;
	margin: 0 0 0.2em;
}
.support-text p {
	margin: 0 0 0.5em;
	font-size: 110%;
}
.support-text a,
.support-text a:hover,
.support-text a:focus,
.support-text a:active {
	color: #fff;
	font-weight: bold;
}
.image-text {
	position: absolute;
	/*background:url("images/whitebox.png");*/
	background-color: #fff;
	background-color: rgba(255,255,255,0.7);
	width:250px;
	height:80px;
	top: 120px;
	z-index:0;
	left:20px;
	text-align:left;
}
.image-text p {
	position:relative;
	z-index:1;
	padding:5px 10px;
}
.boximage {
	z-index: -99;	
}
.boximage img {
	z-index:-999;
	height: 320px;
	width: 500px;	
}
.pagination {
	position:absolute;
	bottom: 30px;
	right: 10px;
	color:#fff;
	text-align:left;
	z-index:999;
}
/* Pagination for Main slider */
.caro_grey_pagination a,
.caro_grey_pagination a:visited {
	padding-top: 18px;
	font-size: 140%;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	text-align: center;
}
.caro_grey_pagination a span {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 0.1em 0.5em 0.4em;
	background:#fff;
	margin: 0 2px;
}
.caro_grey_pagination a:hover,
.caro_grey_pagination a:focus {
	color:#0CF;
	text-decoration:none;
}	
.caro_grey_pagination a.selected {
	color:#0CF;
	text-decoration:none;
	background-image:url("images/homepage-pagination-selected.png");
	background-position: 50% 0;
	background-repeat: no-repeat;
}
/***************************************/	
/**** carousel settings for 4 items ****/
/***************************************/
.caro_list4_carousel{
	width:500px;
	margin:0 auto;
}
.caro_list4_carousel li{	
	width:105px;
	margin: 5px !important;
}

/* Unordered Lists */
.caro_carousel_4{
	list-style:none;
	margin:0 0;
	padding:0 0;
}
ul.caro_carousel_4{
	list-style: none;
	display: inline-block;
	overflow:hidden;
}
ul.caro_carousel_4 li {
	text-align: center;
	float: left;
	list-style: none;	
	padding:0 5px;
	min-height:250px;
}
ul.caro_carousel_4 li a img {
	list-style: none;
	border: 0;
	max-width: 150px;
	-moz-box-shadow: 2px 3px 6px #aaa;
	-webkit-box-shadow: 2px 3px 6px #aaa;
	box-shadow: 2px 3px 6px #aaa;
	margin: 0 0 0.5em;
}
/* Navigation for Carousel showing 4 items  */
.caro_prev_4{
	background: url('images/left.gif');
	width: 15px;
	height: 15px;
	display:inline-block;
}
a.caro_prev_4:hover{
	background: url('images/hoverleft.gif');
}
.caro_next_4{
	background: url('images/right.gif');
	width: 15px;
	height: 15px;
	display:inline-block;
	text-align:center;
}
a.caro_next_4:hover{
	background: url('images/hoverright.gif');
}
a.caro_prev_4 span, a.caro_next_4 span {
	display: none;
}

.caro_pagination_4 {
	text-align: center;
}
.caro_pagination_4 a {
	background: url('images/pagination.gif');
	width: 15px;
	height: 15px;
	margin: 0 5px 0 0;
	display: inline-block;
	cursor: pointer;
}
.caro_pagination_4 a:hover{
	background: url('images/hoverpagination.gif');
}
.caro_pagination_4 a.selected {
	background: url('images/selectedpagination.gif');
}
.caro_pagination_4 a span {
	display: none;
}


/***************************************/	
/**** carousel settings for 3 items ****/
/***************************************/
.caro_list3_carousel{
	width:500px;
	margin:0 auto;
}
.caro_list3_carousel li{	
	width:155px;
	margin:5px 5px;
}

/* Unordered Lists */
.caro_carousel_3{
	list-style:none;
	margin:0 0;
	padding:0 0;	
}
ul.caro_carousel_3{
	list-style: none;
	display: inline-block;
	overflow:hidden;
}
ul.caro_carousel_3 li {
	text-align: center;
	float: left;
	list-style: none;
	min-height:250px;
}
ul.caro_carousel_3 li a img{
	border:0;
	list-style: none;
	max-width:150px;
}
/* Navigation for Carousel showing 3 items  */
.caro_prev_3 {
	background: url('images/left.gif');
	width: 15px;
	height: 15px;
	display:inline-block;
}
a.caro_prev_3:hover{
	background: url('images/hoverleft.gif');
}

.caro_next_3{
	background: url('images/right.gif');
	width: 15px;
	height: 15px;
	display:inline-block;
	text-align:center;
}
a.caro_next_3:hover{
	background: url('images/hoverright.gif');
}
a.caro_prev_3 span, a.caro_next_3 span {
	display: none;
}
.caro_pagination_3 {
	text-align: center;
}
.caro_pagination_3 a {
	background: url('images/pagination.gif');
	width: 15px;
	height: 15px;
	margin: 0 5px 0 0;
	display: inline-block;
}
.caro_pagination_3 a:hover{
	background: url('images/hoverpagination.gif');
	cursor: default;
}
.caro_pagination_3 a.selected {
	background: url('images/selectedpagination.gif');
	cursor: default;
}
.caro_pagination_3 a span {
	display: none;
}

/*******************************/
/* Default Carousel for display*/
/*******************************/
/* scrollers inside the tab */
.pane-item .caro_wrapper{
	width:636px;
	margin:0 auto;
}
.pane-item  .caro_carousel_container{
	width:636px;
	margin:0 auto;	
	border:none;
}
.pane-item .caro_list_carousel{
	width:608px;
	margin: 0 auto;
}  
.recent-view .caro_wrapper{
	width:706px;
	margin:0 auto;
}
.recent-view .caro_carousel_container{
	width:706px;
	margin:0 auto;	
	padding:5px 0px 30px 0px;
	border: 1px solid #CCC;
}
.recent-view .caro_list_carousel{
	width:626px;
	padding: 10px 0;
	border: 1px solid #CCC;
	margin: 0 auto;
}  
.caro_carousel{
	list-style:none;
}

.caro_list_carousel ul.caro_carousel li {
	text-align: center;
	width:150px;
	float: left;
	list-style: none;
}
ul.caro_carousel li{
  list-style:none;
}
.caro_list_carousel ul.caro_carousel li a img{
	background-color: white;
	border: 1px solid #CCC;
	height:100px;
	margin 20px auto 8px;
	max-width:120px;
	padding: 2px;
	width:auto;	
	list-style: none;
}
.clearfix {
	float: none;
	clear: both;
}
.caro_button_container {
	height:20px;
	width:100%;
	margin:10px 0;
}
.caro_title{
	height:20px;
	width:40%;
	float:left;	
	padding-left:40px;
}
.caro_nav{
	height:20px;
	width:23%;
	float:left;	
	text-align:center;
}
.caro_nav_prev_holder{
	padding:0 5px;
	height:15px;
	float:left;
}
.caro_prev {
	background: url('images/left.gif');
	width: 15px;
	height: 15px;
	display:inline-block;
}
a.caro_prev:hover{
	background: url('images/hoverleft.gif');
}
.caro_nav_next_holder{
	height:15px;
	float:left;
}
.caro_next{
	background: url('images/right.gif');
	width: 15px;
	height: 15px;
	display:inline-block;
	text-align:center;
}
a.caro_next:hover{
	background: url('images/hoverright.gif');
}
a.caro_prev span, a.caro_next span {
	display: none;
}
.caro_nav_pagination_holder{
	height:15px;
	float:left;
}
.caro_pagination {
	text-align: center;
}
.caro_pagination a {
	background: url('images/pagination.gif');
	width: 15px;
	height: 15px;
	margin: 0 5px 0 0;
	display: inline-block;
}
.caro_pagination a:hover{
	background: url('images/hoverpagination.gif');
	cursor: default;
}
.caro_pagination a.selected {
	background: url('images/selectedpagination.gif');
	cursor: default;
}
.caro_pagination a span {
	display: none;
}
.caro_more_link{
	width:33%;
	height:15px;
	float:left;	
	text-align:right;
}
