#recently-viewed-container {
	margin-bottom: 20px;
}

#rvpw-container, #rvpw-cont, #rvpw-btnDiv {
	float: left;
}

#rvpw-container {
	width: 169px;
	padding: 16px 0 16px 20px;
	height: 222px;
	overflow: hidden;
	background: url('/site_images/side-sprite.gif') #3D5C88 top right no-repeat;
}

#rvpw-title {
	margin-bottom: 15px;
	*margin-bottom: 13px;
	display: block;
	width: 156px;
	height: 11px;
	background: url('/site_images/side-sprite.gif') 0px -255px no-repeat;
	text-indent: -5000px;
}

#rvpw-cont {
	width: 149px;
	height: 149px;
	overflow: hidden;
	position: relative;
	border: solid #E8658F 1px;
	padding: 0px;
	background: #fff;
}

#rvpw-animator {
	color:#fff;
	width: 2000px;
	height: 99px;
	position: relative;
	left: 0px;
	padding: 0px;
	margin: 0px;
	list-style: none;
	float: left;
}

#rvpw-animator li {
	width: auto;
	height: 149px;
	display: block;
	float: left;
	margin: 0px;
	white-space: nowrap;
}

#rvpw-animator li a {
	display: block;
	padding: 0 9px 0 10px;
	width: 130px;
	height: 130px;
	text-align: center;
}

#rvpw-animator li img {
	border: none;
}

#rvpw-btnDiv {
	text-align: center;
	width: 151px;
	height: 45px;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
}

#rvpw-prev, #rvpw-next, #rvpw-view, #rvpw-all {
	display: block;
	height: 21px;
	text-indent: -5000px;
	padding: 0px;
	margin: 2px 0 0 0;
	float: left;
	cursor: pointer;
}

#rvpw-prev {
	width: 20px;
	background: url('/site_images/side-sprite.gif') -110px -270px no-repeat;
}

#rvpw-next {
	width: 20px;
	background: url('/site_images/side-sprite.gif') -130px -270px no-repeat;
}

#rvpw-view {
	width: 107px;
	margin: 2px 2px 0 2px;
	background: url('/site_images/side-sprite.gif') 0px -270px no-repeat;
}

#rvpw-all {
	width: 151px;
	height: 20px;
	background: url('/site_images/side-sprite.gif') 0px -295px no-repeat;
}

/*#rvpw-cont { overflow: visible; }*/