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

#img_gallery{ margin:0px auto; float:center; }
#img_gallery a{ outline:none; border:none; }
#img_gallery a img{border:none;}

/* --- IMAGE STAGE */
#fullimg{
	width:516px;
	overflow:hidden;
	height:316px;
}
#fullimg img{ width:600px; }
#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_gallery #wrapper{
	overflow:hidden;
	padding:0px 0px;
	float:left;
	background-color:#ffffff;
	position: relative;
}
#img_gallery #wrapper_video{
	overflow:hidden;
	padding:0px 0px;
	float:left;
	background-color:#ffffff;
	position: relative;
}
#items{
	margin:0px 0px;
	padding:0px;
	list-style:none;
	width:13500px;
	position: relative;
	letter-spacing:0em;
}
#items li{
	float:left;
	list-style:none;
	margin-right:6px;
}
#items .thumb{
	width:81px;
	height:64px;
	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: block;
	width:500px;
	height:378px;
	}
#moveleft, #moveright{
	margin:0px;
	height:20px;
	width: 16px;
	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; }


#moveleft_video, #moveright_video{
	margin:0px;
	height:20px;
	width: 16px;
	text-decoration: none;
	z-index: 1000; 
	display:block;
	cursor: pointer;
	float:left;
}
#moveleft_video{background: url('images/left.gif');}
#moveright_video{background: url('images/right.gif');}
#moveleft_video:hover, #moveright_video:hover{ background-position:bottom; }

.gallery{
margin-top:0px; 
margin-bottom:0px;  
margin-left:0px; 
padding:0px; 
border-top:1px solid #CCCCCC;
border-left:1px solid #CCCCCC;
border-right:1px solid #CCCCCC;
width:514px; 
height:64px;
}

