<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	
}

.bx-pager {
	
}


.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: right;
	font-size: .0em;
	font-family: Arial;
	font-weight: bold;
	color: #A0220F;
	padding-top: 10px;
	height: 22px;
	overflow: hidden;
}

.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
}

.bx-pager-item {
	display: inline-block;
	/**zoom: 1;*/
	/**display: inline;*/
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #FFFFFF;
	text-indent: -9999px;
	display: block;
	width: 8px;
	height: 8px;
	margin: 0px 5px 0px 0px;
	outline: 0;
	border: 1px solid #CCCCCC;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	/* -webkit-box-shadow: inset 0px 0px 5px 1px rgba(100, 100, 100, 0.1);
	box-shadow: inset 0px 0px 5px 1px rgba(100, 100, 100, 0.1);  */
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #A0220F;
	border: 1px solid #333333;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(images/controls.png) no-repeat -8px -40px;
}

.bx-wrapper .bx-next {
	left: 26px;
	background: url(images/controls.png) no-repeat -52px -40px;
}

.bx-wrapper .bx-prev:hover {
	background-position: -8px -8px;
}

.bx-wrapper .bx-next:hover {
	background-position: -52px -8px;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	margin-top: -24px;
	outline: 0;
	width: 16px;
	height: 16px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	/* background: #666\9; */
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

/* ***************************************************** STILI PER SLIDESHOW PRIMI PIANI */

#sliderNews {
	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/
#bxsliderVideo {
	
}
#sliderNews .slides_container {
	width:560px;
	overflow:hidden;
	position:relative;
	display:none;
	background: none;
	border-radius: 0px;
	margin: 0px;
	padding: 0px;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

#sliderNews .slides_container li.slide {
	width:570px;
	height:156px;
	display:block;
	padding-top: 10px;
	padding-bottom: 5px;
	background: #ddd;
	border-radius: 8px;
}
#sliderNews .slides_container li.slide a img {
	border:none;
	padding-left: 10px;
}

/*
	Next/prev buttons
*/


#sliderNews .prev {
  margin-right: 5px;
  float:left;
}
#sliderNews .next {
  margin-right: 5px;
  float:left;
}

.prev img, .next img {border:none;}

/*
	Pagination
*/

#sliderNews .pagination {
	float: right;
	margin-top: 4px;
	margin-right: 10px;
}

#sliderNews .pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

#sliderNews .pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(http://www.rm.camcom.it/personalizzazioni/grafica/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

#sliderNews .pagination li.current a {
	background-position:0 -12px;
}

/* slider iniziale */
#sliderNews {
	width: 570px;
	height: 200px;
	padding: 10px;
	background-color: #f6f6f6;
	border-radius: 15px;
	-moz-border-radius: 15px;
	margin-bottom: 20px;
	font-family: 'Open Sans Condensed';
	box-shadow: 0 1px 10px rgba(191, 191, 191, 0.6);
	border:1px solid #FFF;
}
#sliderNews .caption {
	z-index:500;
	position:absolute;
	left:115px;
	top: 0px;
	min-height:55px;
	padding:10px 20px 0 40px;
	font-family: 'Open Sans Condensed';
	width:380px;
	font-size:1.3em;
	line-height:120%;
	text-shadow:none;
}

#sliderNews .titoloSlide {
	font-size: 110%;
	color: #000000;
	padding-left: 20px;
	text-transform: none;

}
#sliderNews .titoloSlide a {text-decoration:none;}
#sliderNews .titoloSlide a:hover {text-decoration:underline;}

#sliderNews .strilloSlide {
	margin:8px 0px 0px 0px;
	margin:10px 0px 0px 0px;
	padding-left: 20px;
	color: #000000;
	font-style: italic;
	font-weight: 400;
	font-size: 14px;
}


/* ***************************************************** STILI PER SLIDESHOW VIDEO */

#sliderVideoJs2 {
	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

#sliderVideoJs2 .slides_container {
	width:570px;
	overflow:hidden;
	position:relative;
	display:none;
	margin-bottom: 10px;
	background: none;
	border-radius: 0px;
	margin: 0px;
	padding: 0px;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

#sliderVideoJs2 .slides_container li.slide {
	height:150px;
	padding-left: 10px;
	display:block;
	padding-top: 10px;
}

/*
	Next/prev buttons
*/


#sliderVideoJs2 .prev {
  margin-right: 5px;
  float:left;
}
#sliderVideoJs2 .next {
  margin-right: 5px;
  float:left;
}

/*
	Pagination
*/

#sliderVideoJs2 .pagination {
	float: right;
	margin-top: 4px;
	margin-right: 10px;
}

#sliderVideoJs2 .pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

#sliderVideoJs2 .pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(http://www.rm.camcom.it/personalizzazioni/grafica/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

#sliderVideoJs2 .pagination li.current a {
	background-position:0 -12px;
}

/* slider iniziale */
#sliderVideo {
	width: 570px;
	padding: 10px;
	background-color: #f6f6f6;
	border-radius: 15px;
	-moz-border-radius: 15px;
	margin-bottom: 20px;
	font-family: 'Open Sans Condensed';
	box-shadow: 0 1px 10px rgba(191, 191, 191, 0.6);
	border:1px solid #FFF;
	position:relative;
}

/* slider iniziale */
#sliderVideoJs2 {
	width: 570px;
	height: 175px;
	margin-bottom:10px;
}

#sliderVideoJs2 .bx-wrapper .bx-viewport  {
	background: #ddd;
	border-radius: 8px;
}

.slideSingVideo {float:left;margin:0px 15px 0px 0px; padding: 0px; width: 168px; overflow: hidden;}
.slideSingVideo a {margin: 0px; padding: 0px; }
.slideSingVideo img {margin: 0px; padding: 0px; }</pre></body></html>