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

body{ 
	font-family:Helvetica, Arial, sans-serif;
	color:#333333;
	font-size:12px;
}

#img_gallery{
width:758px; 
}
#img_gallery a{ outline:none; border:none; }
#img_gallery a img{border:none;}

/* --- IMAGE STAGE */
#fullimg{
float:left;
	width:730px;
	overflow:hidden;
	height:249px;
	margin-left:19px;
}

#fullimg div.innertext {float:right; width:250px;}
#fullimg div.innertext p { text-align:left; margin-top:10px;}
#fullimg div.innertext h3 { font-size: 16px; font-family:"Times New Roman", Times, serif; color:#333; font-weight:normal;}
#fullimg div.innertext h4 { font-size: 22px; font-family:"Times New Roman", Times, serif; color:#a6851e;}
#fullimg div.innertext div.line {border-bottom:1px solid #e0e0e0; width:60%; margin-top:10px;}

#fullimg img{ width:461px; }
/*#fullimg p, #fullimg span{
	
	background:#D6DADB;
	opacity:.4;
	color:#000000;
	margin:0px;
	width:450px;
	padding:6px;
	font-size:11px;
	font-family:Helvetica, Arial, sans-serif;
}*/

/* --- SLIDER --- */
#img_gallery #wrapper{
	overflow:hidden;
	padding:4px 2px;
	width: 690px;
	float:left;
	height:152px;
	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:7px;
}
#items .thumb{
	width:225px;
	height:152px;
	cursor:pointer;
	margin:0px;
	padding:0px;
}
#items .large{
	display:none;
	position:absolute;
}
#fullimg .loading{
	width: 30px;
	height: 30px;
}
#fullimg .thumb{display:none;}

#items .item  p, #items .item  span{
	display:none;
	text-indent: -2000em;
	color:#333333;
	
}
#moveleft, #moveright{
	margin:0px;
	height:100px;
	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; }



/* ------------------------------------------------------------ Sub Image Slider */

#img_gallery2{
width:758px; 
}
#img_gallery2 a{ outline:none; border:none; }
#img_gallery2 a img{border:none;}


/* --- SLIDER --- */

#img_gallery2 #wrappe2r{
	overflow:hidden;
	padding:4px 2px;
	width: 690px;
	float:left;
	height:149px;
	position: relative;
}

#items2{
	margin:0px 0px;
	padding:0px;
	list-style:none;
	width:50000px;
	position: relative;
	letter-spacing:0em;
}
#items2 li{
	float:left;
	list-style:none;
	margin-right:7px;
}
#items2 .thumb2{
	width:225px;
	height:149px;
	cursor:pointer;
	margin:0px;
	padding:0px;
}
#items2 .large2{
	display:none;
	position:absolute;
}
}

#items2 .item2  p, #items2 .item2  span{
	display:none;
	text-indent: -2000em;
	color:#333333;
	
}
