#mobile_button{
	float:right;
	margin-top: -90px;
	margin-right: 10px;
}

/* compucon */
a:link, a:visited {
	color: #889988;
}

a:hover {
	color: #66cc66;
	text-decoration: none;
}

#pillmenu a:hover {
  color: #135cae;
}

#pillmenu a#active_menu-nav {
  background: url(../images/mw_menu_active_bg.png) 0 0 repeat-x;
  color: #fff;
}

#pillmenu a#active_menu-nav:hover {
  color: #fff;
}

h3, .componentheading, table.moduletable th {
  color: #669966;
}

div.module_menu {
	background: url(../images/mw_box_br.png) 100% 100% no-repeat;
}

div.module_menu div {
	background: url(../images/mw_box_bl.png) 0 100% no-repeat;
}

div.module_menu div div {
	background: url(../images/mw_box_tr.png) 100% 0 no-repeat;
}

div.module_menu div div div {
	background: url(../images/mw_box_tl.png) 0 0 no-repeat;
}


#gallery {
	position:relative;
	height:100px
}
	#gallery a {
		float:left;
		position:absolute;
	}
	
	#gallery a img {
		border:none;
	}
	
	#gallery a.show {
		z-index:500
	}

	#gallery .caption {
		z-index:600; 
		background-color:#000; 
		color:#ffffff; 
		height:100px; 
		width:100%; 
		position:absolute;
		bottom:0;
	}

	#gallery .caption .content {
		margin:5px
	}
	
	#gallery .caption .content h3 {
		margin:0;
		padding:0;
		color:#1DCCEF;
	}

