/* CSS Document */

a{	
position:relative;
z-index:0;
text-decoration: none;	
}

#slideShow1{
position:relative;
z-index:0;
width: 462px;
height: 307px;
/*padding: 10px;*/
background-color: #fff;
margin: 0px;
border: 0px;
padding: 0px;
}

.pagelinks a{
z-index:5 !important;
font-weight: bold;
color: #000;
position:relative;
bottom:16px;
padding:2px 5px;
}

.slideCaption{
position:relative;
z-index:2;
background-color: #fff;
/*padding: 4px;*/
filter:alpha(opacity=70);
-moz-opacity:.70;
opacity:.70;
text-align: center;
font-weight: bold;
}

.pagelinks a.activeSlide{
position:relative;
bottom:17px;
z-index:3;
color: #9A2827;
background-color: #fff;
/*padding: 4px;*/
filter:alpha(opacity=70);
-moz-opacity:.70;
opacity:.70;
text-align: center;
}

/* this is for IE so the prev/next links can be hovered*/

/*.nextSlide,.prevSlide

{

	background-image: url(../img/galeria/loading.gif);

}*/
.nextSlide:hover{
position:relative;
z-index:2 ;
background-image: url(../img/galeria/next.gif);
background-repeat: no-repeat;
background-position: right ;
filter:alpha(opacity=60);
-moz-opacity:.60;
opacity:.60;
}

.prevSlide:hover{
position:relative;
z-index:2 ;
background-image: url(../img/galeria/prev.gif);
background-repeat: no-repeat;
background-position: left;
filter:alpha(opacity=60);
-moz-opacity:.60;
opacity:.60;
}

.inputsTooltip{
border: 1px solid #ccc;
background-color: #eee;
padding: 4px;
color: #333;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
filter:alpha(opacity=70);
-moz-opacity:.70;
opacity:.70;
}

#tooltipURL{
display: none;
}
