/*
 * listagem de hairstylists
 */
.photos_list_extended
{
	clear: both;
}

.photos_list_extended li
{
	display: inline;
	font-family: Arial;
}

.photos_list_extended li a
{
	display: block;
	float: left;
	text-decoration: none;
	margin-right: 30px;
	margin-bottom: 14px;
	overflow: hidden;
	width: 130px;
	height: 125px;
}

.photos_list_extended li a:hover
{
	text-decoration: none;
}

.photos_list_extended li a img
{
	text-align: center;
	width: 100px;
	height: 100px;
}

.photos_list_extended li a span
{
	font-size: 11px;
	color: #990033;
}

.photos_list_extended li a span.flag img
{
	width: auto;
	height: auto;
	float: left;
	margin-right: 5px;
}



/**
 * listagem de fotos miniatura - ex.: fas
 */
ul.gallery_list li
{
	display: inline;
}

ul.gallery_list li a
{
	display: block;
	float: left;
	margin-right: 12px;
	margin-bottom: 5px;
}

ul.gallery_list_mini li a
{
	margin-right: 9px;
	margin-bottom: 6px;
}

ul.gallery_list li a img
{
	width: 60px;
	height: 60px;
	border: solid #ccc 1px;
	padding: 3px;
}

ul.gallery_list_mini li a img
{
	width: 40px;
	height: 40px;
}



/**
 * depoimentos
 */
ol.comentarios-interna
{
	margin-bottom: 1em;
}

