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

{
	width:940px;
}
#img_gallery  {
	background-color: #ddc702;
	width: 930px;
	height: 70px;
	float: left;
}
#album_gallery {
	width: 930px;
	border: 1px solid #ddc702;
	height: 130px;
}
#albuns {
	margin-top: 10px;
	padding-top: 20px;
}



#img_gallery a{ outline:none; border:none; }
#img_gallery a img{border:none;}
#wrapper{
	width: 700px;
	float:left;
	height:50px;
	padding: 10px;
	position: relative;
	overflow: hidden;

}
#opcoes {
	float: left;
	font-size: 10px;
	color: #000000;
	text-indent: 0px;
	margin-top: 12px;
	border-left: 1px solid #ddc702;
	border-color: #B19F01;
	padding-left: 5px;
	margin-left: 5px;
}

#opcoes p {
	margin: 0px;
	margin-top: 5px;

}
#opcoes a {
	color: #000000;
	text-decoration: none;
}



#wrapper_album {
	overflow:hidden;
	width: 870px;
	float:left;
	height:120px;
	position: relative;
	padding: 10px;
}

#items, #items_album {
	margin:0px 0px;
	padding:0px;
	list-style:none;
	width:500000px;
	position: relative;
	letter-spacing:0em;
	height: 80px;
}
#items     li, #items_album  li  {
	float:left;
	list-style:none;
	margin-right:2px;
}
#items_album img {
	width: 150px;
	height: 100px;

}
#items_album p {
	margin: 0;
	padding: 0;
	font-size: 10px;
	text-align: center;
}


#items .thumb{
	cursor:pointer;
	margin:0px;
	padding:0px;
	width: 76px;
	height: 54px;
}
#items .large{
	display:none;
	position:absolute;
}

#items .item  p, #items .item  span{
	display:none;
	text-indent: -2000em;
}
#fullimg{
	width:940px;
	clear: both;
	padding-top: 10px;
	background: url(../images/wait.gif) no-repeat 50%;
	height: 668px;
	text-align: center;
}
#descricaoGaleria {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #990000;
	text-align: center;
	width: 920px;
	padding: 10px;
	clear: both;
}

#fullimg img{

}
#fullimg p, #fullimg span{
	margin:0px;
	width:920px;
	padding:6px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
}
#fullimg .thumb{
	display:none;
}


#moveleft{
	margin:0px;
	height:70px;
	color: white;
	width: 15px;
	text-indent: -2000em;
	text-decoration: none;
	z-index: 1000;
	display:block;
	cursor: pointer;
	float:left;
	background-color: #000000;
	background-image: url(../images/lefttop.gif);
}
#moveright{
	margin:0px;
	height:70px;
	width: 15px;
	text-indent: -2000em;
	text-decoration: none;
	z-index: 1000;
	display:block;
	cursor: pointer;
	float: left;
	background-image: url(../images/righttop.gif);
}
#moveleftalbum {
	margin:0px;
	height:130px;
	width: 20px;
	text-decoration: none;
	z-index: 1003;
	background-image: url(../images/left.gif);
	display: block;
	float: left;
	text-indent: -2000em;
	cursor: pointer;
}
#moverightalbum {
	margin:0px;
	height:130px;
	width: 20px;
	text-decoration: none;
	z-index: 1003;
	display:block;
	cursor: pointer;
	float:left;
	background-image: url(../images/right.gif);
	text-indent: -2000em;
}

