/* sin elite traveller - content ticker */

div.cticker__hidden {
	display: none;
}

div.content_ticker {
	width: 498px;
	height: 240px;
	margin: 0px 0 27px 0 ;
	background: url('../images/sfondo_cticker.png') left bottom  no-repeat;
	font-size: 11px;
	overflow: hidden;
	position: relative;
	float:right;
}

div.content_ticker div.cticker__picture {
	position: absolute;
	top: 0px;
	left: 10px;
	width: 270px;
	height: 240px;
	z-index: 1;
}
div.content_ticker div.cticker__picture a img {
	display: block;
	border:0;
	width:270px;
}

div.content_ticker div.text_layer {
	position: absolute;
	top: 0px;
	left: 289px;
	width: 210px;
	height: 200px;
	padding: 0px;
	background: #fff;
	color: #666;
	overflow: hidden;
	z-index: 2;
/*	opacity: .75;*/
}
div.content_ticker div.text_layer a {
	color: #ff6600;
}

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

div.content_ticker div.text_layer div.text {
	width: 208px;
	padding: 2px 0 0 0px;
}

div.content_ticker div.text_layer div.cticker__close_link {/***/
	position: absolute;
	top: 5px;
	right: 5px;
	width: 208px;
	height: 12px;
	background: url(../images/bt_close.png) right 0px no-repeat;
}
div.content_ticker div.text_layer div.cticker__close_link a {/***/
	display: block;
	width: 12px;
	height: 12px;
	position:absolute;
	right:0px;
	top:0px;
}
div.content_ticker div.text_layer div.cticker__close_link a span {
	display: none;
}

div.content_ticker div.cticker__slidebtn {
	position: absolute;
	bottom: 4px;
	right: -30px;
	width: 12px;
	height: 12px;
	overflow: hidden;
	background-color: #ffffff;
	text-align: right;
	z-index: 3;
}

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

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

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

div.content_ticker div.cticker__browser_ctr {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 208px;
	background:url('../images/sfondo_pag_cticker.png') repeat-x;
	height: 16px;
	padding: 3px 0 0 0px;
	font-size: 11px;
	font-weight: bold;
	overflow: hidden;
}

div.content_ticker div.cticker__pages {
	float: left;
	width: 170px;
	height: 20x;
	margin-left:15px;
}

div.content_ticker div.cticker__pages a {
	display: -moz-inline-stack;
	display: inline-block;
	width: 12px;
	height: 12px;
	padding: 0px 0px 0px 0px;
	background: #fff;
	color: #ff6600;
	text-align: center;
	border:1px solid #D2D2D2;
}
div.content_ticker div.cticker__pages a.current {
	background: #fff;
	color:#999;
}

div.content_ticker div.cticker__slideshow_on,
div.content_ticker div.cticker__slideshow_off {
	float: right;
	width: 12px;
	height:12px;
	margin: 0px 5px 0 0;
	border:1px solid #D2D2D2;
}
div.content_ticker div.cticker__slideshow_on a,
div.content_ticker div.cticker__slideshow_off a {
	display: block;
	width: 12px;
	height: 12px;
}
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_cticker.png) center right no-repeat;
}
div.content_ticker div.cticker__slideshow_off {
	background: url(../images/bt_play_cticker.png) center right no-repeat;
	margin-right:5px;
}
