<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Item Name: jQuery Carousel Evolution
Author: Mapalla
Author URI: http://codecanyon.net/user/Mapalla
Version: 1.1
*/

/* _______________________________________________ */

/* CONTAINER */
/* _______________________________________________ */


/* _______________________________________________ */

/* SLIDES */
/* _______________________________________________ */


.carousel-topannunci .description div {margin:0 auto;display:block;text-align:center;padding:0 15px;}
.carousel-topannunci .description .tipologia {height:17px;overflow:hidden;}
.carousel-topannunci .description .tipologia span{padding:2px 3px;background:#fff;text-transform:uppercase;font-weight:bold;}

.carousel-topannunci .description .tipo_trans {background-color:#009423}
.carousel-topannunci .description .tipo_girl {background-color:#993399}
.carousel-topannunci .description .tipo_escort {background-color:#0052ce;}
.carousel-topannunci .description .tipo_boy {background-color:#cebd00}
.carousel-topannunci .description .tipo_mistress {background-color:#a92000}

.carousel-topannunci .description .tipo_trans {color:#009423}
.carousel-topannunci .description .tipo_girl {color:#993399;}
.carousel-topannunci .description .tipo_boy {color:#cebd00}
.carousel-topannunci .description .tipo_mistress {color:#a92000;}
.carousel-topannunci .description .tipo_escort {color:#0052ce;}

.carousel-topannunci .description div h2 {height:auto;line-height:14px;font-size:14px;margin:5px 0;text-transform:uppercase;padding:0;}
.carousel-topannunci .description div h2 a:hover {text-decoration:none;}
.carousel-topannunci .description div p {line-height:12px;}

/* slide container */
.carousel-topannunci .slides
{
	margin :0;
	padding :0;
	border :none;
	list-style :none;
	position :relative ;
	overflow :visible ;
}

/* slide item */
.carousel-topannunci .slides .slideItem 
{
	position :absolute ;
	cursor :pointer ;
	overflow : hidden;
	padding :0;
	margin :0;
	border :none;
}

.carousel-topannunci .slides .slideItem a
{
	display: block ;
	text-decoration :none;
	margin :0;
	padding :0;
	border :none;
	outline :none;
}

.carousel-topannunci .slides .slideItem img
{
	margin :0;
	padding :0;
	border :none;
	width :100%;
	height :100%;
}

/* _______________________________________________ */

/* DIRECTION BUTTON */
/* _______________________________________________ */

.carousel-topannunci .nextButton
{
	position :absolute ;
	right :10px;
	top :15px;
	width :35px;
	height :35px;
	background : url("../img/next_button.png") no-repeat center;
	cursor :pointer ;
	z-index :9999;
}

.carousel-topannunci .prevButton
{
	position :absolute ;
	left :10px;
	top :15px;
	width :35px;
	height: 35px;		
	background : url("../img/prev_button.png");
	cursor :pointer ;
	z-index :9999;
}

/* _______________________________________________ */

/* NAVIGATION BUTTON */
/* _______________________________________________ */

/* buttons container */
.carousel-topannunci .buttonNav
{
	position : relative ;
	margin :0 auto;
	z-index :999;
}

/* numbers */
.carousel-topannunci .buttonNav .numbers 
{
	position :relative ;
	float :left ;
	margin :5px;
	color : #828282 ;
	cursor :pointer ;
	font-weight :bold ;
	text-decoration :none;
	font-size :1em;
	font-family :Arial, Verdana ;
}

.carousel-topannunci .buttonNav .numbers:hover
{
	color: #000;
	text-decoration :underline;
}

.carousel-topannunci .buttonNav .numberActive
{
	background : none;
	color :#000;
	cursor :default ;
}

/* bullets */
.carousel-topannunci .buttonNav .bullet
{
	position :relative ;
	float :left ;
	width :16px;
	height :16px;
	background : url(../img/Bullet-White.png) no-repeat center ;
	margin :5px;
	float :left ;
	cursor :pointer ;
}

.carousel-topannunci .buttonNav .bullet:hover
{
	background : url(../img/Bullet-Black.png) no-repeat center ;
}

.carousel-topannunci .buttonNav .bulletActive
{
	background : url(../img/Bullet-Black.png) no-repeat center ;
	cursor :default ;
}

/* ____________________________________________________________ */

/* VIDEO */
/* ____________________________________________________________ */

.carousel-topannunci .slides .videoOverlay
{
	background :url("../img/video_carousel.png") no-repeat center; /* play button */
}

.carousel-topannunci .slides .spinner
{
	background : #000 url(../img/loading_carousel.gif) no-repeat center; /* video preloader */
}

/* _____________________________ *

/* SHADOW */
/* _____________________________ */

.carousel-topannunci .shadow
{
	width :100%;
	height :82px;      
}

.carousel-topannunci .shadow .shadowLeft
{
	background : url("../img/shadowLeft.png") no-repeat;
	width :100px;
	height :82px;
	
	/* fix png problems in ie */
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../img/shadowLeft.png, sizingmethod=scale)"; /* IE8 */   
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../img/shadowLeft.png, sizingmethod=scale);   /* IE6 &amp; 7 */         
}

.carousel-topannunci .shadow .shadowMiddle
{
	height :82px;
	background:url("../img/shadowTile.png") repeat-x;    
	
	/* fix png problems in ie */
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../img/shadowTile.png, sizingmethod=scale)"; /* IE8 */   
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../img/shadowTile.png, sizingmethod=scale);   /* IE6 &amp; 7 */         
}


.carousel-topannunci .shadow .shadowRight
{
	width :100px;
	height :82px;
	background:url("../img/shadowRight.png") no-repeat; 
	
	/* fix png problems in ie */
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../img/shadowRight.png, sizingmethod=scale)"; /* IE8 */   
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../img/shadowRight.png, sizingmethod=scale);   /* IE6 &amp; 7 */         
}

/* ____________________________________________________________ */

/* REFLECTION GRADIENT */
/* ____________________________________________________________ */

/* gradient color for Opera */
.carousel-topannunci .gradient
{
	background-image :url(../js/libs/gradient.svg);
}</pre></body></html>