div#transformfull {
	width:312px;
	height:710px;
	text-align:center;
	display:inline; /* ie fix */
	float:left;
	/* background-image:url('/images/ajax.gif');
	background-position:50% 50%;
	background-repeat:no-repeat; */
	/* border: 1px #f00 dotted; /* DEBUG */
}

div#transformfull img { vertical-align:top; }

div#transformthumbs {
	width:226px;
	height:710px;
	float:left;
	display:inline; /* ie fix */
	position:relative;
	/* background-image:url('/images/ajax.gif');
	background-position:50% 50px;
	background-repeat:no-repeat; */
	/* border: 1px #f00 dotted; /* DEBUG */
}
	div#transformthumbs * {
		margin-top:0;
	}
	div#transformthumbs div.product-desc {
		height:312px;
		position:absolute;
		top:0;
		left:0;
		width:226px;
		background-color:#fff;
	}

	div#transformthumbs div.product-scroller {
		padding-top:0;
		position:absolute;
		left:0;
		top:0;
		width:226px;
	}
		div#transformthumbs div.product-scroller-left {
			float:left;
			width:0;
			padding-top:0;
		}
		div#transformthumbs div.product-scroller-main {
			float:left;
			width:226px;
			overflow:hidden;
			margin-left:0;
		}
		div#transformthumbs div.product-scroller-right {
			float:right;
			width:0;
			padding-top:0;
		}
		div#transformthumbs div.product-scroller ul {
			padding:0;
			margin:0;
			width:226px;
		}
		div#transformthumbs div.product-scroller ul li {
			padding:0;
			margin:0 3px 0 0;
			list-style-type:none;
			float:left;
		}
		div#transformthumbs div.product-scroller ul li a {}
		div#transformthumbs div.product-scroller ul li a img {
			border:1px solid #fff;
		}
		div#transformthumbs div.product-scroller ul li a.active img {
			border:1px solid #aa996f;
		}
div#footer {
	clear:both;
}

div.product-photo {
	width: 310px;
	padding-bottom: 50px;
	/* overflow: hidden; */
}
div.product-photo p {
	text-align: left;
	margin-top: 10px;
}
