/*  
JAVASCRIPT IMAGE GALLERY W/ mootools
Description: STYLE SHEET FOR IMAGE GALLERY
Version: 1.0
Author: Devin Ross
Author URI: http://tutorialdog.com
*/

/*body{ background:black; color:white; }*/
#img_gallery{ margin:0px auto; width:537px; }
#img_gallery a{ outline:none; border:none; }
#img_gallery a img{border:none;}

/* --- IMAGE STAGE */
#fullimg{
	/*width:500px;*/ 
	overflow:hidden;
	height:375px;
}
#fullimg img{ width:537px; }
#fullimg p, #fullimg span{
	position:absolute;
	background: none;
	opacity:.5;
	color:Black; font-weight:bold; text-align: right;
	margin:0px;
	width:400px;
	padding:6px;
	font-size:14px;
	font-family: "Microsoft Sans Serif";
}

/* --- SLIDER --- */
#img_gallery #wrapper{
	overflow:hidden;
	padding:4px 2px;
	width: 360px;
	float:left;
	height:100px;
	background-color: #FFFFFF;
	position:  relative; 

}

#Info
{
margin:0px;  background:white; visibility:hidden; 
	height:50px;
	width: 500px;
	text-decoration:  none;
	text-align:center;
	z-index: 10001; 
	display:block;
	cursor: pointer;
	float:left;
}


#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;
}
#items .thumb{
	width:116px;
	height:100px;
	cursor:pointer;
	margin:0px;
	padding:0px;
}
#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;
}



#content
{
margin:0px;
	height:100px;
	width: 115px;
	text-decoration:  none;
	text-align:center;
	z-index: 10001; 
	display:block;
	cursor: pointer;
	float:left;
}
#moveleft, #moveright{
	margin:0px;
	height:100px;
	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; }


#space
{
margin:0px;
	height:100px;
	width: 10px;
	text-decoration:  none;
	text-align:center;
	z-index: 10002; 
	display:block;
	cursor: pointer;
	float:left;
}
#content1
{
margin:0px;
	height:100px;
	width: 120px;
	text-decoration:  none;
	text-align:center;
	z-index: 10001; 
	display:block;
	cursor: pointer;
	float:left;
}

#wrapper1{
	overflow:hidden;
	padding:4px 2px;
	width: 360px;
	float:left;
	height:100px;
	background-color: #FFFFFF;
	position:  relative; 

}

#items1{
	margin:0px 0px;
	padding:0px;
	list-style:none;
	width:50000px;
	position: relative;
	letter-spacing:0em;
}
#items1 li{
	float:left;
	list-style:none;
	margin-right:2px;
}
#items1 .thumb{
	width:116px;
	height:100px;
	cursor:pointer;
	margin:0px;
	padding:0px;
}
#items1 .large{
	display:none;
	position:absolute;
}
#items1 .item  p, #items .item  span{
	display:none;
	text-indent: -2000em;
}
#moveleft1, #moveright1{
	margin:0px;
	height:100px;
	color: white;
	width: 16px;
	text-indent: -2000em;
	text-decoration: none;
	z-index: 1000; 
	display:block;
	cursor: pointer;
	float:left;
}
#moveleft1{background: url('../images/left.gif');}
#moveright1{background: url('../images/right.gif');}
#moveleft1:hover, #moveright1:hover{ background-position:bottom; }




#content2
{
margin: 0px;
	height:120px;
	width: 100px;
	text-decoration:  none;
	text-align:center;
	z-index: 10002; 
	display:block;
	cursor: pointer;
	float:left;
}

#wrapper2{
	overflow:hidden;
	padding:4px 2px;
	width: 360px;
	float:left;
	height:100px;
	background-color: #FFFFFF;
	position:  relative; 

}

#items2{
	margin:0px 0px;
	padding:0px;
	list-style:none;
	width:50000px;
	position: relative;
	letter-spacing:0em;
}
#items2 li{
	float:left;
	list-style:none;
	margin-right:2px;
}
#items2 .thumb{
	width:116px;
	height:100px;
	cursor:pointer;
	margin:0px;
	padding:0px;
}
#items2 .large{
	display:none;
	position:absolute;
}
#items2 .item  p, #items .item  span{
	display:none;
	text-indent: -2000em;
}

#moveleft2, #moveright2{
	margin:0px;
	height:100px;
	color: white;
	width: 16px;
	text-indent: -2000em;
	text-decoration: none;
	z-index: 1000; 
	display:block;
	cursor: pointer;
	float:left;
}
#moveleft2{background: url('../images/left.gif');}
#moveright2{background: url('../images/right.gif');}
#moveleft2:hover, #moveright2:hover{ background-position:bottom; }