@charset "utf-8";
/* CSS Document */
/*-------------------------------------------------------------------
  Old School Cameras - style sheet for scrollable
  - redesign, development, and code by: Sean Glassford
  - last updated: 6/11/2012
  - Copyright 2012, Old School Cameras, All Rights Reserved
---------------------------------------------------------------------*/

/* root element for the scrollable.  when scrolling occurs this element stays still. */
.scrollable {
    position:relative;
    overflow:hidden;
    width:380px;
    height:120px;
}
.scrollable .items {
	width:20000em;
	position:absolute;
	clear:both;
	left: 0px;
	top: 0px;
}
.items div {
    float:left;
    width:390px;
}

/* single scrollable item */
.scrollable img {
    float:left;
    margin:0 10px 0 0;
    background-color:#000;
    padding:0;
    width:120px;
    height:120px;
	background:url(../images/suggback6.png) left top no-repeat;
}
