/*  
JAVASCRIPT IMAGE GALLERY W/ mootools
Description: STYLE SHEET FOR IMAGE GALLERY
Version: 1.0
Author: Devin Ross
Author URI: http://tutorialdog.com
*/


#imageBlock { background-color: #2b2925;}

#mainImage {float: left;
	height: 32.5em;
	width: 41em;
	text-align: left; }

#img_gallery{ margin:0; width:41em; padding:0; }

#img_gallery a{ outline:none; border:none; }

#img_gallery a img{border:none;}

#fullimg{
	width:39.13em;
	overflow:hidden;
	height:27.69em;
	margin: .625em auto;}
	
#fullimg img{ width:39.125em; }

#fullimg p, #fullimg span{
	position:absolute;
	bottom: 46px;
	color:#d7e7fe;
	margin: 0em;
	width: 41em;
	font-size: .75em;
	font-family: Verdana, Arial, Helvetica, sans-serif;}

/* --- SLIDER --- */
#scrollbar { width: 39.75em;
	height: 42px;
	margin: 0;
	padding: 0 .94em .19em .94em;
	display: block;
	position: absolute; bottom: 0em; left: 0em;
	background-color: #2b2925;
	overflow: hidden;} 

#img_gallery #wrapper{
	overflow:hidden;
	margin: 1px 0;
	padding:3px 3px;
	width: 37.31em;
	float:left;
	height: 36px;
	background-color: #1f1e1b;
	position: relative; }

#items{
	margin: 0;
	padding: 0;
	list-style:none;
	width:3000em;
	position: relative;
	letter-spacing:4px; }

#items li{
	float:left;
	list-style:none;
	margin-right: .25em; }

#items .thumb{
	width:60px;
	height:36px;
	cursor:pointer;
	margin:0px;
	padding:0px; }

#items .large{
	display:none;
	position:absolute; }
	
#fullimg .thumb{
	display:none;}

#items .item  p, #items .item  span{
	display:none;
	text-indent: -2000em; }

#moveleft{
	margin: 1px 0;
	height:42px;
	color: white;
	width: 11px;
	text-indent: -2000em;
	text-decoration: none;
	z-index: 1000; 
	display:block;
	cursor: pointer;
	float:left;
	background: url('images/left.gif'); }

#moveleft:hover, #moveright:hover{ background-position:bottom; }

#moveright{
	margin: 1px 0;
	height:42px;
	color: white;
	width: 11px;
	text-indent: -2000em;
	text-decoration: none;
	z-index: 1000; 
	display:block;
	cursor: pointer;
	float:left;
	background: url('images/right.gif'); }
