#scroll {
	text-align: left;
	position:relative;
	overflow:hidden;
	width:970px;
	height:310px;
	margin-left: 10px;
}

#images {
	width:9999em;
	position:absolute;
	height:310px;
}

.tabimage {
	float:left;
	width:970px;
	height:310px;
	text-align:center;
}

#thumbs {
	background:url(../img/layout/bg_tab_gallery_head.gif) repeat-x;
	height:87px;
	margin-left: 0px;
	width:990px;
	position: relative;
}

.t {
	padding:0 !important;
	border:0 !important;
	background-color: #f00;
}

.item{
	float: left;
	display: inline;
	margin-left: 20px;
	padding-top: 15px;
	text-align: center;
}
#thumbs .active{
	background-image: url(../img/layout/pointer_verkauf_gallery.gif);
	background-position: top center;
	background-repeat: no-repeat;
}
#thumbs p{
	margin: 0;
	padding: 0;
}
.t a{
	display: block;
	cursor: pointer;
	font-size: 10px;
	color: #646465;
	margin: 0;
	padding: 0;
	margin-top: 5px;
	line-height: 1.0em;
}
.t a.active {
	cursor:default !important;
}