#sequence_1 {
	width: 665px;
	height: 286px;
}
	.teaser {
/*		background: url('/images/teaser/img1.jpg') no-repeat left top;
		background: url('/images/teaser/ts_1.jpg') no-repeat left top;
*/		width: 665px;
		height: 286px;
		position: relative; /* decorative gallery */
		/*background: url('/images/teaser/ts_1.jpg') no-repeat left top;*/
		/*border: 1px solid;*/
	}
	
/* decorative gallery style */
	.teaser span {
		width: 665px;
		height: 286px;
		display: block;
		position: absolute;
		background: url('/images/teaser/teaser_style_1.png') no-repeat left top; /* require PNG fix for IE6 */
		/*background: url('/images/teaser/teaser_style_1_matte.gif') no-repeat left top;*/
		left: 0;
		top: 0;
		z-index: 5;
	}
	.teaser .boxContent {
		width: 605px;
		height: 246px;
			padding: 20px 30px;
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 10;
	}
	#nav_sequence_1 {
		/*margin: -100px 0 0 0;*/
		top: -33px;
		left: 39px;
		position: relative;
		z-index: 15;
		margin: 0 0 -17px 0; /* to make space for the text under the teaser */
		
		/*border: 1px solid;*/
		float: left; /* to fix the float bug under IE6/7 */
	}
	
	.teaser .title {
		padding: 15px 0 0 0;
		font-weight: normal;
		font-size: 26px;
		font-family: Verdana, serif, fantasy;
		line-height: 125%;
		width: 345px;
	}
	.teaser .subTitle {
		padding: 30px 0 0 0;
		font-weight: bold;
		width: 300px;
	}
	.teaser .description {
		padding: 20px 0 15px 0;
		font-weight: normal;
		width: 300px;
	}


