﻿/*http://tutorialzine.com/2009/11/beautiful-apple-gallery-slideshow/*/

#gallery { border: 1px solid white; /* background: url(/images/imageslider/panel.jpg) repeat-x bottom center #ffffff; */ overflow: hidden; margin-bottom: 80px; }
	#gallery #slides { overflow: hidden; }
		#gallery #slides .slide { float: left; display: table; overflow: hidden; }
			#gallery #slides .slide a { display: table-cell; vertical-align: middle; text-align: center; }
	#gallery #menu {height: 155px;/* display: none; */border-bottom: 1px solid #ccc;}
	#gallery ul {margin: 0px;padding: 0px;height: 45px;display: inline;}
	#gallery li { width: 150px; display: inline-table; list-style: none; height: 150px; overflow: hidden; text-align: center; }
		#gallery li.inact:hover { background: url(/images/imageslider/pic_bg.png) repeat; }
		#gallery li.act, #gallery li.act:hover { background: url(/images/imageslider/active_bg.png) no-repeat; background: #fff; }
			#gallery li.act a { cursor: default; }
	#gallery .fbar { width: 2px; }
	#gallery li a { display: block; height: 0px; padding-top: 8px; }
		#gallery li a div { width: 150px; height: 150px; display: inline-table; text-align: center; text-align: center; vertical-align: middle; }
			#gallery li a div div { display: table-cell; width: 150px; }
