

#js_banner {
	width: 758px;
	height: 320px;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
} 
#js_banner_content {
	width: 758px;
	position: absolute;
	top: 0;
	margin-left: 0;
} 
.js_banner_image { float: left; position: relative; display: none; } 
.js_banner_image img { border:none; }
.js_banner_image a { text-decoration: none; }
.js_banner_image div {
	position: absolute;
	font: 11px Arial, Helvetica, sans-serif;
	font-weight: 700;
	padding: 10px 13px;
	width: 758px;
	background-color: #fff;filter: alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity:0.8;
	opacity:0.8;
	color: #111;
	display: none;
	bottom: 0;
} 
.clear { clear: both; }

.top{top:0;left:0;width:758px!important;height:60px;} /* Hvis teksten skal vises i toppen */
.right{right:0;top:0;width:120px!important;height:320px;} /* Hvis teksten skal vises på højre side */
.bottom{bottom:0;left:0;width:758px!important;height:60px;} /* Hvis teksten skal vises i bunden */
.left{top:0;left:0;width:120px!important;height:320px;} /* Hvis teksten skal vises på venstre side */

#js_banner ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}