#newsScroller
{
	width: 700px;
	height: 250px;
	border: 1px solid #999;
	float: left;
}
div.scrollable
{
	height: 250px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	position: relative;
	width: 700px;
}
div.scrollable div.items
{
	position: absolute;
	width: 20000em;
}
div.scrollable div.items div
{
	float: left;
}
a.disabled
{
	visibility: hidden !important;
}
#newsScroller .prev, #newsScroller .next
{
}
#newsScroller .prev:hover
{
	background-image: url(/images/pagination.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	cursor: pointer;
	cursor: hand;
}
#newsScroller .next:hover
{
	background-image: url(/images/pagination.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	cursor: pointer;
	cursor: hand;
}
#newsScroller .prev
{
	background-image: url(/images/pagination.png);
	background-position: left top;
	background-repeat: no-repeat;
	bottom: 111px;
	color: transparent;
	height: 28px;
	left: 4px;
	position: absolute;
	width: 28px;
	z-index: 500;
	overflow: hidden;
}
#newsScroller .next
{
	background-image: url(/images/pagination.png);
	background-position: right top;
	background-repeat: no-repeat;
	bottom: 111px;
	color: transparent;
	height: 28px;
	position: absolute;
	right: 4px;
	width: 28px;
	z-index: 500;
	overflow: hidden;
}
.navi
{
	top: 8px;
	position: absolute;
	right: 8px;
	z-index: 1000;
}
.navi li
{
	border: 1px solid #999;
	color: #999;
	display: inline-block;
	float: left;
	font-size: 10px;
	line-height: 16px;
	list-style: none outside none;
	margin: 1px 1px 1px 2px;
	padding-left: 4px;
	padding-right: 4px;
	text-transform: uppercase;
	background-image: url(/images/blacktrans.png);
}
.navi .active
{
	color: #f4c846;
	border-color: #f4c846;
	background-color: #000;
}
.navi li:hover
{
	border: 1px solid white;
	color: white;
	cursor: pointer;
}

/* ADMIN TEMPLATE */

.teaserItem, .teaserItem .active
{
	height: 250px;
	overflow: hidden;
	position: relative;
	width: 700px;
}

.teaserText
{
	background-image: url(/images/blacktrans.png);
	border: 1px solid #999;
	color: #fff;
	padding: 16px;
	padding-top: 8px;
	font-size: 14px;
	position: absolute;
	left: 8px;
	bottom: 8px;
	width: 650px;
}
.teaserText a
{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.teaserText h4
{
	text-transform: uppercase;
	font-size: 15px;
	line-height: 24px;
	font-weight: bold;
}

