	#container {
	float:left;
	}
	#myContent{
	width: 202px;
	background:#fff;
	margin: 0;
	overflow-x:auto;
	height: 400px;
	border: #000000 solid medium;
	}
	#myContent img{
	border: none;
	margin: 0;
	padding: 0;
	padding-left: 4px;
	margin-top: 3px;
	margin-bottom: 3px;
	width: 196px;
	max-height: 160px;
	cursor:pointer;
	}
	#myContent a {
	border: none;
	}
	#myContent a:hover {
	border: none;
	}
	#myContent .inject {
	display:none; /* The class "inject" under MyContent is hidden, otherwise it would be displayed along with the thumbnails */
	}
	#large .clear {
	clear:both;
	}
	#large {
	width: 34em;
	height:400px; /* This also needs to be modified in the javascript */
	top: 20px; /* Defines distance from top */
	margin-left: 15px; /* Distance from thumbnail div */
	overflow: hidden; /* Forces no scrollbars */
	position:relative;
	float: left;
	background-color:#fff;
	color:#000000;
	border: medium #000000 solid;
	}
	#large p {
	padding: .4em;
	clear: both;
	}
	#large .thumb {
	display:none;
	}
	#large img {
	display: block;
 	margin-left: auto;
  	margin-right: auto;
	margin-top: 1em;
	padding: 0;
	border: medium #000000 solid;
	}
	.clickleft { /*Defines the style for the text inside "large" */
	position: absolute;
	top: 40%;
	left: 8em;
	color:#999999;
	font-size: 1.2em;
	font-weight: bold;
	padding: 10px;
	}
	#myUpper, #myDowner {
	width: 204px;
	text-align: center;
	}