
/*Controls The containers for the image gallery 
located on the photo gallery page canges to 
these should also be reflected in the ie fixes 
page */
.imgBoxWrapper{
width:170px;
margin:2px;
display: inline-table;
background-color:;
background-image: /*url(../img/source/transparentDark.png)*/;
}

.imgBox{
width:170px;
display: block;
padding:;
background-color:;
}

.caption{
display: block;
text-align:center;
padding:0 10px 10px 10px;
background-color:;}

/*Hoverbox controls below*/
.hoverbox
{
	
	cursor: default;
	list-style: none;
	/*width:500px;
	float:left;
	margin-left:20px;
	padding-left:0px;*/
	
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -220px;
	left: -140px;
	z-index: 1;
}


.hoverbox img
{
	background-image: /*url(../img/source/transparentLight.png)*/;
	background-repeat:/*repeat*/;
	padding: 6px;
	margin:0px;
	vertical-align: top;
	width: 140px;
	height: 105px;
}

.hoverbox li
{
	display: inline;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 8px;
	position: relative;
	
}

.hoverbox .preview
{
	background-image: url(../img/source/transparentDark.png);
	background-repeat:repeat;
	padding: 10px;
	width: 400px;
	height: 300px;

}