div.teaser_block
{
	position	: relative;
	width		: 708px;
	height		: 270px;
	
}

	div.teaser_block div#teaser_items
	{
		width		: 100%;
		height		: 100%;
		overflow	: hidden;
		white-space	: nowrap;
	}

	div.teaser_block div.teaser_nav
	{
		position	: absolute;
		top		: 240px;
		right		: 10px;
		height		: 20px;
		padding	: 4px;
		
	}

		div.teaser_block div.teaser_nav a.teaser_nav_item
		{
			display	: block;
			padding	: 1px;
			padding-bottom: 3px;
			padding-left	: 8px;
			padding-right	: 8px;
			float		: left;
			 /*url('images/teaser_bullet.png') no-repeat center;*/
			cursor		: pointer;
			text-decoration: none;
			color		: #797979;
			font-weight	: bold;
		}
			div.teaser_block div.teaser_nav a.teaser_nav_item_active, div.teaser_block div.teaser_nav a.teaser_nav_item:hover
			{
				background	: #d5d5c9; /*url('images/teaser_bullet_filled.png') no-repeat center;*/
				color		: #000000;

			}