* {margin:0;padding:0;}
/* /// CAROUSEL /////////////////////////////////////////////////////////// */
.csw {
	width: 100%;
	height: 190px;
	background: #fff;
	overflow: hidden;
	}
.csw .loading {
	margin: 70px 0 100px 0;
	text-align: center
	}
.slider-wrap {
	position: relative;
	float: left;
	width: 640px;
	height: 186px;
	background-color: #000;
	margin-bottom: 10px;
	}
.stripViewer {
	position: relative;
	float: right;
	overflow: hidden;
	width: 640px;
	height: 186px;
	border-left:none;
	}
.stripViewer .panelContainer {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	}
.stripViewer .panelContainer .panel {
	position: relative;
	float:left;
	width: 640px;
	height: 186px;
	}
.stripViewer .panelContainer .panel .wrapper {
	padding: 10px 22px 10px 10px;
	position: absolute;
	bottom: 0;
	color: #ccc;
	background: url(../images/headline.ticker.bg.png);
	}
.stripViewer .panelContainer .panel .WRAPPER {
	width: 640px;
	color: #fff;
	background: #000;
	filter:alpha(opacity='75');
	}
.stripViewer h3 { font-size: 14px; margin: 0;}
.stripViewer .panel h3 {background: none; border:none; padding:0; line-height:14px;} 
.stripViewer a { color: #ccc; line-height:14px;}
.stripViewer p { font-size: 12px; margin-top:0;}

.stripNav { position: absolute; width: 200px; left: 0; z-index: 1; display:none; }
.stripNav ul { list-style: none;}
.stripNav ul li {width:200px;}
.stripNav ul.current {padding:0; width: 200px}
.stripNav a {
	line-height: 120%;
	height: 28px;
	font-size: 11px !important;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 5px 5px 5px 5px;
	vertical-align: middle;
	}
.STRIPNAV a { height: 38px; }

.stripNav li a               { color: #fff; background: transparent url('../images/headline.menu.png') center repeat-x scroll; }
.stripNav li a:hover         { color: #FF3300; }
.stripNav li a.current       { color: #fff; background: transparent url('../images/headline.menu.current.png') center repeat-x scroll; }
.stripNav li a:hover.current { color: #FF3300; }
/* \\\ CAROUSEL \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */