/*  
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: 469px; }
#img_gallery a		{ text-decoration: none; }
#img_gallery a img	{ border: none; }

/* --- IMAGE STAGE */

#fullimg {
	width: 463px;
	height: 297px;
	margin-bottom: 10px;
	padding: 3px;
	background: url(../images/gallery/gallery-background.gif) 0 0 no-repeat;
	}
	
#fullimg img { width: 463px; height: 265px; }

#fullimg p, #fullimg span{
	position:absolute;
	background:black;
	color:white;
	margin: 265px 0 0 0;
	width:451px;
	height: 20px;
	padding:6px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* --- SLIDER --- */

#img_gallery #wrapper {
	overflow: hidden;
	margin: 0 5px;
	padding: 4px;
	width: 391px;
	float: left;
	background: url(../images/gallery/gallery-thumbs-border.gif) 0 0 no-repeat;
	position: relative;
	}

#items{
	margin:0px 0px;
	padding:0px;
	list-style:none;
	width:50000px;
	position: relative;
	letter-spacing:0em;
}

#items li{
	float:left;
	list-style:none;
	margin-right: 2px;
	}

body #items li a {
	width: 75px;
	height: 51px;
	display: block;
	}

#items .thumb {
	width: 75px;
	height: 51px;
	cursor: pointer;
	margin: 0px;
	padding: 0px;
	display: block;
	}

#items .large{
	display:none;
	position:absolute;
}
#fullimg .loading{
	width: 24px;
	height: 24px;
}
#fullimg .thumb{display:none;}

#items .item  p, #items .item  span{
	display:none;
	text-indent: -2000em;
}
#moveleft, #moveright {
	float: left;
	margin: 0px;
	height: 59px;
	width: 28px;
	text-indent: -2000em;
	text-decoration: none;
	z-index: 1000; 
	display: block;
	cursor: pointer;
	}

#moveleft			{ background: url(../images/gallery/left-button.gif); }
#moveright 			{ background: url(../images/gallery/right-button.gif); }
#moveleft:hover		{ background: url(../images/gallery/left-button-hover.gif); }
#moveright:hover 	{ background: url(../images/gallery/right-button-hover.gif); }