/*  
JAVASCRIPT IMAGE GALLERY W/ mootools
Description: STYLE SHEET FOR IMAGE GALLERY
Version: 1.0
Author: Devin Ross
Author URI: http://tutorialdog.com
*/

#img_gallery { position: relative; margin: 0px; padding: 0px; width:912px; height: 660px; background-image: url(../images/gallery/gallery-back.png); background-repeat: no-repeat; background-position: right 280px; }
#img_gallery a { outline:none; border:0px; margin: 0px; padding: 0px; }
#img_gallery a img{ border:0px; margin: 0px; padding: 0px; }

/* --- IMAGE STAGE */
#fullimg{
	float: left;
	width:450px;
	overflow:hidden;
	height:640px;
	border: 1px solid #FFFFFF;
}
#fullimg img { height: auto; width:450px;  }
#fullimg p, #fullimg span{
	position:absolute;
	background:black;
	opacity:.5;
	color:white;
	margin:0px;
	padding: 0px;
	width:640px;
	font-size:11px;
}

/* --- SLIDER --- */
#img_gallery .rightPanel {
	position: absolute;
	top: 0px;
	right: 21px;
	width: 398px;
	background-position: right 10px;
	background-repeat:no-repeat;
}

#img_gallery #wrapper{
	overflow:hidden;
	right: 5px;
	margin-top: -5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	width: 398px;
	height: 240px;
	margin-bottom: 10px;
	position: relative;

}

#items {
	margin: -5px;
	padding: 5px;
	list-style:none;
	width: 398px;
	height: 10000px;
	position: relative;
	letter-spacing:0em;
}

#items li {
	display: block;
	width: 70px;
	height: 100px;
	margin: 0px;
	padding: 0px;
	float:left;
	list-style:none;
	margin-right:39px;
	margin-top: 39px;
}

#items .sticky {
	position: relative;
	display: block;
	height: 100px;
	width: 70px;
	margin: -5px;
	padding: 5px;
	background-image: url(../images/gallery/on_glow_artistic2.png);
}

#items li:nth-child(4n+4) {
	margin-right: 0px;
}

#items .thumb{
	width:68px;
	height:98px;
	cursor:pointer;
	margin:0px;
	padding:0px;
	border: 1px solid #FFFFFF;
}
#items .large{
	display:none;
	position:absolute;
}
#fullimg .loading{
	width: 32px;
	height: 32px;
	border: 0px;
}
#fullimg .thumb{ display:none; margin: 0px; padding: 0px;}

#items .item  p, #items .item  span{
	display:none;
	text-indent: -2000em;
}
#moveleft, #moveright{
	
	margin:0px;
	height:25px;
	color: white;
	width: 150px;
	text-decoration: none;
	z-index: 1000; 
	display:block;
	cursor: pointer;
	float:left;
	font-size: 14px;
	 
	background-repeat: no-repeat;

}
#moveright { 
	float: right;
}

#moveleft{background: url('../images/gallery/left.png'); background-position: top; text-indent: 89px; line-height: 1.7em;}
#moveright{background: url('../images/gallery/right.png'); background-position: top; text-indent: 29px; line-height: 1.7em;}
#moveleft:hover, #moveright:hover{ background-position: bottom; }
