/* 
   Estilos para galería de fotos
*/

#slideShow2
{
	width: 300px;
        height:400px;
	border: 1px solid #ccc;
	margin: 30px 30px 10px 10px !important;
	background-color: #fff;
	margin: 10px;
        float:left;
}
.pagelinks{
    background: black;
    padding:2px 5px;
    width:290px !important;
    opacity: 0.6;
}

.pagelinks a
{
	font-weight: bold;
	color: #fff;
}
.slideCaption
{
	background-color: black;
        color: #FF8A00;
	padding: 4px;
	text-align: center;
	font-weight: bold;
        height:30px;
        width:100%!important;
        opacity: 0.6;
}
.pagelinks a.activeSlide
{
	color: #f90;
}
/* this is for IE so the prev/next links can be hovered*/
.nextSlide,.prevSlide
{
	background-image: url(images/spacer.gif);
        height:280px !important;
        margin-top:20px !important;
}
.nextSlide:hover
{
	background-image: url(images/next.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.prevSlide:hover
{
	background-image: url(images/prev.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.inputsTooltip
{
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 4px;
	color: #333;
	font-size: 11px;
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
}
#tooltipURL
{
	display: none;
}
