@charset "UTF-8";
/* CSS Document */
.prev{
	/*padding-bottom:6px;*/
	vertical-align: top;
	font-size:10px;
	color:#999;
	}
.next{
	/*padding-bottom:6px;*/
	vertical-align: top;
	font-size:10px;
	color:#999;
}
#next {
    display: block;
   /* background: transparent url("/wp-content/plugins/galeria-dot-partners/images/arrows.png") no-repeat scroll 100% 50%;*/
    width: 14px;
    height: 9px;
    /*text-indent: -9999em;*/
    float: left;
	margin-top: -1px;
	text-align: right;

}
#next:focus, #prev:focus {
    color: #A0A0A0;
}
#prev {
    display: block;
    /*background: transparent url("/wp-content/plugins/galeria-dot-partners/images/arrows.png") no-repeat scroll 10% 50%;*/
    width: 14px;
    height: 9px;
   /* text-indent: -9999em;*/
    float: left;
	margin-top: -1px;

}
.separador {
    vertical-align: top;
	font-size: 10px;
	color: #999;
	float: left;
	margin: 0px 5px;

}
#buttons {
	vertical-align:baseline;
    padding-top: 10px;
}
#buttons #info, #buttons #thumbs{
    margin-right: 12px;
	float: left;
}
.gallery_link{
	text-transform:uppercase;
	font-size: 10px;
	color: #A0A0A0;
	font-family: San Francisco, Helvetica, Arial, "Lucida Grande", sans-serif;
	text-decoration: none;
}	
.gallery_link:hover{
	text-decoration: none;
	color:#000;
}	
.gallery_link:active, .gallery_link:focus{
	text-decoration: none !important;
	color:#F60;
}