
div.cticker__hidden {
	display: none;
}

div.content_ticker {
	width: 987px;
	height: 300px;
	margin: 0px;
	background: url(../images/bkg_ticker.png) -11px -13px no-repeat;
	font-size: 12px;
	overflow: hidden;
	position: relative;
}

div.content_ticker div.cticker__picture,
div.content_ticker div.cticker__fpicture {
	position: absolute;
	top: 3px;
	left: 11px;
	width: 560px;
	height: 280px;
}
div.content_ticker div.cticker__picture {
	z-index: 1;
}
div.content_ticker div.cticker__fpicture {
	z-index: 2;
}

div.content_ticker div.cticker__picture a.cticker__link_disabled,
div.content_ticker div.cticker__fpicture a.cticker__link_disabled {
	cursor: default;
}

div.content_ticker div.cticker__picture a img,
div.content_ticker div.cticker__fpicture a img {
	display: block;
}

div.content_ticker div.text_layer {
	position: absolute;
	top: 10px;
	left: 603px;
	width: 355px;
	height: 255px;
	padding: 0px;
	color: #333;
	overflow: hidden;
	z-index: 3;
/*	opacity: .75;*/
}
div.content_ticker div.text_layer a {
	color: #486077;
}

div.content_ticker div.text_layer a.cticker__link_disabled {
	cursor: default;
	text-decoration: none;
}
div.content_ticker div.text_layer a.cticker__link_disabled:hover {
	text-decoration: none;
}

div.content_ticker div.text_layer div.title {
	width: 320px;
	padding-top: 4px;
	font-family: "trebuchet ms", freesans, helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
}

div.content_ticker div.text_layer div.text {
	width: 320px;
	padding-top: 2px;
}

div.content_ticker div.text_layer div.cticker__close_link {
	position: absolute;
	top: 6px;
	right: -40px;
	width: 20px;
	height: 20px;
	background: url(../images/bt_content_ticker_close.gif) top left no-repeat;
}
div.content_ticker div.text_layer div.cticker__close_link a {
	display: block;
	width: 20px;
	height: 20px;
}
div.content_ticker div.text_layer div.cticker__close_link a span {
	display: none;
}

div.content_ticker div.cticker__slidebtn {
	position: absolute;
	top: 300px;
	right: 20px;
	width: 20px;
	height: 20px;
	overflow: hidden;
	background-color: #ffffff;
	text-align: right;
	z-index: 4;
}

div.content_ticker div.cticker__expand {
	background-image: url(../images/bt_content_ticker_up.gif);
	background-position: top right;
	background-repeat: no-repeat;
}
div.content_ticker div.cticker__collapse {
	background-image: url(../images/bt_content_ticker_down.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

div.content_ticker div.cticker__slidebtn a {
	display: block;
	height: 20px;
	width: 20px;
}

div.content_ticker div.cticker__slidebtn a span {
	display: none;
}

div.content_ticker div.cticker__browser_ctr {
	position: absolute;
	top: 3px;
	left: 571px;
	width: 20px;
	height: 270px;
	padding: 0px;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	overflow: hidden;
}

div.content_ticker div.cticker__pages {
	float: left;
	width: 20px;
	height: 250px;
	padding: 0px;
}

div.content_ticker div.cticker__pages a {
	display: -moz-inline-stack;
	display: inline-block;
	width: 16px;
	height: 17px;
	padding: 3px 2px 0px 2px;
	color: #BEC0C0;
	text-align: center;
	background: url('../images/bt_ticker.png') left bottom no-repeat;
}
div.content_ticker div.cticker__pages a.current {
	background: #D5D6D6;
	color: #fff;
}

div.content_ticker div.cticker__slideshow_on,
div.content_ticker div.cticker__slideshow_off {
	float: right;
	width: 20px;
}
div.content_ticker div.cticker__slideshow_on a,
div.content_ticker div.cticker__slideshow_off a {
	display: block;
	width: 20px;
	height: 20px;
}
div.content_ticker div.cticker__slideshow_on a span,
div.content_ticker div.cticker__slideshow_off a span {
	display: none;
}
div.content_ticker div.cticker__slideshow_on {
	background: url(../images/bt_pause.png) left center no-repeat;
}
div.content_ticker div.cticker__slideshow_off {
	background: url(../images/bt_play.png) left center no-repeat;
}

