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

#img_gallery3{ width:auto; }
#img_gallery3 a{ outline:none; border:none; 	margin:0px; }
#img_gallery3 a img{border:none;}

/* --- IMAGE STAGE */
#fullimg{
	width:500px;
	overflow:hidden;
	height:380px;
}
#fullimg img{ width:500px; }
#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_gallery3 #wrapper_carouse3{
	overflow:hidden;
	padding:4px 0px;
	margin: 0px 0px 0px 8px;
	width: 560px;
	float:left;
	height:76px;
	background-color:#FFFFFF;
	position: relative;

}

#items3{
	margin:0px 0px;
	padding:0px;
	list-style:none;
	width:50000px;
	position: relative;
	letter-spacing:0em;
}
#items3 li{
	float:left;
	list-style:none;
	margin-right:2px;
}
#items3 .thumb{
	width:74px;
	height:74px;
	cursor:pointer;
	padding:0px;
	border				: 1px solid #9ea6aa;
	margin				: 0px 17px 0px 0px;
}
#items3 .thumbNew{
	cursor:pointer;
	padding:0px;
	border				: 1px solid #9ea6aa;
	margin				: 0px 17px 0px 0px;
}

#items3 a{
	margin:0px;
	background:none;
}
#items3 .large{
	display:none;
	position:absolute;
}
#fullimg .loading{
	width: 24px;
	height: 24px;
}
#fullimg .thumb{display:none;}

#items3 .item  p, #items3 .item  span{
	display:none;
	text-indent: -2000em;
}
#moveleft3, #moveright3{
	margin:0px 0px 0px 5px;
	height:58px;
	color: white;
	width: 16px;
	text-indent: -2000em;
	text-decoration: none;
	z-index: 1000; 
	display:block;
	cursor: pointer;
	float:left;
}

#img_gallery3 a#moveleft3{ 
width:16px;
background-image	: url(../images/arrow_left.jpg);
background-repeat:no-repeat;
}
 
 #img_gallery3 a#moveright3{ 
width:16px;
background-image	: url(../images/arrow_right.jpg);
background-repeat:no-repeat;
 }

#moveleft3{background: url('../images/leftarrow.jpg');}
#moveright3{background: url('../images/rightarrow.jpg');}

