* { margin:0; padding:0; outline:none; }

.hide { display:none; }
body,html{background: #FFFFFF;}
#container{
width: 996px;
margin: auto;
background: #FFFFFF;
position: relative;
}
#header{
background: url(../../../images/album001_01.jpg) no-repeat;
height: 63px;
width: 996px;
}
#container {
background:#EFEFEF;
height:576px;
}

h1 {
	background:#222;
	height:29px;
	padding-left:7px;
	border-bottom:1px solid #333;
	font-size:18px;
	line-height:29px;
	font-weight:normal;
}

#picture_section {
float: left;
height:456px;
overflow:hidden;
width:590px;
}
	#inside {
height:456px;
overflow:hidden;
width:590px;
	}
    #inside .image_cont{
    overflow: hidden;
    width:100px;
    height: 100px;
    margin: 6px;
    position: relative;
    float:left;
    border: 1px solid #B2B2B2;
    vertical-align: middle;
    }
	#picture_section img {
		border:0;
        position: absolute;
		background:#333;
		margin-bottom:7px;
		margin-right:7px;
		cursor:pointer;
        top:0;
        left: -10px;
	}

#controls_vert {
float: left; 
height:30px;
}
#controls_horz {
float: left; 

}
	#up {
		width:30px;
        height:30px;
        margin:0 2px;
		background:url(up.gif) no-repeat bottom;
		text-indent:-9999px;
		float:left;
		cursor:pointer;
	}
    #up:hover{
    background:url(up.gif) no-repeat top;
    }
	
	#down { 
		width:30px;
        height:30px;
        margin:0 2px;
		background:url(down.gif) no-repeat bottom;
		text-indent:-9999px;
		float:left;
		cursor:pointer;
	}
    #down:hover{
    background:url(down.gif) no-repeat top;
    }
	#left {
background:transparent url(left.gif) no-repeat  bottom;
cursor:pointer;
float:left;
height:30px;
margin:0 2px;
text-indent:-9999px;
width:28px;
	}
    #left:hover{
    background:url(left.gif) no-repeat top;
    }
	#right { 
        float: left;
		height:30px;
		width:28px;
		background:url(right.gif) no-repeat bottom;
		text-indent:-9999px;
		float:left;
		cursor:pointer;
	}
    #right:hover{
    background:url(right.gif) no-repeat top;
    }
	
	div#up.deactivated { opacity:0.2; filter:alpha(opacity=20); cursor:default; }
	div#down.deactivated { opacity:0.2; filter:alpha(opacity=20); cursor:default; }
	div#right.deactivated { opacity:0.2; filter:alpha(opacity=20); cursor:default; }
	div#left.deactivated { opacity:0.2; filter:alpha(opacity=20); cursor:default; }
#big_picture{
cursor: pointer;
margin: 10px;

}
#display_picture_container {
background:#FFF;
opacity:0.5; filter:alpha(opacity=50); 
position:absolute;
height:513px;
width:584px;
top:63px;
left:0;
}

#display_picture {
background:#000;
opacity:0.8; filter:alpha(opacity=80); 
text-align:center;
width:590px;
}
	
#display_picture_img {

}

#col-2{
float:left;
height:513px;
width:405px;
position: relative;
background: #FFFFFF;
}
#col-2 #controls{
float: left;
}
#col-2 #controls span{
background:#CCCCCC none repeat scroll 0 0;
color:#4C4C4C;
cursor:pointer;
float:left;
font-size:10px;
height:20px;
margin:0 1px 3px 2px;
padding:8px 5px 2px;
text-align:center;
width:13px;
}
#col-2 #controls span:hover{
color:#FFFFFF;
background: #1F6D91;
}
#col-2 #controls #thumbnails{
background:transparent url(miniaturas-bot.gif) no-repeat scroll left bottom;
cursor:pointer;
display:block;
float:left;
height:30px;
width:105px;
margin: 0 1px 0 2px;
}
#col-2 #controls #thumbnails:hover{
background:transparent url(miniaturas-bot.gif) no-repeat scroll left top;
}
#col-2 #titulo{
background:#FFFFFF none repeat scroll 0 0;
border-bottom:1px dashed #9D9D9D;
float:left;
font-size:18px;
height:auto;
line-height:18px;
margin:7px 0 0 7px;
width:370px;
}
#col-2 h2{
font-size: 14px;
font-weight: bold;
}
#col-2 #texto{
float:left;
font-size:12px;
margin:0 7px;
width:370px;

}
#col-2 #otras_gals{
border-top:1px dashed #C1C1C1;
bottom:0;
font-size:12px;
margin:7px 0 0 7px;
position:absolute;
left: 0px;
width:370px;

}
#col-2 #otras_gals p a{
font-size: 12px;
color: #333333;
font-weight: bold;
}
input{
font-size:12px;
width:33px;
}
#col-2 #otras_gals,#col-2 #texto,#col-2 #titulo{
padding: 10px 0 10px 20px;
}
#col-2 #controls span.active{
background: #666666;
color: #FFFFFF;
}
