#dashboard {
	position: fixed;
	display: block;
	width: 100%;
	height: 80px;
	background: url(http://img.rtvslo.si/_static/img/dashboard_bg.gif) repeat-x 0 0;
	border-bottom: 1px solid #ffffff;
	text-align: center;
	line-height: 1;
	overflow: hidden;
	z-index: 9999;
	}
	
	#dashboard.realign { padding: 0; }
	
	#dashboard .bound {
		width: 1178px; 
		margin: 0 auto;
		text-align: left;
		overflow: hidden;
		}
	#dashboard a {
		color: #fff;
		font: 11px Arial;
		text-decoration: none;
		}
	#dashboard img {
		border:none;
	}

#dashboard .tile,
#dashboard .item {
	padding: 3px 0 0 9px;
	height: 79px;
	width: 157px;
	float: left;
	color: #fff;
	}
	#dashboard .item .title {
		width: 150px;
		margin-bottom: 3px;
		padding-top: 2px;
		}
		#dashboard .item .title a {
			font-weight: bold;
		}
	#dashboard .item .image {
		border: 1px solid #fff;
		float: left;
		width: 60px;
		height: 45px;
		margin-right: 5px;
	}
	#dashboard .item .content {
		padding-top: 2px;
		float: left;
		width: 80px;
	}

#dashboard .tile {
	border-left: 1px solid #999;
	background-color: #ffffff;
	padding: 0;
	width: 1px;
	opacity:0.4;
	filter:alpha(opacity=40);
	}