/* sin elite traveller - content ticker */

div.cticker__hidden {
	display: none;
}

div.content_ticker {
	width: 450px;
	height: 296px;
	margin: 0px 20px ;
	background: #0B2B44;
	font-size: 11px;
	overflow: hidden;
	position: relative;
}

div.content_ticker div.cticker__picture{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 450px;
	height: 280px;
}

div.content_ticker div.cticker__picture {
	z-index: 1;
}

div.content_ticker div.cticker__picture a{
	width: 450px;
	height: 280px;
	display: block;
}

div.content_ticker div.cticker__picture a img{
	display: block;
	border:0;
}

div.content_ticker div.cticker__round {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 450px;
	height: 9px;
	background: url(../images/content_ticker_top.png) top left no-repeat;
	z-index: 3;
}

div.content_ticker div.cticker__round2 {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 450px;
	height: 20px;
	background: url(../images/bkg_page_ticker.png) top left no-repeat;
	z-index: 3;
}

div.content_ticker div.text_layer {
	position: absolute;
	top: 200px;
	left: 0px;
	width: 450px;
	height: 76px;
	padding: 0px;
	background: url('../images/bkg_text_ticker.png') left top repeat-x;
	color: #fff;
	overflow: hidden;
	z-index: 2;
/*	opacity: .75;*/
}
div.content_ticker div.text_layer a {
	color: #fff;
	text-transform: uppercase;
}

div.content_ticker div.text_layer div.title {
	width: 430px;
	padding: 5px 10px 0px ;
	font-family: Arial, freesans, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

div.content_ticker div.text_layer div.text {
	font-size: 12px;
	line-height: 1.1;
	padding: 5px 10px 0 ;
	width: 430px;
}

div#cticker__commander{
	background: red;
}

div.content_ticker div.text_layer div.cticker__close_link {/***/
	bottom: 50px;
	height: 25px;
	position: absolute;
	right: 4px;
	width: 360px;
}
div.content_ticker div.text_layer div.cticker__close_link a {/***/
	display: block;
	width: 14px;
	height: 14px;
	position:absolute;
	right:0px;
	top:5px;
	background: url(../images/chiudi.png) 0 0 no-repeat;
}
div.content_ticker div.text_layer div.cticker__close_link a span {
	display: none;
}

div.content_ticker div.cticker__slidebtn {
	background-color: transparent;
	bottom: 3px;
	height: 14px;
	left: 0;
	overflow: hidden;
	position: absolute;
	text-align: right;
	width: 446px;
	z-index: 3;
}

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

div.content_ticker div.cticker__slidebtn a {
	display: block;
	float: right;
	height: 14px;
	width: 14px;
}

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

div.content_ticker div.cticker__browser_ctr {
	position: absolute;
	bottom: 3px;
	left: 0px;
	width: 350px;
	height: 14px;
	padding: 0px;
	font-size: 11px;
	font-weight: bold;
	z-index: 4;
}

div.content_ticker div.cticker__pages {
	margin-left: 30px;
	height: 20x;
	padding: 0px;
}

div.content_ticker div.cticker__pages a {
	display: -moz-inline-stack;
	display: inline-block;
	width: 14px;
	height: 13px;
	padding: 1px 0 0px 0px;
	background: url('../images/bt_ticker.png') 0 0 no-repeat;
	color: #fff ;
	text-align: center;
	font-size: 10px;
}
div.content_ticker div.cticker__pages a.current {
	background: url('../images/pag_corr.png') no-repeat;
}

div.content_ticker div.cticker__slideshow_on,
div.content_ticker div.cticker__slideshow_off {
	left: 3px;
	position: absolute;
	top: 0px;
	width: 14px;
}
div.content_ticker div.cticker__slideshow_on a,
div.content_ticker div.cticker__slideshow_off a {
	display: block;
	width: 14px;
	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/bt_pause.png) top right no-repeat;
}
div.content_ticker div.cticker__slideshow_off {
	background: url(../images/bt_play.png) top right no-repeat;
}
