
#thbillboardContainer { /* holds the panels */
	border: 5px solid #000000; 
	width: 680px; 
	height: 285px;
	display: block;
	padding: 0;
	margin: 0;
}
#thbillboard_left_column { /* the picture portion of the billboard */
	padding: 0; 
	margin: 0;
	float: left;
	border: 0;
	height: 285px;
	width: 530px;
	max-width: 530px;
	min-width: 530px;
	display: block;
}
#thbillboard_left_column div { 
	position: absolute;
	z-index: 0;
}
#thbillboard_left_column div.current {
	z-index: 2;
}
#thbillboard_left_column div.previous {
	z-index: 0;
}
#thbillboard_left_column div a { 
	padding: 0; 
	margin: 0;
	text-decoration: none;
	background-color: #000000; display: block;
	width: 530px; 
	height: 285px;
}
#thbillboard_left_column div a img.bbimage { /* the images will be no larger than 530x285 */
	border: 0; 
	/*height: 285px; 
	width: 530px; */
	overflow: hidden;
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: 285px;
	max-width: 530px;
	min-height: 285px;
}
#thbillboard_right_column { /* the space that holds the right side links - the links actually float on top of this - the background color shows through at top and bottom */
	padding: 0;
	margin: 0;
	float: left;
	border: 0;
	height: 285px;
	width: 150px;
	max-width: 150px;
	background-color: #bababa; /* sheep gray */
	display: block;
	z-index: 100;
}
#thbillboard_links {
	display: block;
	height: 245px;
	background-color: #bababa;
	margin: 7px 0;
	padding: 0;
	z-index: 101;
}
#thbillboard_links a.bblink4 {
	height: 54px; /* 54 for 4 links, 39 for 5 links (default), 38 for 6 links (if going to add more links, remember to adjust the padding) */
	border-top: 1px solid #c4c4c4;
	background-color: #dddddd;
	background: linear-gradient(#dddddd, #c4c4c4);
	/*filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr="#dddddd", endColorStr="#c4c4c4");*/ /* background gradient, rest state in ie */
	/*font-size: 10px; */
	font-size: 100%; /* 65% shows to be about equal to 10px - this might need additional testing when switched to the actual site */
	font-weight: bold;
	font-family: arial, sans-serif; /* ************************************************************************************************************ */
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 12px 15px 0px; /* this is the line that needs changing if you're going to change the number of links */
	/* by not putting in a defined width for the link, the padding doesn't mess up the size of the width, since the width is being inherited from the .right class.  */
	color: #5d5d5d;
	z-index: 102;
	outline: none; /* removes the dashed outline that appears when clicking on the link */
	position: relative; /* somehow affects the arrow */
}
#thbillboard_links a.bblink5 {
	height: 39px; /* 54 for 4 links, 39 for 5 links (default), 38 for 6 links (if going to add more links, remember to adjust the padding) */
	border-top: 1px solid #c4c4c4;
	background-color: #dddddd;
	background: linear-gradient(#dddddd, #c4c4c4);
	/*filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr="#dddddd", endColorStr="#c4c4c4");*/ /* background gradient, rest state in ie */
	/*font-size: 10px; */
	font-size: 90%; /* 65% shows to be about equal to 10px - this might need additional testing when switched to the actual site */
	font-weight: bold;
	font-family: arial, sans-serif; /* ************************************************************************************************************ */
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 7px 15px 7px; /* this is the line that needs changing if you're going to change the number of links */
	/* by not putting in a defined width for the link, the padding doesn't mess up the size of the width, since the width is being inherited from the .right class.  */
	color: #5d5d5d;
	z-index: 102;
	outline: none; /* removes the dashed outline that appears when clicking on the link */
	position: relative; /* somehow affects the arrow */
}
#thbillboard_links a.bblink6 {
	height: 38px; /* 54 for 4 links, 39 for 5 links (default), 38 for 6 links (if going to add more links, remember to adjust the padding) */
	border-top: 1px solid #c4c4c4;
	background-color: #dddddd;
	background: linear-gradient(#dddddd, #c4c4c4);
	/*filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr="#dddddd", endColorStr="#c4c4c4");*/ /* background gradient, rest state in ie */
	/*font-size: 10px; */
	font-size: 80%; /* 65% shows to be about equal to 10px - this might need additional testing when switched to the actual site */
	font-weight: bold;
	font-family: arial, sans-serif; /* ************************************************************************************************************ */
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 6px 13px 0px; /* this is the line that needs changing if you're going to change the number of links */
	/* by not putting in a defined width for the link, the padding doesn't mess up the size of the width, since the width is being inherited from the .right class.  */
	color: #5d5d5d;
	z-index: 102;
	outline: none; /* removes the dashed outline that appears when clicking on the link */
	position: relative; /* somehow affects the arrow */
}

