@charset "utf-8";
/* CSS Document */

#extraImages {
	width:200px;
	padding-bottom:70px;
	background:url("../images/product-thumbnails-bg.png") no-repeat bottom;		
	margin-left:20px;
}

#extraImages img#title {
	display:inline-block;
	margin-bottom:10px;
}

#extraImages .thumbnail img {
	width:57px;
	height:57px;
	border:1px #dcdbd8 solid;
	margin-right:5px;
}


