#toolbar {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 20px;
	margin: 0;
	padding: 0;
	border-bottom: 4px solid #000000;
	z-index: 998;
	background-color:#FFFFFF;
}

#toolbar_content {
  position: absolute;
  bottom: 50px;
  width: 100%;
  text-align: center;
}

#toolbar_toggle {
  position: absolute;
  bottom: -20px; left: 55%;
  width: 150px;
  height: 30px;
  margin: 0 0 0 150px;
  padding: 0;
  z-index: 999;
	background-image: url('webdesign-hosting.gif');
	cursor: pointer;
}

.siteContainer{
	position: relative;
	width: 150px;
	height: 135px;
	margin-left: 10px;
	margin-top: 0px;
	float: left;
	color:#000;
	font-weight: bold;	
	font-size: 12px;
}

.toolBarTitle{
	font-size: 18px;
	color: #000;
	font-weight: bold;
}

.toolbarThumb{
	border: 1px solid #000;
}
