/*  
JAVASCRIPT IMAGE GALLERY W/ mootools
Description: STYLE SHEET FOR IMAGE GALLERY
Version: 1.0
Author: Devin Ross
Author URI: http://tutorialdog.com
*/

/* body{ background:#ffffff; color:white; }	*/
#img_gallery{ margin:0 auto; width:250px; }
#img_gallery a{ outline:none; border:none; }
#img_gallery a img{border:none;}

/* --- IMAGE STAGE */
#fullimg{
	width:250px;
	overflow:hidden;
	height:167px;
}
#fullimg img{ width:250px; height:167px; }
#fullimg p, #fullimg span{
	position:absolute;
	background:black;
	opacity:.5;
	color:white;
	margin:0px;
	width:250px;
	padding:6px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	z-index:1;
}

#TB_title {
	height:0 !important;
	display:inline;
}

/* --- SLIDER --- */
#img_gallery #wrapper{
	overflow:hidden;
	padding:4px 2px;
	width: 225px;
	float:left;
	height:50px;
	background-color:#ffffff;
	position: relative;

}

#items{
	margin:0px 0px !important;
	padding:0px !important;
	list-style:none;
	width:360px;	
	position: relative;
	letter-spacing:0em;
	height:35px;
	overflow:hidden;
	white-space:nowrap;
}
#items li{
	float:left;
	list-style:none;
	margin-right:2px;
	width:38px;
	padding:0 !important;
	list-style:none;
	list-style-type:none;
	background-image:none !important;
}
#items .thumb{
	width:35px;
	height:35px;
	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:none;
	text-indent: -2000em;
}
#moveleft, #moveright{
	margin:0px;
	height:35px;
	color: white;
	width: 10px;
	text-indent: -2000em;
	text-decoration: none;
	z-index: 1000; 
	display:block;
	cursor: pointer;
	float:left;
}
#moveleft{background: url('/gallery-assets/left.gif') no-repeat left 3px; width:10px;}
#moveright{background: url('/gallery-assets/right.gif') no-repeat right 3px; width:10px; float:right;}

a.viewgallery {
	display:block; 
	height:167px; 
	width:250px; 
	position:absolute; 
	background:url(/gallery-assets/enlarge-button.png) no-repeat right bottom;
	top:0px;
	left:0px;
	z-index:99;
	overflow:hidden;
	text-indent:-9999px;
}

iframe {
	height:350px;
	overflow:hidden;
}
