/*  
JAVASCRIPT IMAGE GALLERY W/ mootools
Description: STYLE SHEET FOR IMAGE GALLERY
Version: 1.0
Author: Devin Ross
Author URI: http://tutorialdog.com
*/


#img_gallery{width:900px;  position:relative; height:auto; margin:20px auto; }


/* --- IMAGE STAGE */


* {margin:0; padding:0}
#image {position:relative; width:960px; height:304px; }
#image img {position:absolute;}

#thumbwrapper {margin-top:40px; width:860px; margin-left:20px; height:52px; }
#thumbarea {
	position:relative;
	overflow:hidden;
	height:100px;
	width:860px;
	}
#thumbnail {
	position:absolute;
	list-style:none;
	height:52px;
	width:10000px;
	left: 1px;
}
#thumbnail li {float:left; cursor:pointer; margin-right:10px; margin-left:10px; width:auto; height:auto;}



