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

/*body{ background:black; color:white; }*/
#img_gallery{
	width:730px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#img_gallery a{ outline:none; border:none; }
#img_gallery a img{border:none;}

/* --- IMAGE STAGE */
#fullimg{
	/*width:75%;*/
	width:540px;
	overflow:hidden;
	height:420px;
	float:left;
	border-bottom:solid;
	border-bottom-color:#ebebeb;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-top:solid;
	border-top-color:#ebebeb;
	border-top-width:1px;
	border-top-style:solid;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-right: 10px;
}

#navegacao{
	width:180px;
	float:right;
	position:relative;
}

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

/* --- SLIDER --- */
#img_gallery #wrapper{
	overflow:hidden;
	padding:4px 2px;
	width: 160px;
	height:376px;
	background-color:#FFFFFF;
	position: relative;
}
#img_gallery { float:left; }
#wrapper { float:left; }

#items{
	margin:0px 0px 0px 0px;
	padding:0px;
	list-style:none;
	width:160px;
	height:376px;
	position: relative;
	letter-spacing:0em;
}
#items li{
	/*float:left;*/
	list-style:none;
	margin-right:2px;
}
#items .thumb{
	width: 160px;/*75px;*/
	height: 120px; /*50px;*/
	cursor:pointer;
	margin:0px 0px 8px 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:22px;
	color: white;
	width: 162px;
	text-indent: -2000em;
	text-decoration: none;
	z-index: 1000; 
	display:block;
	cursor: pointer;
}
#moveleft{background: url('images/left.gif'); background-position:bottom; float:left; margin: 0px 0px 5px 0px;}
#moveright{background: url('images/right.gif'); background-position:bottom; float:left; margin: 9px 0px 0px 0px;}
#moveleft:hover, #moveright:hover{ background-position:top; }

/* --- 2 */

#img_gallery2{
	width:730px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#img_gallery2 a{ outline:none; border:none; }
#img_gallery2 a img{border:none;}

/* --- IMAGE STAGE2 */
#fullimg2{
	/*width:75%;*/
	width:540px;
	overflow:hidden;
	height:420px;
	float:left;
	border-bottom:solid;
	border-bottom-color:#ebebeb;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-top:solid;
	border-top-color:#ebebeb;
	border-top-width:1px;
	border-top-style:solid;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-right: 10px;
}

#navegacao2{
	width:180px;
	float:right;
	position:relative;
}

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

/* --- SLIDER 2 --- */
#img_gallery2 #wrapper2{
	overflow:hidden;
	padding:4px 2px;
	width: 160px;
	height:376px;
	background-color:#FFFFFF;
	position: relative;
}
#img_gallery2 { float:left; }
#wrapper2 { float:left; }

#items2{
	margin:0px 0px 0px 0px;
	padding:0px;
	list-style:none;
	width:160px;
	height:376px;
	position: relative;
	letter-spacing:0em;
}
#items2 li{
	/*float:left;*/
	list-style:none;
	margin-right:2px;
}
#items2 .thumb{
	width: 160px;/*75px;*/
	height: 120px; /*50px;*/
	cursor:pointer;
	margin:0px 0px 8px 0px;
	padding:0px;
}
#items2 .large{
	display:none;
	position:absolute;
}
#fullimg2 .loading{
	width: 24px;
	height: 24px;
}
#fullimg2 .thumb{display:none;}

#items2 .item2  p, #items2 .item2  span{
	display:none;
	text-indent: -2000em;
}
#moveleft2, #moveright2{
	margin:0px;
	height:22px;
	color: white;
	width: 162px;
	text-indent: -2000em;
	text-decoration: none;
	z-index: 1000; 
	display:block;
	cursor: pointer;
}
#moveleft2{background: url('images/left.gif'); background-position:bottom; float:left; margin: 0px 0px 5px 0px;}
#moveright2{background: url('images/right.gif'); background-position:bottom; float:left; margin: 9px 0px 0px 0px;}
#moveleft2:hover, #moveright2:hover{ background-position:top; }
