div#proyectos{
	z-index:1 !important;
}
div#slider1{
	position:absolute;
	width:800px;
	height:500px;
	margin-left:75px;
	margin-top:75px;
}
div#slider{
	position:relative;
	width:600px;
	height:525px;
	overflow:hidden;
	margin-left:130px;
	margin-top:0px;
}
div.relativo{
	position:relative;
}
#galeria{display: block; margin: 0; padding: 0; position: relative; width: 100%;height: 100%; list-style: none; border-radius: 10px; box-shadow: 0 0 0; overflow: hidden;}
#galeria li{position: absolute; top: 0; left: 0; width: 100%;}
#galeria li img{width: 100%;border-radius: 10px;}
#galeria .selected{z-index: 1; opacity: 1; -moz-transition: all 2s ease 0s;-ms-transition: all 2s ease 0s;-o-transition: all 2s ease 0s;-webkit-transition: all 2s ease 0s;transition: all 2s ease 0s;}
#galeria .noselected{z-index: 0; opacity: 0; -moz-transition: all 2s ease 0s;-ms-transition: all 2s ease 0s;-o-transition: all 2s ease 0s;-webkit-transition: all 2s ease 0s;transition: all 2s ease 0s;}