	#contents .slideshow{ /*CSS for DIV containing each image*/
	float: right;
	width: 320px;
	height:200px;
	margin:10px;
	}
	
	#contents .slideshow img{ /*Change "auto" below to a number (ie: 200px) to hard code dimensions of album images*/
	width: 240px;
	height: 180px;
	}
	
	#navlinks{ /*CSS for DIV containing the navigational links*/
	/*border-top: 2px solid navy;*/
	border-bottom: 2px solid navy;
/*	border-left: 4px solid navy;
	border-right: 4px solid navy;
	margin-top:4em;*/
	/*width: 75%;*/
	margin-top: 2em;
	margin-right:20px;
	float: right;
	font-size: 1.2em;
		}

	#navlinks a {border-bottom: none;}
	
	/* CSS for each navigational link*/
	#navlinks a{
	margin-top:10px;
	margin-right: 8px;
	margin-bottom: 4px;
	font-size: 110%;
	text-decoration: none;
	text-align: center;
	}
	
	#navlinks .shiji {display:block; background-color:black; color:white; font-size:1.2em; line-height:1.3em; margin-bottom:15px;  text-align:center; }
	/*CSS for currently selected navigational link*/
	#navlinks a.current{
	background-color: yellow;
	}
	
	
	#contents .definicion {
	font-size: .8em;
	/*color:#B33106;
	text-align:justify;*/
	}

