#image-container
		{
			position: relative;
			background: #f7f8f3;
			float: left;
			border: 1px solid #e8e9db;
			padding: 15px;
			margin: 20px 0px;
		}
		#image-container div.tr
		{
			position: absolute;
			right: -1px;
			top: -1px;
			width: 10px;
			height: 10px;
			background: url(/hlk/cmshlk.nsf/mediaresources/tr-f.gif/$file/tr-f.gif) top right no-repeat;
		}
		#image-container div.tl
		{
			position: absolute;
			left: -1px;
			top: -1px;
			width: 10px;
			height: 10px;
			background: url(/hlk/cmshlk.nsf/mediaresources/tl-f.gif/$file/tl-f.gif) top left no-repeat;
		}
		#spinner {
			background: url(/hlk/cmshlk.nsf/mediaresources/loading-bg.gif/$file/loading-bg.gif) center center no-repeat;
			height: 100%;
			width: 100%;
		}
		#image-canvas
		{
			background-color: #000;
			background-position: center center;
			background-repeat: no-repeat;
			position: relative;
			width: 700px;
			height: 560px;
			overflow:hidden;			
		}
		#image
		{
			position: absolute;
			width: 700px;
			height: 560px;
			background-position: center center;
			background-repeat: no-repeat;
		}
		#label
		{
			top: 20px;
			right: -200px;
			width: 160px;
		}
		#loader
		{
			display: none;
		}
		div.webcam-label
		{
			position: absolute;
			background-position: left center;
			background-repeat: no-repeat;
			line-height: 26px;
			padding-left: 16px;
			color: #8c8c8c;
			font-family: verdana;
			font-weight: bold;
			font-size: 11px;
		}
		div.webcam-label a
		{
			color: #8c8c8c;
			text-decoration: none;
		}
		div.webcam-label a:hover
		{
			color: orange;
		}
		#btn-next
		{
			position: absolute;
			top: 0px;
			right: 0px;
			width: 33%;
			height: 100%;
		}
		#btn-prev
		{
			position: absolute;
			top: 0px;
			left: 0px;
			width: 33%;
			height: 100%;
		}
		#btn-next div.webcam-label
		{
			right: -96px;
			width: 80px;
			bottom: 50px;
		}
		#btn-prev div.webcam-label
		{
			background-position: center right;
			left: -96px;
			width: 80px;
			bottom: 50px;
		}
#thumbnails {
	float: left;
	border-top: 1px solid #e8e9db;
	width: 100%;
	padding-bottom: 20px;
}
#thumbnails div.thumb {
	float: left;
	margin: 10px;
text-align: center;
font-size: 11px;
}
#thumbnails div.thumb a {
	
}

