#sequence_1 {
	width: 717px;
	height: 200px;
}
	.teaser {
/*		background: url('images/teaser/img1.jpg') no-repeat left top;
		background: url('images/teaser/ts_1.jpg') no-repeat left top;
*/		width: 717px;
		height: 200px;
		position: relative; /* decorative gallery */
		/*background: url('images/teaser/ts_1.jpg') no-repeat left top;*/
		/*border: 1px solid red;*/
	}
		/* decorative gallery style layer */
		/* Also, we can have different layouts for the background, just like the decorative gallery examples */
		.teaser .background {
			width: 717px;
			height: 200px;
			display: block;
			position: absolute;
			/*background: url('images/teaser/teaser_style_1.png') no-repeat left top;*/
			/*background: url('images/teaser/teaser_style_1_matte.gif') no-repeat left top;*/
			/***********************background: url('images/teaser/teaser_style_2_no_matte.gif') no-repeat left top;*/
			left: 0;
			top: 0;
			z-index: 5;
		}
		/* decorative gallery style layer */
		/*.teaser .boxContent {
			width: 605px;
			height: 246px;
				padding: 20px 30px;
			display: block;
			position: absolute;
			left: 0;
			top: 0;
			z-index: 10;
		}*/
		
		/* Styling the text and positioning - global for each frame */
		.teaser .title {
			padding: 0 0 15px 0;
			font-weight: bold;
		}
		.teaser p {
			width: 300px;
		}
		/* Custom positioning for each frame - if necessary */
		.teaser_custom_frame_nn .title {
			
		}


/* Buttons container */
#nav_sequence_1 {
	/*margin: -100px 0 0 0;*/
	top: -40px;
	left: 19px;
	position: relative;
	z-index: 15;
	margin: 0 0 -17px 0; /* to make space for the text under the teaser */
	/*border: 1px solid red;*/
	float: left; /* to fix the float bug under IE6/7 */
}
	/* Buttons with dynamic text/shape */
	.teaser_button, .teaser_button_over
	{
		float: left;
		width: 20px;
		height: 33px;
		cursor: pointer;
		margin: 0 3px 0 0;
		color: #ffffff;
	}
	
		.teaser_button p, .teaser_button_over p
		{
			padding: 3px 0 0 7px;
		}
	
		.teaser_button
		{
			background: url('../images/teaser_btn_24.png') no-repeat top left; /* Gif for IE6 */
		}

		.teaser_button_over, .teaser_button_selected
		{
			background: url('../images/teaser_btn_24.png') no-repeat top right; /* Gif for IE6 */
		}
		
	/* End of Buttons with dynamic text/shape */
