/* sin elite traveller - content ticker */

div.cticker__hidden {
	display: none;
}

div.content_ticker {
	width: 340px;
	height: 235px;
	background: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	overflow: hidden;
	position: relative;
}

div.content_ticker div.cticker__picture {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 340px;
	height: 220px;
	z-index: 1;
}

div.content_ticker div.text_layer {
	position: absolute;
	top: 140px;
	left: 0px;
	width: 340px;
	height: 80px;
	padding: 0px;
	background: #000000;
	color: #ffffff;
	overflow: hidden;
	z-index: 2;
}

div.content_ticker div.text_layer div.title {
	width: 330px;
	padding: 4px 5px 3px 5px;
	font-size: 14px;
	font-weight: bold;
}
div.content_ticker div.text_layer div.title a {
	color: #ffffff;
}

div.content_ticker div.text_layer div.text {
	width: 330px;
	padding: 0px 5px;
}

div.content_ticker div.text_layer div.cticker__close_link {
	position: absolute;
	top: 1px;
	right: 1px;
	width: 15px;
	height: 10px;
	background: url(../images/content_ticker_bt_close.png) top left no-repeat;
}
div.content_ticker div.text_layer div.cticker__close_link a {
	display: block;
	width: 15px;
	height: 10px;
}
div.content_ticker div.text_layer div.cticker__close_link a span {
	display: none;
}

div.content_ticker div.cticker__slidebtn {
	position: absolute;
	top: 220px;
	right: 0px;
	width: 15px;
	height: 14px;
	overflow: hidden;
	background-color: #000000;
	border-top: 1px solid #fffff0;
	border-left: 1px solid #e5eca6;
	text-align: right;
	z-index: 3;
}

div.content_ticker div.cticker__expand {
	background-image: url(../images/content_ticker_bt_up.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
div.content_ticker div.cticker__collapse {
	background-image: url(../images/content_ticker_bt_down.png);
	background-position: 0px 1px;
	background-repeat: no-repeat;
}

div.content_ticker div.cticker__slidebtn a {
	display: block;
	height: 14px;
}
div.content_ticker div.cticker__slidebtn a span {
	display: none;
}

div.content_ticker div.cticker__browser_ctr {
	position: absolute;
	top: 220px;
	left: 0px;
	width: 324px;
	height: 14px;
	padding: 0px 0px;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	background: #000000;
	border-top: 1px solid #fffff0;
	overflow: hidden;
}

div.content_ticker div.cticker__pages {
	float: right;
	width: 296px;
	padding-right: 3px;
}

div.content_ticker div.cticker__pages a {
	display: inline-block;
	height: 14px;
	padding: 0px 2px 0px 5px;
	color: #ffffff;
	border-left: 1px solid #e5eca6;
}
div.content_ticker div.cticker__pages a.current {
	color: #e5eca6;
}

div.content_ticker div.cticker__slideshow_on,
div.content_ticker div.cticker__slideshow_off {
	float: right;
	width: 15px;
	height: 14px;
	border-left: 1px solid #e5eca6;
}
div.content_ticker div.cticker__slideshow_on a,
div.content_ticker div.cticker__slideshow_off a {
	display: block;
	width: 15px;
	height: 14px;
}
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/content_ticker_bt_pause.png) -1px 1px no-repeat;
}
div.content_ticker div.cticker__slideshow_off {
	background: url(../images/content_ticker_bt_play.png) -1px 1px no-repeat;
}
