 .contentdiv{
visibility: hidden; 
position: absolute;
left: 0;
top: 0; 
width: 100%; 
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

#size {
width: 100%;
height: auto;
min-width: 1024px;
min-height: 683px;
	}
	
.boxgrid{ 
	width: 100%; 
	height: 100%;
	}
.boxgrid #size{ 
	width: 100%;
    height: auto;
    min-width: 1067px;
    min-height: 800px;
	}
	
.boxcaption{ 
	text-align:center; 
	z-index:100;
	position: fixed; 
	width: 100%; 
	background: url(http://clairepettibone.com/images/graphics/bg-nav3.png);
 	}
 .caption .boxcaption {
 	bottom: -98px;
 	left: 0;
 	}
.boxcaption ul {
	list-style-type: none;
	font:9px arial;
	text-transform: uppercase;
	line-height:14px;
	}
.boxcaption li{
	display: inline-block;
	margin: 5px;
}