.morph_wrap {
	clear: both;
	margin-bottom: 10px;
	float: left;
}

.morph {
	text-align: left;
	overflow: hidden;
}

.morph_frame { 
	overflow: hidden; 
	position: absolute;  
}

.AFrame {
	z-index: 5;
	float: left;
}

#morph552_handle, .morph_handle {
	z-index: 10; 
	position: relative;
	color: white;
	font-size: 1px;
	line-height: 1px;
	margin: 0;
	padding: 0;
}

.morph_y .morph_handle {
	cursor: row-resize;
	border-top: 1px solid white;
}

.morph_x .morph_handle {
	cursor: col-resize;
	border-left: 1px solid white;
}

.morph_grip {
	z-index: 11;
	position: relative;
	border: 1px solid #999;
	
}

.morph_y .morph_grip {
	height: 10px; 
	width: 30px; 
	left: 200px;
	cursor: row-resize;
	background: url(http://cache.boston.com/_webdesignready/widgets/morph/grip.gif) 8px 1px no-repeat;
	background-color: white;
}

.morph_x .morph_grip {
	width: 10px;
	height: 30px;
	top: 100px;
	cursor: col-resize;
	background: url(http://cache.boston.com/_webdesignready/widgets/morph/gripx.gif) 1px 8px no-repeat;
	background-color: white;
}

.morph_creditBox, .morph_captionBox {
	float: left;
	width: 100%;
	clear: both;
}

.morph_credit {
	margin: 3px 0 3px 0;
}

.morph_BCredit {
	float: right;
}

.morph_ACredit {
	float: left;
}

.morph_vcredit {
	text-align: left;
	margin: 3px 0 5px 0;
}

.morph_caption {
	font-size: 12px;
	line-height: 15px;
	text-align: left;
	float: left;
	margin: 5px 0 0;
}

.morph_toggle {
	border: 1px solid #999;
	background-color: #EEE;
	padding: 3px;
	display: block;
	float: right;
	clear: right;
	font-size: 11px;
	cursor: pointer;
}

a.morph_toggle:hover {
	cursor: pointer;
	border: 1px solid black;
	color: black;
}

#fullArtTxt img.morph_image {
	margin: 0;
}

/* 
	BIG GALLERY OVERRIDE

 */
 
#content.standardGallery .morph_wrap {
	float: none; 
}

#content.standardGallery .morph_creditBox, 
#content.standardGallery .morph_captionBox {
	float: none;
	height: 20px;
}

#content.standardGallery .credit {
	width: auto;
}