/*------------------------*/
/*------- PERMACOAT ------*/
/*------------------------*/

/*thumbnails*/

#thumbs {
    float:left;
    margin-left:10px;
    font:normal 11px/13px Arial;
    /*border-top:1px solid #CCC;*/
    color:#666;
    /*box-shadow: 0 0 3px grey;*/
}

div#outerframe {
	position: relative;
	overflow-x: hidden;
	width: 630px;
	height: 1215px;
	margin: 0 auto;
	text-align: center;
	}
	
div#content img {
	width: initial;
	width: -moz-initial;
	float: none;
	margin-bottom: 15px;
}

div#content p {
	margin-left: 0px;
}
	
iframe#permacoat {
	position: absolute;
	border: none;
	width: 1183px;
	height: 3015px;
	top: -35px;
	left: -286px;
}

div.mc-caption-bg, div.mc-caption-bg2 {
	top:10px;/*if the caption needs to be aligned from top, specify by top instead of bottom. i.e. top:150px;*/
	bottom: initial;
}
