/*  
JAVASCRIPT IMAGE GALLERY W/ mootools
Description: STYLE SHEET FOR IMAGE GALLERY
Version: 1.0
Author: Devin Ross
Author URI: http://tutorialdog.com
*/
*{
text-decoration:none;
outline:0;
}
/* --- IMAGE STAGE */
#fullimg{
width:524px;
height:330px;
overflow:hidden;
}
#fullimg img{
width:524px;
height:330px;
border:0;
}
#fullimg p, #fullimg span{
position:absolute;
background:black;
opacity:.5;
color:white;
margin:0;
width:524px;
padding:6px;
font-size:11px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
/* --- SLIDER --- */
#img_gallery #wrapper{
position: relative;
float:left;
overflow:hidden;
width:490px;
height:52px;
background-color:transparent;
}
#items{
position: relative;
width:50000px;
margin:0;
padding:0;
list-style:none;
letter-spacing:0em;
}
#items li{
float:left;
list-style:none;
}
#items .thumb{
width:75px;
height:40px;
margin:4px 0 0 2px;
padding:0;
border:2px solid #2d3021;
cursor:pointer;
}
#items .large{
position:absolute;
display:none;
}
#fullimg .thumb{
display:none;
}
#items .item  p, #items .item  span{
display:none;
text-indent: -2000em;
}
#moveleft, #moveright{
float:left;
display:block;
width:17px;
height:52px;
margin:0;
color:#2d3021;
text-indent: -2000em;
z-index: 1000; 
cursor: pointer;
}
#moveleft{
background: transparent url('../img/left.jpg') no-repeat right bottom;
}
#moveright{
background:transparent url('../img/right.jpg') no-repeat right bottom;
}