/*  
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_gallery1{ margin:0px auto; width:537px; }
#img_gallery1 a{ outline:none; border:none; }
#img_gallery1 a img{border:none;}

/* --- IMAGE STAGE */
#fullimg1{
	width:537px;
	overflow:hidden;
	height:375px;
}
#fullimg1 img{ width:537px; }
#fullimg1 p, #fullimg span{
	position:absolute;
	background:black;
	opacity:.5;
	color:white;
	margin:0px;
	width:500px;
	padding:6px;
	font-size:11px;
	font-family:Tahoma;
}

/* --- SLIDER --- */
#img_gallery1 #wrapper1{
	overflow:hidden;
	padding:4px 2px;
	width: 500px;
	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;
}
#fullimg1 .loading{
	width: 24px;
	height: 24px;
}
#fullimg1 .thumb{display:none;}

#items1 .item  p, #items .item  span{
	display:none;
	text-indent: -2000em;
}
#content
{
margin:0px;
	height:100px;
	width: 100px;
	text-decoration:  none;
	text-align:center;
	z-index: 10001; 
	display:block;
	cursor: pointer;
	float:left;
}
#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; }


#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:120px;
	width: 20px;
	text-decoration:  none;
	text-align:center;
	z-index: 10002; 
	display:block;
	cursor: pointer;
	float:left;
}

#wrapper2{
	overflow:hidden;
	padding:4px 2px;
	width: 460px;
	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; }