/* outmost wrapper element */
#scrollable {
	width:980px;
	height:169px;
    background-image:url(../images/jqueryGallery.jpg);
    background-repeat:no-repeat;
    text-align:center;
    padding-top:19px;}
/* container for the scrollable items */

#scrollable div.items {
	height:150px;
	width:880px;
	float:left;

}
/* single item */
#scrollable div.items a {
	display:block;
	float:left;
	width:200px;
	height:140px;
    padding-top:10px;
	cursor:pointer;
    text-align:center;
    margin:0px 15px 0px 0px;
    background-image:url(../images/jqueryGalleryImage.jpg);
    background-repeat:no-repeat;}

#scrollable div.items img {

}

/* next / prev buttons */
#scrollable a.prev, a.next {
	display:block;
	width:50px;
	height:150px;
	float:left;
	background-repeat:no-repeat;
    cursor:pointer;}
#scrollable a.prev {
	background-image:url(../images/jqueryGalleryLeftArrow.gif);
	margin-right: 15px;
}

#scrollable a.next {
	background-image:url(../images/jqueryGalleryRightArrow.gif);

}
