﻿
div.Heading1
{
	font-size: 18px;
	font-weight: bold;
	color: #fb9e3d;
}

div.HowItWorksNumber
{
	margin: 5px 20px 0px 0px;
	float: left;
	height: 350px;
	font-size: 40px;
	color: #fb9e3d;
}

div.HowItWorksImage
{
	margin: 0px 30px 0px 30px;
	float: right;
}

div.Navigate
{
	text-align: center;
	clear: both;
	margin: 0px auto 0px auto;
	padding: 20px 0px 0px 0px;
	line-height: 28px;
}

div.NextButton
{
	float: right;
	margin: 0px 25px 0px 0px;
}

div.Navigate img
{
	border: solid 0px black;
}

div.PreviousButton
{
	float: left;
	margin: 0px 0px 0px 0px;
}

.PageNumber
{
	color: #999999;
	font-weight: bold;
}

/* For auto-zoom thumbnail */
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
padding: 0px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
	position: absolute;
border-width: 0;
padding: 0px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -56px;
left: -300px; /*position where enlarged image should offset horizontally */
}
