/* CSS Document */
.submenu {display: none}
.submenu {display: none}
.urbangreymenu {width: 360px;height:290px;/*width of menu*/
}

.stepcarousel{
	position: relative; /*leave this value alone*/
	border: 0px;
	overflow: scroll; /*leave this value alone*/
	width:360px; /*Width of Carousel Viewer itself*/
	height:72px; /*Height should enough to fit largest content's height*/
	background-color:#868686;
}

.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left:8px;
	top: 0px;
	height:72px;
	width:360px;
	background-color:#868686;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin-right:0px; /*margin around each panel*/

width: 108px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}
.stepcarousel {	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	width:370px; /*Width of Carousel Viewer itself*/
	height:72px; /*Height should enough to fit largest content's height*/
	background-color:#868686;
}
.titel
{
	font-family:verdana;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	padding:0px 10px 0px;
	

}
