		* {
			font-family:		verdana;
			font-size:			12px;
			margin:				0;
		}
		body {

		}
		#wrap {
			width:				640px;
			margin:				0 auto;
		}
		#placeholder {
			border:				2px solid #ffffff;
		}
		/* thumbs */
		#thumbWrap {
			position:			relative;
			height:				110px;
			width:				640px;
			overflow:			hidden;
			border:				2px solid #017477;
		}
		#thumbBox {
			position:			absolute;
			top:				0px;
			left:				25px;
			width:				100%;
			padding-left:		9px;
		}
		#thumbBox table {
			border-collapse:	collapse;
		}
		#thumbBox td {
			padding:2px;;
		}
		#thumbBox a, #thumbBox a:visited {
			display: 			block;
			width:				100px;
			height:				100px;
			border:				3px solid #ffffff;
		}
		#thumbBox a:hover {
			border:				3px solid #017477;
		}
		
		/* scroll buttons */
		#scrollL, #scrollR {
			line-height:		25px;
			height:				100%;
			width:				25px;
			color:				#ffffff;
			background:			#017477;
			text-align:			center;
			position:			absolute;
		}
		#scrollL {
			top:				0;
			left:				0;
		}
		#scrollR {
			top:				0;
			right:				0;
		}
		#scrollL a, #scrollL a:hover, #scrollL a:visited,
		#scrollR a, #scrollR a:hover, #scrollR a:visited {
			color:				#ffffff;
			display:			block;
			height:				100%;
			line-height:		110px;
			text-decoration:	none;
			font-weight:		bold;
			font-size:			18px;
		}
		
		/* main image */
		#mainImg {
			position:			relative;
			width:				640px;
			height:				510px;
		}
		#mainImg table {
			border-collapse:	collapse;
		}
		
		#prevPic, #nextPic {
			color:				#ffffff;
			position:			absolute;
		}
		#prevPic {
			top:				240px;
			left:				5px;
		}
		#nextPic {
			top:				240px;
			right:				5px;
		}
