div#header {
	background-image: url(../images/header_gallery.jpg);
}

div#intro {
	padding-right: 30px;
}

div.galleryitem {
	display: block;
	float: left;
	width: 150px;
	height: 150px;
	padding: 10px 10px 30px 13px;
	position: relative;
	background: #fff url(../images/bg_photo.gif) no-repeat;
	margin: 10px 23px 20px -4px;
}

div.galleryitem img {
	width: 150px;
	height: 150px;
}

div.tvcitem {
	height: 150px;
	padding: 10px 10px 20px 13px;
	_padding-bottom: 6px;
	position: relative;
	background: #fff url(../images/bg_photo.gif) no-repeat;
	margin: 10px 23px 0 -4px;
}

div.tvcitem img {
	width: 150px;
	height: 150px;
	display: block;
	float: left;
}

div.tvcitem div {
	float: left;
	padding-left: 25px;
}

p.caption {
	margin-left: 0;
	margin-top: 20px;
	font-size: 12px;
}

p.enlarge {
	font-size: 14px;
	color: #999;
}

a.gallery_back {
	display: block;
	float: right;
	width: 90px;
	padding-left: 8px;
	font-size: 12px;
	background: transparent url(../images/bg_back.gif) no-repeat;
}