/* Spry Overrides */


#widget_RelatedProducts .SlidingPanels {
	float: left;
	width: 250px;
	height:180px;
	/*margin-left:20px;*/
}
#widget_RelatedProducts .SlidingPanelsContentGroup {
	float: left;
	width:100000px;
}
#widget_RelatedProducts .SlidingPanelsContent {
	float: left;
	width:600px;
}

.RelatedProducts_Product   {float:left; width:119px; overflow:hidden; padding-left:10px; padding-top:15px;}
.RelatedProducts_Product a {display:block;}

.RelatedProducts_btnPrevious
{
	background:url(/includes/widgets/ProductHighlights/images/btn_previous.gif) center no-repeat; 
	float:left; 
	height:180px; 
	width:21px;
	cursor:pointer;
	overflow:hidden; 
}
.RelatedProducts_btnNext
{
	background:url(/includes/widgets/ProductHighlights/images/btn_next.gif) center no-repeat; 
	float:right;
	height:180px;
	width:21px;
	cursor:pointer;
	overflow:hidden;
}

.AllProductsFrom_viewall {
	float:right;
	position:relative;
	text-align:right;
	margin:0 10px 0 0;
	width:0px;
	height:0px;
	line-height:18px;
	overflow:visible;
	#bottom:20px;
}
.AllProductsFrom_viewall a {
	display:block;
	position:absolute;
	right:0;
	white-space:nowrap;
	color:#BF793A;
	font-size:11px;
}
.AllProductsFrom_viewall a:hover {
	text-decoration:none;
}
