/* Horizontal Carousel */
#albumCarousel { height:105px; width:440px; }
#albumCarousel .container { left:26px; top:17px; width:400px; height:120px; }        
#albumCarousel .items { top:0; left:2px; width:1000px;}
#albumCarousel .item { height:100px;  width:100px; float:left; clear:right; font-size: 8pt; }
#albumCarousel .item a .key { color: #808080;}
#albumCarousel .navButton { position:absolute; bottom:40px; width:15px; height:32px; }
#albumCarousel .navButton.previous {  left:0px; background-image:url('../images/button_left.png'); background-repeat: no-repeat; }
#albumCarousel .navButton.next { right:0px; background-image:url('../images/button_right.png'); background-repeat: no-repeat; }
