.jcarousel-skin-tango .jcarousel-container {
    -moz-border-radius: 10px;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 960px;
    height: 170px;
   margin-bottom:23px;
}


.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  866px;
    height: 170px;
	margin-left: 47px;
	border: 0px solid #CC0;
 }


.jcarousel-skin-tango .jcarousel-item {
    height: 170px;
	width: 146px;
	margin-right: 34px;
	margin-left: 0px;
	float: left;
	border: solid 0px;
 }

.jcarousel-skin-tango .jcarousel-item-horizontal {
	 width: 146px;
}


.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    right: 0px;
    width: 37px;
    height: 102px;
    cursor: pointer;
	background: url('/assets/bridge-pages/images/carousel/right_arrow_on.jpg') no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
	width: 37px;
    height: 102px;
    background:  url('/assets/bridge-pages/images/carousel/right_arrow_hover.gif') no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
	width: 37px;
    height: 102px;
	background: url('/assets/bridge-pages/images/carousel/right_arrow_on.jpg') no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
	width: 37px;
    height: 102px;
   	background:  url('/assets/bridge-pages/images/carousel/right_arrow_off.gif') no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
   	left: 0px;
    width: 37px;
    height: 102px;
    cursor: pointer;
    background: url('/assets/bridge-pages/images/carousel/left_arrow_on.gif') no-repeat 0 0;

}	

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
   width: 37px;
   height: 102px;
   background: url('/assets/bridge-pages/images/carousel/left_arrow_hover.gif') no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
	width: 37px;
    height: 102px;
    background:url('/assets/bridge-pages/images/carousel/left_arrow_on.gif') no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
   	cursor: default;
   	width: 37px;
    height: 102px;
   background:url('/assets/bridge-pages/images/carousel/left_arrow_off.gif') no-repeat 0 0;
}
.carousel{float: left;padding: 0px;margin: 0px;display:block;clear: both;margin-top:15px;}
span.desc{
  text-align: center;
  font: normal 12px Arial, Helvetica, sans-serif;color: #000000;
  display:block;
  width:146px;
  margin-top:3px;	
  overflow:visible;	  
}
span.title a:link {
  text-align: center;
  font: bold 12px Arial, Helvetica, sans-serif;color: #004276;
  display:block;
  width:146px;
  margin-top:4px;	
  text-decoration:none;
}
span.title a:visited {
  text-align: center;
  font: bold 12px Arial, Helvetica, sans-serif;color: #666633;
  display:block;
  width:146px;
  margin-top:4px;	
  text-decoration:none;
}
span.title a:hover {
  text-align: center;
  font: bold 12px Arial, Helvetica, sans-serif;color: #9b0033;
  display:block;
  width:146px;
  margin-top:4px;	
  text-decoration:underline;
 
}
#mycarousel li a:link {
  text-align: center;
  font: bold 12px Arial, Helvetica, sans-serif;color: #004276;
  display:block;
  width:146px;
  margin-top:2px;	
  text-decoration:none;
}
#mycarousel li a:visited {
  text-align: center;
  font: bold 12px Arial, Helvetica, sans-serif;color: #666633;
  display:block;
  width:146px;
  margin-top:2px;	
  text-decoration:none;
}
#mycarousel li a:hover {
  text-align: center;
  font: bold 12px Arial, Helvetica, sans-serif;color: #9b0033;
  display:block;
  width:146px;
  margin-top:2px;	
  text-decoration:underline;
 
}
#mycarousel li img {
	display:block;
	margin-bottom:2px;
}

/*The following styles are for when JS is disabled - for only 5 images to show in the carousel*/
.carousel div a:link {
  text-align: center;
  font: bold 12px Arial, Helvetica, sans-serif;color: #004276;
  display:block;
  width:146px;
  margin-top:2px;	
  text-decoration:none;
}

.carousel div a:visited {
  text-align: center;
  font: bold 12px Arial, Helvetica, sans-serif;color: #666633;
  display:block;
  width:146px;
  margin-top:2px;	
  text-decoration:none;
}
.carousel div a:hover {
  text-align: center;
  font: bold 12px Arial, Helvetica, sans-serif;color: #9b0033;
  display:block;
  width:146px;
  margin-top:2px;	
  text-decoration:underline;
 
}