#thbillboard_links a.bblink4:hover, #thbillboard_links a.bblink5:hover, #thbillboard_links a.bblink6:hover {
	color: #d65400;
	background-color: #eeeeee;
	background: linear-gradient(#eeeeee, #c4c4c4);
	/*filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr="#eeeeee", endColorStr="#c4c4c4");*/ /* changes link background in ie */
}
#thbillboard_links a.highlight {
	color: #ffffff;
	background-color: #d25213;
	background: linear-gradient(#d25213, #be4b0a);
	/*filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr="#d25213", endColorStr="#be4b0a");*/
}
#thbillboard_links a.bblink4.highlight:after {
	/*color: #ffffff;*/
	background-color: #d25213;
	background: linear-gradient(#d25213, #be4b0a);
	/* removing the position: relative in a.bblink keeps the arrow from showing */
	right: 100%;
	content: "\00a0\00a0\00a0"; /* 25c0=hexadecimal code for left pointing arrow, \00a0=non breaking space */ /*arrow color appears to be coming from a.highlight */
	/*content:url(img/bblinks-arrow.png);*/
	top: 0;
	position: absolute; 
	/*font-size: 10px;*/
	display:block;
	height: 46px;
	padding-top: 20px;
	/*filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr="#d25213", endColorStr="#be4b0a");*/

	/* below this comment to end of style declaration is from arrow creator */
	/*right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(210, 82, 19, 0);
	border-right-color: #d25213;
	border-width: 26px;
	margin-top: -26px;
	*/
}
#thbillboard_links a.bblink5.highlight:after {
	/*color: #ffffff;*/
	background-color: #d25213;
	background: linear-gradient(#d25213, #be4b0a);
	/* removing the position: relative in a.bblink keeps the arrow from showing */
	right: 100%;
	content: "\00a0\00a0\00a0"; /* 25c0=hexadecimal code for left pointing arrow, \00a0=non breaking space */ /*arrow color appears to be coming from a.highlight */
	/*content:url(img/bblinks-arrow.png);*/
	top: 0;
	position: absolute; 
	/*font-size: 10px;*/
	display:block;
	height: 33px;
	padding-top: 20px;
}
#thbillboard_links a.bblink6.highlight:after {
	/*color: #ffffff;*/
	background-color: #d25213;
	background: linear-gradient(#d25213, #be4b0a);
	/* removing the position: relative in a.bblink keeps the arrow from showing */
	right: 100%;
	content: "\00a0\00a0\00a0"; /* 25c0=hexadecimal code for left pointing arrow, \00a0=non breaking space */ /*arrow color appears to be coming from a.highlight */
	/*content:url(img/bblinks-arrow.png);*/
	top: 0;
	position: absolute; 
	/*font-size: 10px;*/
	display:block;
	height: 24px;
	padding-top: 20px;
}

#thbillboard_links a.highlight:hover { /* this keeps the highlighted right side link from changing if user hovers over it */
	color: #ffffff;
	background-color: #d25213;
	background: linear-gradient(#d25213, #be4b0a);
	/*filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr="#d25213", endColorStr="#be4b0a");*/

}
/* next section is for the caption at the bottom of the picture */
.caption { /* create a nice large block to have the caption in */
	display: inline-block;
	width: 502px;
	height: 68px;
	background-color: #000000;
	position: absolute;
	top: 202px;
	left: 0px;
	filter: alpha(opacity=80); /* why? because IE is IE and it has to be different and not play nice with the other boys and girls */
	opacity: 0.8;
	z-index: 4;
	cursor: pointer;
	color: #ffffff;
	font-family: arial, sans-serif;  /* *********************************************************************************************************************************** */
	/*font-size: 10pt;*/
	font-size: 120%; /* 80% appears to be the equivalent of 10pt */
	font-weight: normal;
	padding: 10px 14px 5px 14px;
}
.caption h2 {
	/*font-size: 14pt;*/
	/*font-size: 150%;*/ /* 145% appears to be roughly equivalent to 14pt */
	font-weight: normal;
	text-transform: uppercase;
	color: #d65400;
	margin: 0;
	/*font-family: 'comic sans ms';*/ /* ****************************************************************************************************************** */
}
.caption h2:hover {
	text-decoration: underline;
}
/* .caption:after { */ /* automagically create the "...More" at the end of the caption text */
/*	content: "\2026More"; */ /* 2026 is the hexadecimal code for the ellipsis */
/*	font-style: italic; */
/*	color: #d65400; */
/* } */
.capmore {
	color: #d65400;
	font-style: italic;
}
/* next part is the new code (6/9/14) to resize on the fly */
.caption h2.regular {
	font-size: 150%;
}
.caption h2.tall { 
	font-size: 140%;
}
.caption h2.grande {
	font-size: 135%;
}	
.caption h2.venti {
	font-size: 120%;
}
/* end of new code */
#thbillboardnewsbox {
	background-color: #e1e1e1;
	color: #808080;
	font-family: arial, sans-serif;
	width: 700px;
}
#thbillboardnewsbox h1 { font-size: 130%; padding: 6px 0 6px 20px; margin: 0; text-transform: uppercase; color: #6b6b6b; } /* ***************************************************************** */

noscript div.nslist {
	clear: both; 
	display: block; 
	height: 100%; 
}
noscript div.nslist ul li a span.captionns {

}
