/*###################*/
/* Top Buttons */
/*###################*/

#imagebar {
	display: block;
	position: absolute;
	top: 156px;

	width:                  100%;
		margin-left:            -2.5%;

	height: 40px;
	background-color: #eeeeee;
	box-shadow: 0px 5px 20px #aaaaaa;
}

#imagebar_content {
	z-index:                800;
	width: 			90%;
      max-width:              1000px;
	top: 				0px;
	height: 			44px;
	text-align:			center;
}

a.picture_button, #text a.picture_button {
      font-family: 		'Roboto Condensed', sans-serif;
	height:           	20px;
	padding:          	4px;
	padding-left:     	8px;
	padding-right:  		8px;
	margin-right:     	8px;
	font-size:        	11pt;
	box-shadow: 		3px 3px 4px rgba(0, 0, 0, 0.2);
	margin-top:      		5px;
      text-decoration:        none;
	background-color: 	#999999;
	background-color:       #66c5ed;
	color:       		#ffffff;
}

a.picture_button:hover, #text a.picture_button:hover {
	background-color: 	#ffffff;
	color:            	#009ee1;
}

a.picture_button_active, #text a.picture_button_active:hover {
      font-family: 		'Roboto Condensed', sans-serif;
	height:           	20px;
	padding:          	4px;
	padding-left:     	8px;
	padding-right:  		8px;
	margin-right:     	8px;
	font-size:        	11pt;
	box-shadow: 		3px 3px 4px rgba(0, 0, 0, 0.2);
	margin-top:      		5px;
      text-decoration:        none;

	background-color: 	#009ee1;
	color:            	#ffffff;
}