
#gallery {
	position: absolute;
	top: 200px;
	left: 450px;
	
	width: 400px;
	height: 300px;
	
	font-family: Arial, Helvetica, Verdana;
	font-size: 12px;
	line-height: 12px;
	color: #999;
}

	#gallery div.galleryNav {
		width: 265px;
		height: 18px;
		padding-left: 6px;
	}
		#gallery div.galleryNav div.back {
			padding: 3px 5px 3px 5px;
			margin: 0px;
			width: 15px;
			float: left;
			text-align: center;
			cursor: pointer;
		}
		#gallery div.galleryNav div.next {
			padding: 3px 5px 3px 5px;
			margin: 0px;
			width: 15px;
			text-align: center;
			float: left;
			cursor: pointer;
		}
			#gallery div.galleryNav div.next.hover,
			#gallery div.galleryNav div.back.hover {
				color: #666;
			}
		
		#gallery div.galleryNav div.numbers {
			float: left;
			text-align: center;
		}
			#gallery div.galleryNav div.numbers ul {
				list-style-type: none;
				padding: 0px;
				margin: 0px;
			}
				#gallery div.galleryNav div.numbers ul li {
					float: left;
					padding: 3px 5px 3px 5px;
					margin: 0px;
					width: 15px;
					overflow: hidden;
					cursor: pointer;
				}
				#gallery div.galleryNav div.numbers ul li.hover {
					color: #666;
				}
				#gallery div.galleryNav div.numbers ul li.active {
					color: #356BB3;
				}
			
	#gallery div.galleryThumb {
		position: absolute;
		top: 35px;
		left: 0px;
		
		width: 265px;
		height: 265px;
		
		text-align: center;
	}
		#gallery div.galleryThumb img {
			border: 0px;
		}
	
	#gallery div.viewFull {
		position: absolute;
		top: 100px;
		left: 265px;
		
		width: 100px;
		height: 20px;
		
		padding-left: 30px;
	}
		#gallery div.viewFull a {
			color: #999;
			text-decoration: none;
		}
		#gallery div.viewFull a:hover {
			color: #356BB3;
		}