﻿/*Site Colors -- Dark Green:015c31, Light Green:4db849, Light Gray:6c6c6c, Red:f11c24,
box borders:c7c7c7 */

.sliderWrapper{width:95%; border:solid 1px #c7c7c7;margin:0.5em;float:left;}
.sliderHeader{float: left;width:97.5%; background:#e9e9e9; margin-bottom:0.5em;
              padding:0.5em; cursor:pointer;}
.sliderInner{margin:0.5em;float:left;}

.hideContent
{
	float:left;
	width:1px;
	height:1px;
	visibility: hidden;
}
.showContent
{
	float: left;
	width: 100%;
	height: 100%;
	visibility: visible;
}
