@import url(urbans.css);


#urbanSlide
{
	z-index:5;
}

a.global {}


.umSlideshow
{
	display: none;
	overflow:hidden;
	position: relative;
	width: 656px;
	height: 265px;
	margin: 6px 0 10px 10px;
	border: 0px solid blue;
}


.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;
}
