@charset "utf-8";
/* CSS Document */

#foxboro_content ul.list,
#foxboro_content ul.switcher {
        list-style-type:none !important;
        margin:0 !important;
        padding:0 !important;
}
.center_slide {
        width:960px;
        height:320px;
        margin:0 auto;
        padding:0;
}
.gallery {
	float:left;
	width:960px;
	height:320px;
	position:relative;
}
.gallery ul.list {
	width:960px;
	height:320px;
	padding:0 !important;
	margin:0 !important;
	overflow:hidden;
	list-style:none !important;
	position:relative;
	z-index:3;
}
.gallery .list li {
	width:960px;
	height:320px;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
}
.gallery .list li.active{
	z-index:2;
}
.gallery .list li img {display:block}

.gallery ul.switcher {
	position:absolute;
	top:300px;
	left:720px;
	padding:0 !important;
	margin:0 !important;
	list-style:none !important;
	z-index:4;
}
.gallery .switcher li {
	float:left;
	padding:0 0 0 10px !important;
}
.gallery .switcher a {
	float:left;
	background:url(/Portals/148746/slideshow/images/circle.png) no-repeat;
	width:9px;
	height:9px;
	overflow:hidden;
	text-indent:-9999px;
}
.gallery .switcher li a:hover {
	background-position:0 -9px !important;
}
.gallery .switcher li.active a {
	background-position:0 -9px !important;
}
.item-inner{
	width:100%;
	overflow:hidden;
	position:relative;
}
.item-inner div{
	width:100%;
	overflow:hidden;
}
.item-list ul {
	width:99999px;
	overflow:hidden;
	padding:0 !important;
	margin:0;
        margin-top:0 !important;
	list-style-type:none !important;
}
.item-list ul li {
	width:144px !important;
	display:inline !important;
	float:left !important;
	padding:0 8px !important;
}

span.banner_description {
	position:absolute;
	width:330px;
	text-align:center;
	top:30px;
	right:-9999px;
}
span.banner_description span.banner_title {
	color:#ffffff;
	font:32px/125% Arial,Helvetica,sans-serif;
	font-size:32px;
	margin:0px;
	outline-style:none;
}
span.banner_description span.banner_text {
	color:#fc0;
	font:bold 16px/125% Arial,Helvetica,sans-serif;;
	padding:10px 0 5px;
}
span.banner_description a.banner_link {
	color:#ffffff !important;
	font:12px/125% Arial,Helvetica,sans-serif;
        text-decoration:underline !important;
}
span.banner_description a.banner_link:hover {
	color:#ffffff !important;
        text-decoration:none !important;
}