
/* Keine Rahmen für Verweise */
a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}

/*
	Wurzelelement Slider
*/
div.scrollable {

	/* benötigte Einstellungen */
	position:relative;
	width: 1200px;
	height:168px;
	overflow:hidden;
	
	/* border:1px solid #cccccc; */
	background-image:url(h300.png);
	margin:0;
}
/*
	Wurzelelement für Inhalte
*/
div.scrollable div.items {

	position:absolute;
	width:20000em;
	clear:both;    /* Umbrüche deaktivieren */

}

/* Container um Bilder und Text */
div.items div {

	width:1200px;
	float:left;

}

div.items div div {

	width:238px;
	position:relative;
	margin-top:1px;
	margin-left:1px;
	margin-right:1px;
	

}
/* Rahmen für Elemente */


/* Bilder im Slider */
div.scrollable img {

	width:230px;
	height:150px;
	float:left;
	border:1px solid #cccccc;
	padding:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;

}

/* deaktivierter Verweis */
a.disabled {

	visibility:hidden;

}

/* alle Verweise */
a.browse {

	background-image:url(hori_large.png);
	display:block;
	width:30px;
	height:30px;
	float:left;
	position:absolute;
	font-size:1px;
	top:20px;
	cursor:pointer;
	/* Pfeile ausblenden */
	display:none;

}

