.bg_separator {
	background-color: #D6E1EC;
	background-image: url(images/bg_separator.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.bg_separator2 {
	background-color: #FFFFFF;
	background-image: url(images/bg_separator2.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
a:link {
	text-decoration: none;
	color: #CC0000;
	display: inline;
}
a:visited {
	text-decoration: none;
	color: #CC0000;
}
a:hover {
	text-decoration: underline;
	color: #CC0000;
}
a:active {
	text-decoration: none;
	color: #CC0000;
}
.next_title_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.25em;
}
.next_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
}
.next_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.next_text_bold{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.next_header_sm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
	color: #055CAB;
}
.next_header_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	font-style: italic;
}
.next_subheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
#fullheight {height:100%}
#justify {
	text-align: justify;
}
.next_vids {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}
ul {
	list-style-type: none;
	padding-left: 5px;
	margin-left: 0;
	padding-top: -5px;
	}
li {
	background: url(images/triangle.png) no-repeat scroll left 1px;
	padding-left: 15px;
	padding-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	}
#ticker-wrapper * {
	margin: 0px;
}
#ticker-wrapper.has-js {
	margin: 0px;
	width: 988px;
	height: 30px;
	border: 1px solid #000000;
	display: block;
	font-family: Arial;
	font-size: 14px;
	background-color: #00427E;

}
#ticker {
	padding: 0px 0px 0px 10px;
	width: 970px;
	height: 23px;
	display: block;
	float: left;
	position: relative;
	overflow: hidden;
	background-color: #00427E;
}
#ticker-title {
	float: left;
	color: #BEEB86;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 7px;
}
#ticker-content {
	margin: 0px;
	padding-top: 7px;
	float: left;
	position: absolute;
	color: #FFFFFF;
	font-weight: bold;text-transform: uppercase;
	background-color: #00427E;
}
#ticker-content:focus {
	none;
}
#ticker-content A {
	text-decoration: none;	
	color: #FFFFFF;
}
#ticker-content A:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
#ticker-swipe {
	padding-top: 7px;
	position: absolute;
	top: 0px;
	left: 80px;
	background-color: #00427E;
	display: block;
	width: 978px;
	height: 23px; 
}
#ticker-swipe SPAN {
	margin-left: 1px;
	background-color: #00427E;
	border-bottom: 1px solid #FFFFFF;
	height: 12px;
	width: 7px;
	display: block;
}
#ticker-controls {
	padding: 7px 10px 0px 0px;
	list-style-type: none;
	float: right;
	display: none;
}
#ticker-controls LI {
	padding: 0px;
	margin-left: 5px;
	float: left;
	cursor: pointer;
	height: 16px;
	width: 16px;
	display: block;
}
#ticker-controls LI#play-pause {
	background-image: url('http://innsbrook.com/images/controls.png');
	background-position: 32px 16px;
}
#ticker-controls LI#play-pause.over {
	background-position: 32px 32px;
}
#ticker-controls LI#play-pause.down {
	background-position: 32px 0px;
}
#ticker-controls LI#play-pause.paused {
	background-image: url('http://innsbrook.com/images/controls.png');	
	background-position: 48px 16px;
}
#ticker-controls LI#play-pause.paused.over {
	background-position: 48px 32px;
}
#ticker-controls LI#play-pause.paused.down {
	background-position: 48px 0px;
}
#ticker-controls LI#prev {
	background-image: url('../images/controls.png');
	background-position: 0px 16px;		
}
#ticker-controls LI#prev.over {
	background-position: 0px 32px;		
}
#ticker-controls LI#prev.down {
	background-position: 0px 0px;		
}
#ticker-controls LI#next {
	background-image: url('http://innsbrook.com/images/controls.png');	
	background-position: 16px 16px;	
}
#ticker-controls LI#next.over {
	background-position: 16px 32px;	
}
#ticker-controls LI#next.down {	
	background-position: 16px 0px;	
}
.js-hidden {
	display: none;
}
