#themes {
	position: relative;
	width: 860px;
	margin: 0px auto;
}

#themeimage {
	display: block;
	width: 100%;
}

#themes #navigator {
	position: absolute;
	height: 25px;
	right: 15px;
	bottom: 15px;
	background: url(../images/bk_navigator.png) repeat-x left top;
	z-index: 900;
	overflow: hidden;
}

	#themes #navigator a {
		display: block;
		width: 13px;
		height: 13px;
		margin: 5px;
		float: left;
		border: 1px solid #DDDDDD;
		background-color: #CCCCCC;
		outline: none;
	}

	#themes #navigator a:hover,
	#themes #navigator a.current {
		background-color: #12609C;
	}


#themes #teaser {
	position: absolute;
	bottom: 55px;
	right: 15px;
	width: 200px;
	background: url(../images/bk_navigator_teaser.gif) left bottom no-repeat #FFFCFA;
	font-size: 12px;
	font-weight: bold;
	color: #555555;
	padding: 5px 10px;	
}

	#themes #teaser a {
		font-size: 11px;
		color: #FF9900;
		text-decoration: none;
	}