/*  
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:0 auto; width:740px; }
#img_gallery a{ outline:none; border:none; }
#img_gallery a img{border:none;}

/* --- IMAGE STAGE */
#fullimg{
	width:736px;
/* ==================== */
/* ! overflow:hidden;   */
/* ==================== */
	height:540px;
	text-align: center;
	background-color:;
}
#fullimg img{

height: 520px;
width:auto;
text-align: center;
 -webkit-box-shadow: 0 0 10px rgb(0,0,0);  
   
 -moz-box-shadow: 0 0 10px rgb(0,0,0);  
   
 box-shadow: 0 0 10px rgb(0,0,0); 
 }
#fullimg p, #fullimg span{
	/*background:black;*/
	opacity:.5;
	color:#181818;
	width:725px;
	margin:0px;
	padding:6px;
	font-size:11px;
	
	font-family:Helvetica, sans-serif;
	text-align: center;

}

/* --- SLIDER --- */
#img_gallery #wrapper{
margin-top: 30px;
	overflow:hidden;
	padding:4px 2px;
	width: 700px;
	float:left;
	height:50px;
	background-color:#D9DADB;
	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:75px;   */
/* =============== */
	height:50px;
	cursor:pointer;
	margin:0px;
	padding:0px;
}
#items .large{
	display:none;
	position:absolute;
}
#fullimg .loading{
	width: 32px;
	height: 32px;
	position: relative;
	top: 200px;
	 -webkit-box-shadow:none;  
   
 -moz-box-shadow:none;  
   
 box-shadow: none; 
	
}
#fullimg .thumb{display:none;}

#items .item  p, #items .item  span{
	font-family: Helvetica;
	display:none;
	text-indent: -2000em;
}
#moveleft, #moveright{

	margin:30px 0 0 0;
	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; }


/* ====== */
/* ! ie   */
/* ====== */

/* ====== */
/* ! ie   */
/* ====== */

<!--[if lt IE 8]>

<!--<![endif]-->

