/* this is our custom stylesheet to use with the jssor slider 
*  we'll move inline styles from the HTML code into the style sheet
*  as well as produce our own styling here
*/

/* inline styling moved from the HTML to stylesheet for organization*/

#jssor-slider{margin:0 auto 0 auto;}


 /* "skin" styling for the arrow navigator */
 	/*
	.jssora11l              (normal)
	.jssora11r              (normal)
	.jssora11l:hover        (normal mouseover)
	.jssora11r:hover        (normal mouseover)
	.jssora11ldn            (mousedown)
	.jssora11rdn            (mousedown)
	*/
  .jssora11l, .jssora11r,.jssora11ldn, .jssora11rdn
 {
   position: absolute;
  /* cursor: pointer;*/
   display: block;
   background: url(//1stopretroshop.com/assets/ui-sprite.png) no-repeat;
  /* overflow:hidden;*/
 }
 .jssora11l{ background-position:-240px 0px; }
 .jssora11r{ background-position: -283px 0px; }
 .jssora11ldn { background-position:-240px 0px; }
 .jssora11rdn { background-position: -283px 0px; }*/
 


              
/* our own styling for the slides */

/* basic styling for all the slides */
div.slide{width:100%; background-position: center center; background-repeat:no-repeat;}
      
a.slide{display:block; height:100%; width:100%; overflow:auto; cursor:pointer}

a.slide > p{position:absolute; width:auto; font-size:1.75em; color:whitesmoke; padding:0 .5em 0 .5em; background-color:#C8C5BC;}

.sld-content{font-style:italic; color:#999999;}

div.furniture{background-image: url(//1stopretroshop.com/assets/slides/lighting-1.jpg);}
div.furniture > a{bottom:5px; left:30px;}
 
div.kitchen{background-image: url(//1stopretroshop.com/assets/slides/kitchen-table-bar-1.jpg);}
div.kitchen > a{bottom:5px; left:30px; font-size:1.25em;}

div.decor{background-image: url(//1stopretroshop.com/assets/slides/decor-housewares-1.jpg);}
div.decor > a{bottom:5px; left:30px;}

div.collectibles{background-image: url(//1stopretroshop.com/assets/slides/collectibles-1.jpg);}
div.collectibles > a{bottom:5px; left:30px;}

div.tech{background-image: url(//1stopretroshop.com/assets/slides/tech-parts-garage-1.jpg);}
div.tech > a{bottom:5px; left:30px;}

div.accessories{background-image: url(//1stopretroshop.com/assets/slides/accessories-1.jpg); }
div.accessories > a{bottom:5px; left:30px;}

div.crafts{background-image: url(//1stopretroshop.com/assets/slides/crafts-sewing-diy-1.jpg); }
div.crafts > a{bottom:5px; left:30px;}

