	div#gallery_small_list {
	}

		div#gallery_small_list table {
			width:100%;
		}

			div#gallery_small_list table td {
				text-align:center;
				vertical-align:top;
			}

			div#gallery_small_list table td.button_first,
			div#gallery_small_list table td.button_last {

			}

/*
			div#gallery_small_list table td.button_first {
				background:url(typo3conf/ext/dg_gallery/res/gallery_button_left.gif) no-repeat 50% 50% #006943;
			}

			div#gallery_small_list table td.button_last {
				background:url(typo3conf/ext/dg_gallery/res/gallery_button_right.gif) no-repeat 50% 50% #006943;
			}
*/
/*
			div#gallery_small_list table td.button_first a,
			div#gallery_small_list table td.button_last a {

				width:5px;
				height:100px;
				padding:0 2px;
				display:block;

			}
*/

			div#gallery_small_list table td.button_first {
				border-right:5px solid #FFF;
			}

			div#gallery_small_list table td.button_last {
				border-left:5px solid #FFF;
			}

				div#gallery_small_list table td.button_first a,
				div#gallery_small_list table td.button_last a {
					color:#FFF;
					font-size:10px;
					text-decoration:none;
				}


			div#gallery_small_list table td.button_first,
			div#gallery_small_list table td.first {
				text-align:left;
			}

			div#gallery_small_list table td.button_last,
			div#gallery_small_list table td.last {
				text-align:right;
			}

			div#gallery_small_list table img {
				cursor:pointer;
				border:1px solid #006943;
			}
