/* gallery-view */
.gallery-view
	{
		//height: 1px;
	}
	.gallery-view:after
		{
			display: block;
			content: '';
			clear: both;
		}
	.gallery-view h1
		{
			margin: 0 0 10px;
			font-size: 1em;
		}
	.gallery-view .artpic
		{
			display: block;
			float: left;
			padding: 14px 0;
		}
	.gallery-view .artpic-left
		{
			padding-left: 110px;
			padding-right: 30px;
			background: url(artpic-left.gif) no-repeat;
		}
	.gallery-view .artpic-right
		{
			padding-right: 110px;
			padding-left: 30px;
			background: url(artpic-right.gif) no-repeat right;
		}
