/**
 * jQuery gallerific lightBox plugin
 * This jQuery plugin was inspired and based on the jQuery Gallerific plugin by Trent Foley, and the jQuery Lightbox plugin by Leandro Vieira Pinho, 
 * which in turn was inspired by the original Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name gallerificLight.css
 * @author Matt Gifford aka ColdFuMonkeh (http://www.mattgifford.co.uk/)
 * @developed in conjunction with UGC Creative Ltd (http://www.ugccreative.com/)
 * @original author of jquery lightbox plugin Leandro Vieira Pinho - http://leandrovieira.com
 * @original author of jquery gallerific plugin Trent Foley - http://www.twospy.com
 * @version 0.2
 * @date October 12 2008
 * @category jQuery plugin
 * @license CC Attribution-Noncommercial-ShareAlike (http://creativecommons.org/licenses/by-nc-sa/3.0/)

/* gallerfic styles */

#gallery img { border:1px solid #ececec; padding:4px; margin:0 0 0 0; width:440px; background:#ffffff;}

.thumbs {margin:0px; padding:0px;}

ul.thumbs li {
	 padding:0px 8px 0px 10px; height:16px; padding:5px 0 21px 0;
	list-style: none; 
}
ul.thumbs li a {
	display: block; width:48px; height:16px;
	background:url(../../gifs/bttn_view.gif) no-repeat;
}
ul.thumbs li.selected a {
	background:url(../../gifs/bttn_view_on.gif) no-repeat;
}
ul.thumbs a:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
.navigation {margin:0px; padding:0px;}
#navigation {margin:0px; padding:0px;}
.description  {margin:0px; padding: 0px; list-style-type:none; width:270px;}
.description  li {margin:0 0 12px 10px;  line-height:13px; height:30px;}

 
 
 /* jQuery specific overlay styles */
 
