/* prototip.css : http://www.nickstakenburg.com/projects/prototip */
.prototip { position: absolute; }
.prototip .effectWrapper { position: relative; }
.prototip .tooltip { position: relative; }
.prototip .toolbar {
	position: relative;
	display: block;
	}
.prototip .toolbar .title {
	display: block;
	position: relative;
	}
.prototip .content { clear: both; }

.iframeShim { 
	position: absolute;
	border: 0;
	margin: 0;	
    padding: 0;
    background: none;
}

/* Tooltip styles */
.prototip .thumbnails .content { 
	background-color: #FFF; 
	font-family: Verdana; 
	font-size: 9px; 
	color: #464032; 
	font-weight: bold; 
	padding: 5px 10px;
	border: 1px solid #D0CDBC;
	width: 125px;
}