/*  content ticker */
div.cticker__hidden ,
.invis,
.hidden{
	display: none;
}

div.content_ticker {
	width: 920px;
	height: 490px;
	padding: 0px;
	margin: 0px auto 35px;
	overflow: hidden;
	position: relative;
	z-index: 2;
}

div.content_ticker div.cticker__picture,
div.content_ticker div.cticker__fpicture {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 920px;
	height: 360px;
}
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.cticker__link_disabled,
div.content_ticker div.cticker__fpicture a.cticker__link_disabled {
	cursor: default;
}

div.content_ticker div.cticker__picture a img,
div.content_ticker div.cticker__fpicture a img {
	display: block;
    width: 920px;
    height: 360px;
}

div.content_ticker div.text_layer {
	position: absolute;
	top: 373px;
	left: 0px;
	width: 100%;
	height: 85px;
	overflow: hidden;
	z-index: 3;
	padding: 0;
	text-align: left;
/*	opacity: .75;*/
}
div.content_ticker div.text_layer a {
	color: #000;
	text-decoration: none;
}
div.content_ticker div.text_layer a:hover {
	color: #D5008F;
}
div.content_ticker div.text_layer a.cticker__link_disabled {
	cursor: default;
	text-decoration: none;
}
div.content_ticker div.text_layer a.cticker__link_disabled:hover {
	text-decoration: none;
}

div.content_ticker div.text_layer div.title {
	line-height: 100%;
	font-size: 36px;
	margin-bottom: 8px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
}

div.content_ticker div.text_layer div.text {
	font-size: 14px;
	line-height: 150%;
	color: #000;
}

div.content_ticker div.text_layer div.cticker__close_link {
	position: absolute;
	top: 1206px;
	right: 0px;
	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;
	top: 1300px;
	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: 0;
	left: 0px;
	width: 100%;
	height: 26px;
	padding: 0px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	z-index: 4;
}

div.content_ticker div.cticker__pages {
    text-align: center;
	width: 100%;
	height: 26px;
	padding: 0px;
}

div.content_ticker div.cticker__pages a {
	display: -moz-inline-stack;
	display: inline-block;
	width: 26px;
	height: 26px;
	background: url('../images/ico_normal.png') center center no-repeat;
	color: #FF66CC;
	text-align: center;
	font-size: 1px;
	margin-right: 5px;
    vertical-align: top;
}
div.content_ticker div.cticker__pages a.current {
	background: url('../images/ico_curr.png') center center no-repeat;
	color: #ccc;
}

div.content_ticker div.cticker__slideshow_on,
div.content_ticker div.cticker__slideshow_off {
	float: right;
	width: 6px;
	padding-left: 4px;
	margin-top: -105px;
}
div.content_ticker div.cticker__slideshow_on a,
div.content_ticker div.cticker__slideshow_off a {
	display: block;
	width: 6px;
	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/cticker_pause.png) top right no-repeat; */
}
div.content_ticker div.cticker__slideshow_off {
	/* background: url(../images/cticker_play.png) top right no-repeat; */
}


/*--	aggiunta dello sfogliapagine	--*/
div#cticker__sfoglia{
	position: absolute;
	top:100px;
	left: 20px;
	z-index: 3;
	width: 690px;
	height: 100px;
	display: none;
}

div#cticker__sfoglia span.num{
	float: left;
	display: none;
}

div#cticker__sfoglia div.next {
	width: 108px;
	height: 108px;
	background: url('../images/ico_next_hide.png') 0 0 no-repeat;
	float: right;
	display: block;
}

div#cticker__sfoglia div.next a,
div#cticker__sfoglia div.prev a{
	width: 108px;
	height: 108px;
	display: block;
}

div#cticker__sfoglia div.next_hide a,
div#cticker__sfoglia div.prev_hide a{
	display: none;
}

div#cticker__sfoglia div.next a{
	background: url('../images/ico_next.png') 0 0 no-repeat;
}

div#cticker__sfoglia div.prev a{
	background: url('../images/ico_prev.png') 0 0 no-repeat;
}

div#cticker__sfoglia div.next a.invis,
div#cticker__sfoglia div.prev a.invis{
	display: none;
}

div#cticker__sfoglia div.prev {
	float: left;
	width: 108px;
	height: 108px;
	background: url('../images/ico_prev_hide.png') 0 0 no-repeat;
	display: block;
}