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

#img_gallery { 
	float:left; 
	margin:20px 0 0 0; 
	width:400px;
	position: relative;
}

#videoPlayer {
	float:left; 
	margin:20px 0 0 0; 
	width:400px;
	height:400px; 
	background-color:#000;
	text-align: center;
	padding-top: 70px;
	position: relative;
}

#img_gallery a{ outline:none; border:none; }
#img_gallery a img{border:none;}

#fullimgWrapper {
	margin: 0 9px;
	border: #d49939 solid 1px;
}
/* --- IMAGE STAGE */
#fullimg{
	width: 380px;
	overflow:hidden;
	height: 400px;
	text-align: center;
}
#fullimg img{ 
	/*width: 380px; */
}

#fullimg p, #fullimg span{
	position:absolute;
	background:black;
	opacity:.5;
	color:white;
	margin:0px;
	width:400px;
	padding:6px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#galleryController {
	padding-top: 10px;
}
/* --- SLIDER --- */
#img_gallery #galleryWrapper{
	overflow: hidden;
	padding:4px 2px;
	width: 364px;
	float:left;
	height:50px;
	background-color:#181818;
	position: relative;
}

#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:63px;
	height:50px;
	cursor:pointer;
	margin:0px;
	padding:0 4px;
}
#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;
}
#moveleft, #moveright{
	margin:0px;
	height:58px;
	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; }
