@charset "utf-8";
/* CSS Document */

/*IMAGE SWAP CSS*/
/*
* .imageSwapContainer is the holding container
* .imageSwap are the panels to be swapped
* the rest modify elements within .imageSwap
*/

div.imageSwapContainer{
	position: relative;
}

div.imageSwap{
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	font-family: 'Arial, Helvetica', sans-serif;
	color: #FFF;
}

div.imageSwap p{
	text-align: justify;
	font-size: .8em;
	padding: 10px;
	padding-top: 0px;	
}
div.imageSwap img{
	width:100%;
	height:572px !important;
}

div.imageSwap h2{
	font-weight: bold;
	text-align: left;
	font-size: .9em;
	padding: 10px;
	padding-bottom: 0px;
}