/*
*****************************************************************
	Table of Contents
	
	1. Global Rules
	4. Content Rules 
	5. Right Column Rules 
	6. Footer Rules 
	
******************************************************************
*/


/* 
******************************************************************
	1. Global Rules 
******************************************************************
*/
#schedule #content {
	padding: 25px 50px 70px;
}

.stepcarousel{
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
width: 934px; /*Width of Carousel Viewer itself*/
height: 426px; /*Height should enough to fit largest content's height*/
}

.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*/
width: 934px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
height: 426px;
}
#topNav {
	width: 940px;
	position:relative;
	left:0px;
	top:304px;
	cursor:pointer;
}
#topNav .thumblink {
	position:absolute;
	top:0px; left:0px;
	width:156px; height:120px;
	z-index:10;
}
#thumblink1.thumblink{
	background:url(../images/header/thumb-1-off.jpg) 34px 29px no-repeat;
}
#thumblink2.thumblink {
	background:url(../images/header/thumb-2-off.jpg) 34px 29px no-repeat;
}
#thumblink3.thumblink {
	background:url(../images/header/thumb-3-off.jpg) 34px 29px no-repeat;
}
#thumblink4.thumblink {
	background:url(../images/header/thumb-4-off.jpg) 34px 29px no-repeat;
}
#thumblink5.thumblink {
	background:url(../images/header/thumb-5-off.jpg) 34px 29px no-repeat;
}
#thumblink6.thumblink {
	background:url(../images/header/thumb-6-off.jpg) 34px 29px no-repeat;
}
.crop.over #thumblink1.thumblink, #at.crop #thumblink1.thumblink{
	background:url(../images/header/thumb-1.jpg) 34px 29px no-repeat;
}
.crop.over #thumblink2.thumblink, #at.crop #thumblink2.thumblink {
	background:url(../images/header/thumb-2.jpg) 34px 29px no-repeat;
}
.crop.over #thumblink3.thumblink, #at.crop #thumblink3.thumblink {
	background:url(../images/header/thumb-3.jpg) 34px 29px no-repeat;
}
.crop.over #thumblink4.thumblink, #at.crop #thumblink4.thumblink {
	background:url(../images/header/thumb-4.jpg) 34px 29px no-repeat;
}
.crop.over #thumblink5.thumblink, #at.crop #thumblink5.thumblink {
	background:url(../images/header/thumb-5.jpg) 34px 29px no-repeat;
}
.crop.over #thumblink6.thumblink, #at.crop #thumblink6.thumblink {
	background:url(../images/header/thumb-6.jpg) 34px 29px no-repeat;
}
.spriteOFF {
	position:absolute;
	top:0px; left:0px;
	width:156px;
	height:369px;
	background:url(../images/header/sprite_nav.png);
	background-repeat:no-repeat;
	z-index:1;
}
.crop {
	position:relative;
	width:155px; height:123px;
	overflow:hidden;
	float:left;
}
.crop.over {
	background:none;
}
.crop .spriteOFF {
	top:0px;
}
.crop.over .spriteOFF {
	top:-123px;
}

#at.crop .spriteOFF {
	top:-246px;
}
.wide {
	width:156px;
}
.cropnarrow {
	left:-1px;
}

.divider {
	width:1px;
	height:123px;
	background-image:url(../images/header/nav_divider.png);
	float:left;
}

/* 
******************************************************************
	5. Right Column Rules 
******************************************************************
*/
#schedule #rightCol{
	padding-top:121px;
}
#rightCol .box .item strong {
	display:block;
	font-size:14px;
	font-weight:bold;
}