ol.comentarios-interna li
{
	width: 100%;
	display: table;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

ol.comentarios-interna li cite
{
	display: block;
	font-style: none;
	float: left;
	width: 65px;
	text-align: right;
}

ol.comentarios-interna li cite img
{
	border: solid #ccc 1px;
	background: white;
	padding: 3px;
}

ol.comentarios-interna li div.comenta
{
	padding: 6px;
	padding-left: 17px;
	padding-top: 0;
	display: block;
	float: right;
	width: 480px;
	font-size: 12px;
	min-height: 75px;
	overflow: hidden;
}

ol.comentarios-interna-perfil li div.comenta
{
	width: 435px;
	overflow: hidden;
}

ol.depoimentos-interna li div.comenta
{
	width: 480px;
	overflow: hidden;
}

ol.comentarios-interna li div.comenta div
{
	display: block;
	height: 18px;
	border-bottom: solid #F5F5F5 1px;
	margin-bottom: 5px;
}

ol.comentarios-interna li div.comenta div span.esq
{
	float: left;
}

ol.comentarios-interna li div.comenta div span.esq a
{
	color: #bb2121;
	font-size: 12px;
	text-decoration: none;
}

ol.comentarios-interna li div.comenta div span.dir
{
	color: #666;
	font-size: 11px;
	float: right;
}


/*
 * gallery
 */
#content ul.gallery_photos li
{
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
}

#content ul.gallery_photos li a
{
	width: 155px;
	height: 195px;
	display: block;
	float: left;
	background: white url(../_img/bg-foto.jpg) no-repeat 0 0;
	padding: 5px;
	font-size: 11px;
	color: #666;
	text-decoration: none;
	margin-right: 30px;
}

#content ul.gallery_photos li a strong
{
	padding-right: 40px;
}

#content ul.gallery_photos li.video a
{
	background: white url(../_img/bg-video.jpg) no-repeat 0 0;
}

#content ul.gallery_photos li a:hover
{
	background-position: -165px 0;
	color: white;
	text-decoration: none;
}

#content ul.gallery_photos li a:hover span
{
	color: white;
}

#content ul.gallery_photos li a img
{
	display: block;
	margin-bottom: 10px;
}

#content ul.gallery_photos li a span
{
	display: block;
	font-size: 11px;
	color: #999;
}



/*
 * galeria interna
 */
#gallery_list
{
	background: #f2f2f2;
	display: table;
	width: 950px;
	height: 56px;
	overflow: hidden;
	padding: 5px;
}

#gallery_list a.controls
{
	margin-top: 16px;
}

#gallery_list a.control1
{
	margin-right: 15px;
	float: left;
}

#gallery_list a.control2
{
	margin-left: 15px;
	float: right;
}

#gallery_list ul
{
	display: block;
	width: 920px;
	height: 56px;
	margin: 0;
	float: left;
}

#gallery_list li
{
	display: inline;
	margin: 0;
	width: 62px;
}

#gallery_list li a
{
	float: left;
	display: block;
	margin-right: 5px;
}

#gallery_list li a img
{
	width: 50px;
	height: 50px;
	border: solid #e8e8e8 3px;
}

#gallery_list li a:hover img, #gallery_list li a.ativo img
{
	border-color: #8b0221;
}

#gallery_show
{
	padding: 10px 0;
	text-align: center;
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: solid #ccc 1px;
	height: 550px;
	background: url(http://bsg-creativecolor.com/img/load.gif) no-repeat center center;
}

#gallery_show_video
{
	height: 400px;
	background: url(http://bsg-creativecolor.com/img/load.gif) no-repeat center center;
}

#gallery_show h2, #gallery_show_video h2
{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	margin-bottom: 5px;
}

#gallery_show_video h2
{
	text-align: left
}

#gallery_show h2 span
{
	font-weight: normal;
}

#gallery_show p
{
	font-size: 12px;
	color: #555;
	margin-top: 5px;
}

#gallery_show a
{
	text-indent: -9999em;
	overflow: hidden;
}

#gallery_show a.ant
{
	position: absolute;
	background:transparent url(/_img/bt_anterior.png) no-repeat center -150px; 
	cursor:default; 
	top:166px; 
	left: 0;
	width:490px; 
	height: 500px;
	display:block;

}

#gallery_show a.ant:hover
{
	background-position:center left;
	cursor:pointer;
	filter:alpha(opacity=60);
	opacity:0.6;
	-moz-opacity: 0.6;
}

#gallery_show a.pro
{
	position: absolute;
	background:url(/_img/bt_proxima.png) no-repeat center -150px; 
	cursor:default; 
	top:166px; 
	right: 0;
	width: 490px; 
	height: 500px;
	display:block;
}

#gallery_show a.pro:hover
{
	background-position:center right;
	cursor:pointer; 
	filter:alpha(opacity=60); 
	opacity:0.6; 
	-moz-opacity: 0.6;
}

#gallery_others
{
	height: 182px;
	overflow: hidden;
}

#gallery_others .controls
{
	padding: 0 10px;
	margin-top: 50px;
}

#gallery_others a.control1
{
	margin-right: 15px;
	float: left;
}

#gallery_others a.control2
{
	margin-left: 15px;
	float: right;
}

#gallery_others li
{
	width: 180px;
	height: 180px;
}

#gallery_videos
{
	width: 165px;
	float: right;
	overflow: hidden;
}

#content #gallery_videos ul.gallery_photos li
{
	display: block;
}

#content #gallery_videos ul.gallery_photos li a
{
	float: none;
	margin-right: 0;
}

#gallery_show_video
{
	float: left;
	width: 480px;
	background: #e8e8e8;
	border: solid #ccc 1px;
	padding: 10px;
}

#gallery_show_video h2
{
	padding-left: 3px;
	font-size: 18px;
}


/**
 * apresentacoes
 */
#text_internal div.apresentacao {
	height: 120px;
	width: 375px;
	margin-right: 20px;
	float: left;
}

#text_internal div.apresentacao h2 {
	margin: 0;
	color: #682524;
	font-size: 22px;
	border-bottom: solid #ccc 1px;
}

#text_internal div.apresentacao h2 a {
	text-decoration: none;
	color: #682524;
}

#text_internal div.apresentacao p {
	margin: 0;
	line-height: 18px;
	color: #555;
	font-size: 12px;
}
