/* sin elite traveller - content ticker */

div.cticker__hidden {
	display: none;
}

div.content_ticker {
	float: left;
	width: 450px;
	height: 241px;
	margin: 0px;
	background: url(../images/content_ticker_sfondo.png) top left no-repeat;
	font-size: 11px;
	overflow: hidden;
	position: relative;
}

div.content_ticker div.cticker__picture {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 410px;
	height: 220px;
	z-index: 1;
}
div.content_ticker div.cticker__picture a img {
	display: block;
}
div.content_ticker div.cticker__round {
	position: absolute;
	top: 0px;
	right: 20px;
	width: 10px;
	height: 241px;
	background: url(../images/content_ticker_angle.gif) top left no-repeat;
	z-index: 4;
}

div.content_ticker div.text_layer {
	position: absolute;
	top: 0px;
	left: 270px;
	width: 160px;
	height: 213px;
	padding: 28px 0px 0px 0px;
	background: #91a2b0 url(../images/content_ticker_testo.png) top left no-repeat;
	color: #2c2c2c;
	overflow: hidden;
	z-index: 2;
/*	opacity: .75;*/
}
div.content_ticker div.text_layer a {
	color: #343f47;
}

div.content_ticker div.text_layer div.title {
	width: 140px;
	/*min-height: 20px;
	height: auto !important;
	height: 20px;*/
	padding: 0px 8px 8px 8px;
	font-size: 14px;
	font-weight: bold;
}

div.content_ticker div.text_layer div.text {
	width: 140px;
	padding: 0px 8px;
}

div.content_ticker div.text_layer div.cticker__close_link {
	position: absolute;
	top: 6px;
	left: 8px;
	width: 13px;
	height: 12px;
	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: 13px;
	height: 12px;
}
div.content_ticker div.text_layer div.cticker__close_link a span {
	display: none;
}

div.content_ticker div.cticker__slidebtn {
	position: absolute;
	top: 10px;
	right: 1px;
	width: 17px;
	height: 28px;
	overflow: hidden;
/*	background-color: #ffffff;*/
	text-align: right;
	z-index: 3;
}

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

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

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

div.content_ticker div.cticker__browser_ctr {
	position: absolute;
	top: 51px;
	right: 1px;
	width: 17px;
	height: 180px;
	padding: 0px;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	overflow: hidden;
}

div.content_ticker div.cticker__pages {
/*	float: left;*/
	width: 17px;
	height: 151px;
	padding: 0px;
}

div.content_ticker div.cticker__pages a {
	display: block;
	width: 17px;
	height: 16px;
	margin: 1px 0px 0px 0px;
	padding: 3px 0px 0px 0px;
	background: url(../images/content_ticker_bt_page.png) top left no-repeat;
	color: #ffffff;
	text-align: center;
}
div.content_ticker div.cticker__pages a.current {
	color: #ffff00;
}

div.content_ticker div.cticker__slideshow_on,
div.content_ticker div.cticker__slideshow_off {
/*	float: right;*/
	width: 17px;
	height: 19px;
}
div.content_ticker div.cticker__slideshow_on a,
div.content_ticker div.cticker__slideshow_off a {
	display: block;
	width: 17px;
	height: 19px;
}
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) top right no-repeat;
}
div.content_ticker div.cticker__slideshow_off {
	background: url(../images/content_ticker_bt_play.png) top right no-repeat;
}

