/***** clearfix *****/
/*
.clear {clear: both;height: 0;line-height: 0;}
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {display: inline-block;}
//Hides from IE-mac
* html .clearfix {height: 1%;}
.clearfix {display: block;}
// End hide from IE-mac
.clearfix {height: 1%;}
.clearfix {display: block;}
*/

/* Panel Tab/button */
.tab {
	height: 42px;
	position: relative;
	text-align:right;
    top: 0;
    z-index: 999;
}
/* sliding panel */
#toppanel {
    position: absolute;   /*Panel will overlap  content */
    /*position: relative;*/   /*Panel will "push" the content down */
    top: 0;
	left:0;
    width: 100%;
    z-index: 999;
    margin-left: 0;
    margin-right: 0;
	color:#fff;
}

#panel {
	width: auto;
	height: auto;
	background:url(../images/panelGround.png);
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
	padding:10px;
}

#panel a:link,
#panel a:visited {
	color:#fff;
	font-weight:bold;
	text-decoration:underline;
}
#panel a:hover,
#panel a:visited:hover {
	color:#000;
	font-weight:bold;
}
.slider { 
	float:left; 
	padding:0 0 0 10px;
	width:450px;
}
.slider h2,
.slider h3 {
	margin:0;
	padding:5px 0;
	font-size:1.5em;
}
.slider p { color:#fff; background:#000; font-size:1em; padding:4px; line-height:150%; }
	
