#slider {
    width: 760px;
    margin: 0;
    position: absolute;
		top: 0;
}

.scroll {
    height: 267px;
    width: 760px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    /*background: #FFFFFF url(images/content_pane-gradient.gif) repeat-x scroll left bottom;*/
		background-color: #fff;
}

.scrollContainer div.panel {
    padding: 0;
    height: 267px;
    width: 760px;
}

#shade {
    /*background: #EDEDEC url(images/shade.jpg) no-repeat 0 0;
    height: 50px;*/
}

#col3 ul.navigation {
    list-style: none;
		height: 27px;
    margin: 0;
    /*padding: 4px 0 5px 0;*/
		padding: 0;
    margin: 0;
    list-style-image: none;
		position: absolute;
		top: 240px;
		background: url(../../img/intro/slider_scrollbar.jpg);
		z-index: 100;
}

#col3 ul.navigation li {
    display: inline;
		height: 27px;
		padding: 0 10px 0 10px;
		margin: 0;
    /*margin-right: 10px;*/
    list-style-image: none;
		/*background: url(../../img/intro/slider_scrollbar.jpg) no-repeat right;*/
		background: none;
		position: relative;
		bottom: 0;
}

#col3 ul.navigation a {
		height: 27px;
    padding: 0 10px 0 10px;
    color: #000;
    text-decoration: none;
		position: relative;
		top: 6px;
}

#col3 ul.navigation a:hover {
    /*background-color: #f6f6f6;*/
    background-image: url(../../img/intro/slider_scroller.jpg);
		background-repeat: no-repeat;
		background-position: 50% bottom;
}

#col3 ul.navigation a.selected {
    /*background-color: #fff;*/
    background-image: url(../../img/intro/slider_scroller.jpg);
		background-repeat: no-repeat;
		background-position: 50% bottom;
}

#col3 ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -20px;
}

.scrollButtons.right {
    right: -20px;
}

.hide {
    display: none;
}

.teaser {
	position:absolute;
	left:460px;
	top:30px;
	border-left: 1px solid #444;
	border-top: 1px solid #444;
	border-bottom: 1px solid #444;
	background-color: #fff;
	padding: 1em 2em 0.5em 2em;
	opacity: .7;
	filter: alpha(opacity=70);
}
.teaser h1 {
	color: #003B80;
	font-size: 200%;
	font-weight: bold;
}
.teaser p {
	color: #003B80;
	font-size: 100%;
	font-weight: bold;
}
.teaser a {
	color: #003B80;
	font-weight: bold;
}