/**************************************************
*
*	INICIO MENU ALBUM
*
**************************************************/

.galeria_fotos li {
	display: block;
	float: left;	
	padding: 0 4px;
	
}
.galeria_fotos a {
	display: block;
	text-decoration: none;
}

.galeria_fotos span {
	display: block;
	margin-top: 3px;
	font: 12px verdana, Arial, sans-serif italic;
	text-align: center;	
	color: #797979;
	width: 140px;
}
.galeria_fotos img {
	border: 3px #797979 solid;	
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	
	
}
.galeria_fotos a:hover img {
	filter:alpha(opacity=50);	
	opacity: 0.5;
}


/**************************************************
*
*	CONTAINER STYLES
*
**************************************************/

#horiz_container
{
	width:900px;
	overflow: hidden;
	position:relative;
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 100px;
    overflow:auto;
    height:200px;
}
/**************************************************
*
*	SCROLLING STYLES
*
**************************************************/

#scrollbar 
{ 
    position:relative; 
    width:815px;
    display:block;
    font-size:1px;
    top:0px;
    margin:0px auto;
	
}
  
#galeria_fotos_left_scroll
{ 
	position:absolute; 
	top:-150px;
	left:-15px;
}  

#galeria_fotos_right_scroll 
{ 
	position:absolute; 
	right:-15px; 
	top:-150px;

}

/* Prevent selection problem */
#scrollbar, #track, #dragBar, #left, #right {
    -moz-user-select: none;
    -khtml-user-select: none;
}
