/* ---------- Banner ----------- */
#banner-full {
	width: 690px;
	height: 170px;
	background: url(../images/bckg_slideshow.png) no-repeat;
	overflow: hidden;
	position: relative;
}
/*
#banner-full:hover {
	width: 690px;
	height: 170px;
	background: url(../images/bckg_slideshow_hover.png) no-repeat;
	overflow: hidden;
	position: relative;
}
*/
#bannercontent {
	z-index: 100;
}
#bannercontent {
	position: absolute;
	left: 0px;
}
#banner-full .slide {
	width: 690px;
	height: 170px;
	position: absolute;
}
#banner-full .slidecontent {
	position: relative;
	width: 690px;
	height: 170px;
}
/* ----------- Banner Full - Slides ---------- */
#banner-full .slide .screenshot {
	position: absolute;
	padding: 5px;
}
#banner-full .slide .title {
	position: absolute;
	top: 10px;
	left: 205px;
}
#banner-full .slide .title .large {
	font-size: 22px;
	font-weight: normal;
	line-height: normal;
	color: #152e55;
}
#banner-full .slide .title .large a {
	font-size: 22px;
	font-weight: normal;
	line-height: normal;
	color: #152e55;
	text-decoration: none;
}
#banner-full .slide .title .large a:hover {
	font-size: 22px;
	font-weight: normal;
	line-height: normal;
	color: #ffffff;
}
#banner-full .slide .title .small {
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
}
#banner-full .slide .text {
	position: absolute;
	top: 60px;
	left: 205px;
	width: 475px;
	line-height: 1.4em;
	color: #ffffff;
}
#banner-full .slide .text a {
	color: #ffffff;
	text-decoration: none;
}
#banner-full .slide .text a:hover {
	color: #152e55;
}
/* ----------- Banner ---------- */
#bannernavigation {
	z-index: 10000;
	position: absolute;
	top: 10px;
	right: 10px;
	width: 75px;
	height: 23px;
}
#bannernavigation #banner-prev {
	width: 25px;
	height: 22px;
	background: url(../images/button-prev.png) no-repeat;
	text-indent: -99999px;
	float: left;
	cursor: pointer;
}
#bannernavigation #banner-next {
	width: 25px;
	height: 22px;
	background: url(../images/button-next.png) no-repeat;
	text-indent: -99999px;
	float: right;
	cursor: pointer;
}
#bannernavigation #banner-prev:hover {
	background: url(../images/button-prev_hover.png) no-repeat;
}
#bannernavigation #banner-next:hover {
	background: url(../images/button-next_hover.png) no-repeat;
}
#bannernavigation .hover {
	background-position: 0px 0px !important;
}
#bannercontent #slide1 {left:0px;}
#bannercontent #slide2 {left:690px;}
#bannercontent #slide3 {left:1380px;}
#bannercontent #slide4 {left:2070px;}
#bannercontent #slide5 {left:2760px;}
#bannercontent #slide6 {left:3450px;}
#bannercontent #slide7 {left:4140px;}
#bannercontent #slide8 {left:4830px;}
#bannercontent #slide9 {left:5520px;}
#bannercontent #slide10 {left:6210px;}
