.gallery
{
	margin-left: 5px;
	width: 320px;
	height: 115px;
	position: relative;
	top: 280px;
	overflow: hidden;
}
.image_container{position: absolute; z-index: 1; height: 75px; left: 0px;}
.image_container img
	{
		display: block;
		position: relative; 
		float: left;
		margin-right: 10px;
		height: 75px;
	}			
	
/* Not Necessary for tut*/
a.next{position: absolute; z-index: 2; left: 259px; top: 80px; overflow: hidden; background: url(images/NextBtn.png) no-repeat; width: 61px; height: 33px; display: block; border: 0px solid #000000;}
a.prev{position: absolute; z-index: 2; left: 0px; top: 80px; overflow: hidden; background: url(images/PrevBtn.png) no-repeat; width: 61px; height: 33px; display: block; border: 0px solid #000000;}
a.next:hover{background: url(images/NextBtnHover.png) no-repeat; }
a.prev:hover{background: url(images/PrevBtnHover.png) no-repeat; }

.LargeImages
{
	margin-left: 5px;
	width: 330px;
	height: 290px;
	position: relative;
	overflow: hidden;
	border: 0px solid #000000;
	top: -145px;
}