.pose{
	margin-top:10px;
	padding:0px;
}
	.pose .intro{
		margin:auto;
		margin-bottom:4px;
	}
		.intro .photo{
			width:260px;
			float:left;
			text-align:center;
		}
	.pose .colors{
		width:100%;
		border-bottom:solid 1px #ddd;
		
		font-size:95%;
		color:#666;
		margin:0px 0px 0px 0px;
		padding-bottom:5px;
	}
		.colors .photo{
			float:left;
			width:186px;
			margin:0px -2px 10px 0px;
			padding:0px;

			text-align:left;
			line-height:1.1;
		}
			.photo div{
				padding:0px 0px 0px 12px;
			}
			.photo img{
				margin:0px;
				width:178px; 
				height:249px;
			}
/*===============================*/
		.colors .up{
			margin-top:-35px;
		}
		.colors .first-row{
		}
			.colors .first-row img{
				border:0px;
				border-bottom:solid 1px #ccc;
				padding:0px 3px;
			}
		.colors .instructions{
			margin-top:5px;
			padding-bottom:5px;
			border-top:solid 1px #ccc;
		}
/*===============================*/
	.pose .swf{
		width:50%;
		height:50px;
		margin:auto;
		clear:both;
		text-align:center;
	}
		.swf img{
			border:0px;
			margin-bottom:-12px;
		}


/*===============================/ Pose End /===============================================*/


.mist-title{
	margin-top:2em;
	
	position:relative;
	width:550px;
	padding:0px;
	/*border:solid 1px #ccc;*/
}
	#be{
		position:relative;
		top:-2px;
		right:3px;
		z-index:-1;			

		width:40px;
		height:68px;

		margin:-68px -40px 0px 0px;
		padding:0px;
		border:0px;
/*		background:url('img/mistake.png');*/
		
	}
.mistakes{
	margin:10px 0px 0px 0px;
	border-bottom:solid 1px #ccc;
	width:100%;
}
	.problem, .solution{
		position:relative;
		float:left;
		width:220px;
		
		padding:5px 10px 10px 40px;
		
		font-size:95%;
		line-height:1;
		
	}
	.problem{
		margin-right:-1px;
		background:url("img/x.png") no-repeat 5px 0px;
		border-right:solid 1px #ccc;
		clear:left;
	}
		.problem a.photo{
			position:absolute;
			left:-42px;
			top:6px;
			
		}
	.solution{
		padding-left:50px;
		background:url("img/!.png") no-repeat 15px 0px;
		border-left:solid 1px #ccc;
		clear:right;

	}
.first{
	padding-top:10px;
	background-position:
}
