/* CSS URBAN MAGAZINE */
#photoSlideInternal {
	width: 934px;
	height:  187px;
}



/*DIMENSIONE BOX IMMAGINE*/
#photoSlide {
	width: 1003px;
	height:  487px;
}

#photoSlide,#photoSlideInternal
{
	z-index:5;
}
/*PROPRIETA' BOX TESTO*/
.umSlideshow .slideInfoZone {
	
	width: 0; /*LARGHEZZA*/
	right: 0px; /*POSIZIONE ORIZZONTALE*/
	top: 0px; /*POSIZIONE VERTICALE*/
	height: 60px; /*ALTEZZA*/
	//background: #fff; /*COLORE SFONDO*/
}

/*PROPRIETA' TITOLO*/
.umSlideshow .slideInfoZone h2 {
	font-family:  Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: 21px;
	letter-spacing: -1px;
	font-weight: bold;
	color: #000;
	//text-transform: uppercase;
}

/*PROPRIETA' TESTO*/
.umSlideshow .slideInfoZone p {
	font-family:  Lucida Grande,Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	//text-transform: uppercase;
}





a.global {}


.umSlideshow
{
	display: none;
	overflow:hidden;
	position: relative;
	width: 656px;
	height: 265px;
	margin: -11px 0 0px 0px;
	border: 0px solid blue;
	text-align: center;
}


.umSlideshow img
{
	border: 0;
	margin: 0;
}

.umSlideshow .slideElement
{
	width: 100%;
	height: 100%;
	background-color: #000;
	background-repeat: no-repeat;
}

.umSlideshow .slideInfoZone
{
	position: absolute;
	z-index: 10;
	margin: 0;
	text-indent: 0;
}

.umSlideshow .slideInfoZone h2
{
	padding: 0; 
	margin: 5px 5px 0 5px; 
}
.umSlideshow .slideInfoZone p
{
	padding: 0; 
	margin: 5px 5px 0 5px;
}



.umSlideshow a
{
	font-size: 100%;
	text-decoration: none;
	color: inherit;
}
