/* carousel ************************************************/
.stepcarousel {
	position: relative; /*leave this value alone*/
	border: none;
	overflow: scroll; /*leave this value alone*/
	width: 705px; /*Width of Carousel Viewer itself*/
	height: 190px; /*Height should enough to fit largest content's height*/
	background-image: url(/images/video_bg.gif);
	background-repeat: repeat-x;
}
.stepcarousel .belt {
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
}
.stepcarousel .panel {
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 15px; /*margin around each panel*/
	width: 160px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

.stepcarousel .panel .p-img {
	height: 100px;
	text-align: center;
}
.stepcarousel .panel .p-imga {
	height: 100px;
	text-align: center;
}
.stepcarousel .panel .p-img img {
	padding: 4px;
	border: 1px solid #fff;
}
.stepcarousel .panel .p-imga img {
	padding: 4px;
	border: 1px solid #96c4fd;
}
.stepcarousel .panel .p-text {
	text-align: center;
}
.stepcarousel .panel .p-texta {
	text-align: center;
}
.stepcarousel .panel .p-text a {
	color: #939393;
	font-size: 10px;
	text-decoration: none;
}
.stepcarousel .panel .p-texta a {
	font-size: 10px;
	color: #96c4fd;
	text-decoration: none;
}

.scroll_bar {
	clear: both;
	margin: 0;
	padding: 0;
	height: 3px;
	background-color: #dde9f3;
}
.scroll_bar #scroll_img {
	margin: 0;
	padding: 0;
}
.all_years {
	position: relative;
	padding: 5px 15px;
}
.years_a {
	display: block;
	float: left;
	color: #fff;
	background-color: #c10000;
	margin: 5px;
	padding: 3px 5px;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	background-image: url(/images/year_bg.gif);
	background-repeat: repeat-x;
}
.years {
	display: block;
	float: left;
	color: #666;
	background-color: transparent;
	margin: 5px;
	padding: 3px 5px;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
.years:hover {
	background-color: #cddae4;
}
.all-year {
	margin: 0 25px 0 25px;
	padding: 3px 0 3px 25px;
	float: left;
	border-left: 1px solid #ddd;
}
