div#alaune-container {
	float: left;
	width: 607px;
}
div#alaune-container div#alaune-header {
	background: url(../../img/layout/layout-center-title.gif) no-repeat top left;
	display: block;
	height: 32px;
	line-height: 32px;
}
div#alaune-container div#alaune-header h3{
	color: #0d3483;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12pt;
	margin:0 10px;
	float: left;
}
div#alaune-container div#alaune-header div#alaune-nav{
	float: right;
}
div#alaune-container div#alaune-scrollable{
	width: 607px;
	height: 400px;
	position:relative; 
    overflow:hidden; 
}
div#alaune-container div#alaune-scrollable div#alaune-items{
	position: absolute;
	width: 20000em;
}
div#alaune-container div#alaune-scrollable div#alaune-items div { 
    float:left; 
} 
div#alaune-container div#alaune-paginator {
	float: left;
	line-height: 32px;
}
div#alaune-container div#alaune-paginator a{
	display: block;
	margin-left:10px;
	float: left;
	width: 13px;
	height: 32px;
	background: url(../../img/alaune/navigator.gif) no-repeat top left;
	cursor: pointer;
}
div#alaune-container div#alaune-paginator a.active{
	background: url(../../img/alaune/navigator.gif) no-repeat bottom left;
}

div#alaune-container div#alaune-nav a.prev {
	float: left;
	margin-left:10px;
	display: block;
	height: 32px;
	width: 15px;
	background: url(../../img/alaune/prevnext.gif) no-repeat top left;
	cursor: pointer;
}

div#alaune-container div#alaune-nav a.next {
	float: left;
	margin-left:10px;
	display: block;
	height: 32px;
	width: 15px;
	background: url(../../img/alaune/prevnext.gif) no-repeat bottom left;
	cursor: pointer;
}

div#alaune-container div#alaune-nav div#alaune-separator {
	display: block;
	margin-left:10px;
	float: left;
	width: 1px;
	height: 32px;
	background: url(../../img/alaune/separator.gif) no-repeat top left;
}

div#alaune-items div.layout-center-overview-overlay {
	margin-left:0px;
	padding:10px 20px;
	position: absolute;
	top:300px;
	text-align:left;
	background:#2bb059;
	opacity:0.9;
	filter:alpha(opacity=90);
	font-family: Georgia;
	font-style: italic;
	display: none;
}
div#alaune-items div.layout-center-overview-overlay h3{
	line-height: 13pt;
	color: #162f7f;
	font-size: 13pt;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
div#alaune-items div.layout-center-overview-overlay a{
	text-decoration: none;
	color: #162f7f;
}
div#alaune-items div.layout-center-overview-overlay span{
	font-size: 10pt;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
}
