body {  
    background-image: url(../images/page-bg.gif);
    background-size: 160px 11px;    
} 
/*
.node-add-to-cart {  
    background-image: url(../images/add-cart-button.gif);
    background-size: 94px 31px; 
}  
*/
#header {
	background-image: url(../images/header-bg.gif);
	background-size: 7px 110px; 
}
#logo {  
    background-image: url(../images/canopy.png);
    background-size: 316px 94px;
}  
#home-pano {
	background: url(../images/mobile-home-img.jpg) center no-repeat;
	background-size: 480px 234px;
}
#trim {
	background: url(../images/frill-bottom.png);
	background-size: 7px 9px;
}
a#next2 {
	background: url(/sites/all/themes/ryba/images/arrow-next-new.png) 50% 50% no-repeat;
	background-size: 39px 40px;
}
a#prev2 {
	background:url(/sites/all/themes/ryba/images/arrow-prev-new.png) 50% 50% no-repeat;
	background-size: 39px 40px;
}
.product-row-content a.more-arrow{
	background: url(/sites/all/themes/ryba/images/arrow-next-new.png);
	background-size: 39px 40px;
}

 