
#scrollable {
width:850px;
height:90px;
text-align:center;
margin:0 auto;

}


/* container for the scrollable items */
#items {
text-align:center;

margin: auto;

width:auto;

}



/* single item */
#items a:visited {

width:90px;
height:80px;
background-color: #fff;
color:#ccc;

}
#items a:link {
overflow:hidden;
width:90px;
height:80px;
background-color: #fff;
color:#ccc;

}
#items a:active {text-decoration: none}
