.carousel_holder {
	background-color: #FFFFFF;
	margin: 0px;
	width: 880px;
	padding: 0px;
}
.stepcarousel{
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	width: 880px; /*Width of Carousel Viewer itself*/
	height: 735px; /*Height should enough to fit largest content's height*/
	background-image: url(../img/carousel/coursebkg.gif);
	padding: 0px;
	background-repeat: no-repeat;
	background-position: left bottom;
}
.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

#scrollmenu td a  {
	background-image: url(../img/carousel/tab_off.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	width: 275px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 16px;
	padding-top: 4px;
	float: left;
	margin: 0px;
	height: 38px;
	line-height: 22px;
}
#bristol #scrollmenu td a  {
	background-image: url(../img/carousel/tab_off_bristol.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	width: 175px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 16px;
	padding-top: 4px;
	float: left;
	margin: 0px;
	height: 38px;
	line-height: 22px;
}
.stepcarousel .panel {
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	width: 880px;
	padding: 0px;
	margin: 0px;
}
.stepcarousel .maps {
	background-image: url(../img/carousel/map.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}
.stepcarousel .mods {
	width: 836px;
	padding-right: 22px;
	padding-left: 22px;
	margin-top: 18px;
}
#scrollmenu td a:hover, #scrollmenu td .stepcarousel_tabs_on a {
	background-image: url(../img/carousel/tab_select.gif);
}
#bristol #scrollmenu td a:hover, #bristol #scrollmenu td .stepcarousel_tabs_on a {
	background-image: url(../img/carousel/tab_select_bristol.gif);
}
.tab_table_wrap {
	background-image: url(../img/carousel/tabs_bkg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	width: 880px;
	background-color: #DDDDDD;
}
#bristol .tab_table_wrap {
	background-image: url(../img/carousel/tabs_bkg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	width: 880px;
	background-color: #DAE7F0;
}
.main_col ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.main_col li {
	font-size: 13px;
	line-height: 18px;
	list-style-type: disc;
	list-style-position: inside;
	color: #5D6E7B;
}
