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

#img_gallery01{width:769px; }
#img_gallery01 a{ outline:none; border:none; }
#img_gallery01 a img{border:none;}

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

#img_gallery01 #wrapper01{
	overflow:hidden;
	width: 669px;
	float:left;
	height:144px;
	position: relative;
}

#items01{
	margin:0px 0px;
	padding:0px;
	list-style:none;
	width:50000px;
	position: relative;
	letter-spacing:0em;
}
#items01 li{
	float:left;
	list-style:none;
	margin-right:0px;
	width:223px;
	text-align:center;
}
#items01 .thumb01{
	width:204px;
	height:144px;
	cursor:pointer;
	margin:0px;
	padding:0px;
}
#items01 .large{
	display:none;
	position:absolute;
}
#items01 .item  p, #items01 .item  span{
	display:none;
	text-indent: -2000em;
}
#moveleft01, #moveright01{
	margin:0px;
	height:145px;
	color: white;
	width: 40px;
	text-indent: -2000em;
	text-decoration: none;
	z-index: 1000; 
	display:block;
	cursor: pointer;
	float:left;
}
#moveleft01{background: url('../images/openbraces.jpg');}
#moveright01{background: url('../images/closebraces.jpg');}
/*#moveleft:hover, #moveright:hover{ background-position:bottom; }*/


#img_gallery02{width:708px; }
#img_gallery02 a{ outline:none; border:none; }
#img_gallery02 a img{border:none;}

#img_gallery02 #wrapper02{
	overflow:hidden;
	width: 608px;
	float:left;
	height:134px;
	padding-top:12px;
	position: relative;
}

#items02{
	margin:0px 0px;
	padding:0px;
	list-style:none;
	width:50000px;
	position: relative;
	letter-spacing:0em;
}
#items02 li{
	float:left;
	list-style:none;
	margin-right:0px;
	width:152px;
	text-align:center;
}
#items02 .thumb02{
	width:122px;
	height:122px;
	cursor:pointer;
	margin:0px;
	padding:0px;
}
#items02 .large{
	display:none;
	position:absolute;
}
#items02 .item  p, #items02 .item  span{
	display:none;
	text-indent: -2000em;
}
#moveleft02, #moveright02{
	margin:0px;
	height:145px;
	color: white;
	width: 40px;
	text-indent: -2000em;
	text-decoration: none;
	z-index: 1000; 
	display:block;
	cursor: pointer;
	float:left;
}
#moveleft02{background: url('../images/openbraces.jpg');}
#moveright02{background: url('../images/closebraces.jpg');}
/*#moveleft:hover, #moveright:hover{ background-position:bottom; }*/

#img_gallery03{width:708px; }
#img_gallery03 a{ outline:none; border:none; }
#img_gallery03 a img{border:none;}

#img_gallery03 #wrapper03{
	overflow:hidden;
	width: 608px;
	float:left;
	height:134px;
	padding-top:12px;
	position: relative;
}

#items03{
	margin:0px 0px;
	padding:0px;
	list-style:none;
	width:50000px;
	position: relative;
	letter-spacing:0em;
}
#items03 li{
	float:left;
	list-style:none;
	margin-right:0px;
	width:152px;
	text-align:center;
}
#items03 .thumb02{
	width:122px;
	height:122px;
	cursor:pointer;
	margin:0px;
	padding:0px;
}
#items03 .large{
	display:none;
	position:absolute;
}
#items03 .item  p, #items02 .item  span{
	display:none;
	text-indent: -2000em;
}
#moveleft03, #moveright03{
	margin:0px;
	height:145px;
	color: white;
	width: 40px;
	text-indent: -2000em;
	text-decoration: none;
	z-index: 1000; 
	display:block;
	cursor: pointer;
	float:left;
}
#moveleft03{background: url('../images/openbraces.jpg');}
#moveright03{background: url('../images/closebraces.jpg');}
/*#moveleft:hover, #moveright:hover{ background-position:bottom; }*/
