/* 
=== STRUCTURE OF POSES MARKUP ===
.pose {

	.intro { <img 1> <img 2> <img.load> <h2>...</h2>...<br.linebreak /> }

	.colors {

		.row {
			.photo 1 { <img><br>...}
			.photo 2 {}
			...
			.photo n {}
		}/row

	}/colors

}/pose

*/
.pose{
	margin-top:10px;
	
	padding:0px;

}

.pose .intro{
	
	margin:auto;
	margin-bottom:4px;
}
	.pose .intro h3{
		text-align:left;
		clear:none;
		margin:0px 2px 2px 2px;

	}
/*	#content .pose .intro img{
		width:150px;
		height:210px;
		margin-top:4px;
		margin-right:0px;
		margin-left:6px;
		float:right;
	}*/

		#content .pose .intro img.load {

			width:16px;
			height:16px;
			margin:0px 5px 0px 0px;
			border:none;
			
			float:left;
			clear:none;
		}


.pose .colors{
	
	width:100%;
	border-bottom:solid 1px #ddd;
	
	font-size:95%;
	color:#666;
	margin:0px 0px 0px 0px;
	padding-bottom:5px;
}
	.pose .colors .row{
		clear:both;
		margin-bottom:6px;
		
	}

		.pose .colors .photo{
			float:left;
			margin:3px;
			text-align:center;

		}
		.pose .colors .row .photoSelected{
			float:left;
			margin:0px 3px 0px 3px;
			padding:3px 0px 3px 0px;
			text-align:center;
			background:#fd9;

		}
		#content .photo img, #content .photoSelected img{
			margin:auto;
			float:none;
		}