#productWrapper {
	width:720px;
	height: 375px;
	padding-top: 100px;


}
#fixed {
	float:left;
	width:493px;
	height: 375px;
	display:block;
}
#floating {
	width:222px;
	height:100%;
	position:relative;
	float: right;
}
#floating div {
	position:absolute;
	bottom:0;
	left:0;
}

.productThumbs {
	padding-top: 20px;
}

p {
	padding-top: 10px;
	text-transform: lowercase;
}

a:link, a:visited {
	color: #c20000;
	text-decoration: none;
}

#gallery2 {
	margin-top: 325px;
}

#gallery2 a {
	outline: none;
}

#photo {
	position: relative;
	padding-bottom: 10px;
}

#photo img {
	position: absolute;
	background-color:white;
}

#photoAlt img {
	position: absolute;
	background-color:white;
	margin-top: 46px;

}

#gallery2 a.selected {
	background-color: #000;
	outline:none;

}

/*#gallery2 a {
	padding:5px 5px 3px 5px;
	border: 1px solid #666;
	display: block;
	float: left;
	margin: 0 10px 8px 0;
	width: 70px;
}

#gallery2 img {
	display:block;
}

#gallery2 {
	width: 85px;
	float: left;
	padding: 0 20px 30px 10px;
	border-right: 1px dotted #5C7B7B;
}
#photo {
	float: right;
	width: 422px;
	background: #FFF;
	padding-right: 10px;
	position: relative;
}

#photo img {
	padding: 10px;
	border: 1px solid #333;
	position: absolute;
	background-color:white;
}

#gallery2 a.selected {
	background-color: #000;
	outline:none;

}*/
