/* Spry Overrides */
#widget_AllProductsFrom .SlidingPanels {  /* viewable space div */
	width: 250px;
	height:190px;
	text-align:center;
	padding-left: 0px;


/*		border-color:#FFFF00; border-style:solid; border-width:1px; */
		
}
#widget_AllProductsFrom .SlidingPanelsContentGroup {
	float: left;
	width:1000000px;
}
#widget_AllProductsFrom .SlidingPanelsContent {
	float: left;
	width:600px;
}

/* Widget Styles */
#widget_AllProductsFrom  /* outer main container div */
{
	width:300px;
	height:220px;
	background:#eff4f5;
	

}
.AllProductsFrom_CornerIcon
{
	float:right; 
	clear:right; 
	margin-top:10px;
	/*margin-right:5px;	*/
}
#AllProductsFrom{}
#widget_AllProductsFrom .content_widgetbox_bar
{
	padding:0;
	padding-left:10px;
	height:20px;
	
}
	#widget_AllProductsFrom .content_widgetbox_bar_title
	{
	}
	#widget_AllProductsFrom .content_widgetbox_bar img
	{
		float:left;
		
	}


.AllProductsFrom_Product /* individual book div */
{
	float:left;
	width:103px;
	text-align:left;
	padding-left:20px;
	overflow:hidden;
	
	/*	border-color:#FF00FF; border-style:solid; border-width:1px; */
}
	.AllProductsFrom_ImgContainer  /* more image container styles */
	{
		width:119px;
		height:175px;
		overflow:hidden;
		margin-top:15px;	
		
	}
	
.AllProductsFrom_btnPrevious
{
	background:url(/includes/widgets/ProductHighlights/images/btn_previous.gif) center no-repeat; 
	float:left; 
	height:190px; 
	width:20px; 
	cursor:pointer;

 /*	border-color:#00FF00; border-style:solid; border-width:1px; */
}
.AllProductsFrom_btnNext
{
	background:url(/includes/widgets/ProductHighlights/images/btn_next.gif) center no-repeat; 
	float:right; 
	height:190px; 
	width:20px; 
	cursor:pointer;
	
 /*	border-color:#00FF00; border-style:solid; border-width:1px; */
}


.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;
}
