/* sin elite traveller - content ticker */

div.cticker__hidden {
	display: none;
}

div.content_ticker {
	width: 765px;
	height: 390px;
	margin: 0px 0px 20px 0px ;
	background: none;
	font-size: 12px;
	overflow: hidden;
	position: relative;
}

div.content_ticker div.cticker__picture,
div.content_ticker div.cticker__fpicture {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 765px;
	height: 390px;
}
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 img,
div.content_ticker div.cticker__fpicture a img {
	display: block;
}

div.content_ticker div.text_layer {
	position: absolute;
	top: 330px;
	left: 0px;
	width: 765px;
	height: 60px;
	padding: 0px;
	background: url('../images/content_ticker_dot_transparent.png') repeat ;
	color: #fff;
	overflow: hidden;
	z-index: 3;
/*	opacity: .75;*/
}
div.content_ticker div.text_layer a {
	color: #ff6600;
}

div.content_ticker div.text_layer div.title {
	width: 745px;
	font-family: "trebuchet ms", freesans, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 4px 10px 0;
}

div.content_ticker div.text_layer div.text {
	width: 745px;
	padding: 2px 10px 0px;
	height: 33px;
	overflow: hidden;
}

div.content_ticker div.text_layer div.cticker__close_link {
	position: absolute;
	top: 6px;
	right: -100px;
	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;
	bottom: -50px;
	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;
	bottom: -50px;
	left: 20px;
	width: 330px;
	height: 20px;
	padding: 0px;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	overflow: hidden;
}

div.content_ticker div.cticker__pages {
	float: left;
	width: 300px;
	height: 20px;
	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;
	background: url(../images/bt_content_ticker.gif) top left no-repeat;
	color: #ffffff;
	text-align: center;
}
div.content_ticker div.cticker__pages a.current {
	background: url(../images/bt_content_ticker_selected.gif) top left no-repeat;
}

div.content_ticker div.cticker__slideshow_on,
div.content_ticker div.cticker__slideshow_off {
	float: right;
	width: 20px;
	padding-left: 4px;
}
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_content_ticker_pause.gif) top right no-repeat;
}
div.content_ticker div.cticker__slideshow_off {
	background: url(../images/bt_content_ticker_play.gif) top right no-repeat;
}
