/*  
JAVASCRIPT IMAGE GALLERY W/ mootools
Description: STYLE SHEET FOR IMAGE GALLERY
Version: 1.0
Author: Devin Ross
Author URI: http://tutorialdog.com
*/

body{ background:white; color:black; }
#img_gallery{ margin:0; float:left; width:586px;}
#img_gallery a{ outline:none; border:none; }
#img_gallery a img{border:none;}

/* --- IMAGE STAGE */
.fullimg{
	width:586px;
	overflow:hidden;
	height:391px;
}
/*#fullimg img{ width:586px; }*/
#fullimg p, #fullimg span{
	position:absolute;
	background:white;
	opacity:.5;
	color:white;
	margin:0px;
	width:586px;
	padding:6px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* --- SLIDER --- */
#img_gallery #wrapper{
	overflow:hiden;
	padding:0;
	width: 586px;
	float:left;
	background-color:#ffffff;
	position: relative;
}

ul#items {float:right; margin:14px 0 0 0; padding:0; list-style:none;}
ul#items li {float:left; height:22px; margin:0 0 0 10px; padding:0; display:inline; overflow:hidden;}
ul#items li.off {margin:0;}
ul#items li a {display:block;}
ul#items li a:hover {margin:-22px 0 0 0;}
ul#items li.on a {margin:-22px 0 0 0;}


/*#items{
	float:right;
	margin:14px 0 0 0;
	padding:0px;
	list-style:none;
	width:auto;
	height: 22px;
	position: relative;
	letter-spacing:0em;
	overflow:hidden;
	
}
#items li{
	float:left;
	list-style:none;
	margin-right:10px;
	height: 22px;
	overflow: hidden;
	padding: 0px;
}
#items li.off{
	margin:0;
}*/
p.site-url{
	float:left;
	width: 200px;
	heigth: 22px;
	list-style:none;
	padding:0;
	margin: 24px 0 0 0;
}
p.site-url a{
	color: #a41d21;
	font-weight:bold;
	text-decoration: none;
}
p.site-url a:hover{
	color: #a41d21;
	text-decoration: underline;
	font-weight:bold;
}

/*#items .thumb{
	width:22px;
	/*height:22px;
	cursor:pointer;
	margin:0px;
	padding:0px;
	overflow:hidden;
}*/
/*#items li a.item{
	display:block;
	width:22px;
	height:22px;
	margin:0px;
	padding:0px;
	overflow:hidden;
}
#items li a.item :hover{
	margin:-22px 0 0 0;
}*/

#items .large{
	display:none;
	position:absolute;
}
#fullimg .loading{
	width: 24px;
	height: 24px;
	margin: 210px 0 0 320px;
}
#fullimg .thumb{display:none;}

#items .item  p, #items .item  span{
	display:none;
	text-indent: -2000em;
}
/*#moveleft, #moveright{
	margin:0px;
	height:58px;
	color: white;
	width: 16px;
	text-indent: -2000em;
	text-decoration: none;
	z-index: 1000; 
	display:block;
	cursor: pointer;
	float:left;
}
#moveleft{background: url('../_images/left.gif');}
#moveright{background: url('../_images/right.gif');}
#moveleft:hover, #moveright:hover{ background-position:bottom; }*/
