/* Formatação da galeria de fotos em formato horizontal */
.album_fotos{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
}

.album_fotos #album_fotos_barra_ferramentas{
	width: 100%;
	height: 23px;
	float: left;
}
.album_fotos #album_fotos_barra_ferramentas select{
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #EFEDE2;
	border: #CAC4B5 1px solid;
}

.album_fotos #album_fotos_controles{
	margin-top: 10px;
	float: left;
	height: 27px;
	width: 100%;
}
.album_fotos #album_fotos_controles #album_seta_voltar{
	background: url(../img/album_fotos/voltar.jpg) no-repeat;
	cursor: pointer;
	float: left;
	width: 35px;
	height: 24px;
}
.album_fotos #album_fotos_controles #album_play_pause{
	cursor: pointer;
	float: left;
	width: 35px;
	height: 24px;
}
.album_slide_show_play{
	background: url(../img/album_fotos/play.jpg) no-repeat;
}
.album_slide_show_pause{
	background: url(../img/album_fotos/pause.jpg) no-repeat;
}

.album_fotos #album_fotos_controles #album_seta_avancar{
	background: url(../img/album_fotos/avancar.jpg) no-repeat;
	cursor: pointer;
	float: right;
	width: 35px;
	height: 24px;
}

.album_fotos #album_total_fotos{
	float: right;
	width: 80px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #767367;
}

.album_fotos #album_fotos_foto{
	width: 100%;
	float: left;
	background-color: #FFFFFF;
	position: relative;
	border: #CCCCCC 1px solid;
}

/*Carregando*/
.album_fotos_carregando{
	background: url(../img/album_fotos/loading.gif) no-repeat center center;
}

/*Caixa da descrição fixa*/
.album_fotos_descricao_fixa{
	margin-top: 3px;
	border: #CCCCCC 1px solid;
	background: #EDEDEB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 96%;
	padding: 8px;
}

/*Ícone para a descrição suspensa*/
.album_fotos_descricao_icone{
	position: absolute;
	background: url(../img/album_fotos/ico_info.png) no-repeat;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/album_fotos/ico_info.png', sizingMethod='image');
	width: 24px;
	height: 24px;
	cursor: pointer;
}

/*Caixa hint da descrição supensa*/
.album_fotos_hint-tip {
	color: #000000;
	width: 139px;
	z-index: 13000;
}
.album_fotos_hint-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: #EEEEEE;
}
.album_fotos_hint-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #EEEEEE;
}

/*Configurações da miniatura*/
.album_fotos #album_fotos_miniaturas{
	border-left: #333333 1px solid;
	border-right: #333333 1px solid;
	float: left;
	margin-top: 3px;
	overflow: hidden;
	width: 100%;
	position: relative;
}

.album_fotos #album_fotos_miniaturas #marcador{
	background: #333333;	
	background: url(../img/scroller/visto.gif) no-repeat;
	top: 0px;
	left: 0px;
}

.album_fotos #album_fotos_miniaturas_container div{/*Container do thumb*/
	float: left;
	cursor: pointer;
}
.album_fotos_miniaturas, .album_fotos_miniaturas_selecionada{
	float: left;
	position: relative;
}
.album_fotos_miniaturas img, .album_fotos_miniaturas_selecionada img{
	border: #666600 1px solid;
	float: left;
}

/*Controla a seleção dos thumbnails*/
.album_fotos_miniaturas #marcador{/*Thumbnail deselecionado*/
	width: 0px;
	height: 0px;
}

.album_fotos_miniaturas_selecionada #marcador{/*Thumbnail selecionado*/
	width: 19px;
	height: 16px;
}


.album_fotos_miniaturas div, .album_fotos_miniaturas_selecionada div{/*Título thumbnails*/
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 100%;
}

/*Scroller*/
.album_fotos #album_fotos_scroller{
	height: 20px;
	background: url(../img/scroller/bar_repeat.gif) 0px 18px repeat-x;
	float: left;
}
.album_fotos #album_fotos_scroll{
	width: 11px;
	height: 21px;
	margin-top: 5px;
	background: url(../img/scroller/slider.gif) no-repeat;
	float: left;
}