#teaser-wrap {
	position: relative;
}

#welcome {
	width: 195px;
	float: left;
	padding: 10px;
	height: 210px;
	background: transparent url(images/bg_welcome.png) repeat top left;
}
#welcome h2 { color: #4D87C7; font-size: 1em; font-weight: bold; }
#welcome ul { margin: 0 0 .8em 0; padding: 0; list-style: none; }
#welcome li { margin: 0 0 .4em 0; padding: 0; list-style: none; font-size: .92em; line-height: 1.2em; }
#welcome li a { color: #444; text-decoration: none;}
#welcome li a:hover { text-decoration: underline;}

#slide-runner {	list-style: none; }

#slide-runner li { list-style: none; float: left; }

div#slide-holder {
	width: 740px;
	height: 230px;
	overflow: hidden;
	position: relative;
	float: right;
}

div#slide-holder img {
	margin: 0;
	display: none;
	position: absolute;
}

div#slide-holder div#slide-controls {
	right: 5px;
	bottom: 5px;
	display: none;
	position: absolute;
	/*background: url(images/slide-bg.png) 0 0;*/
}

div#slide-holder div#slide-controls #slide-nav {
	display: inline;
	margin: 0;
}

/* items inside navigator */
a.thumb {
	width: 14px;
	height: 14px;
	float: left;
	cursor: pointer;
	margin: 0 0 0 3px;
	background: url(images/slider-navigator.png) no-repeat;
	display: block;
	text-indent: -9999px;
}

/* mouseover state */
a.thumb:hover {
	display: block;
	background-position: 0 -14px;      
}

/* active state (current page state) */
a.thumb.active {
	background-position: 0 -28px;      
}

