div#gallery {
	background: #103c56 url(/images/gallery_bg_repeat.gif) repeat-y;
	width: 884px;
	color: #fff;
}

div#gallery h1 {
	text-indent: -2000px;
	overflow: hidden;
	float: left;
	width: 103px;
	height: 106px;
	background: url(/images/gallery_camera.gif) no-repeat;
	margin: 10px 0 0 25px;
	display: inline; /* IE HACK */
}
div#gallery div.intro {
	float: left;
	margin: 20px 0 10px 10px;
	width: 600px;
}
div#gallery div.gallery-row {
	clear: left;
	padding: 10px 0 10px 0;
	margin: 0 70px 0 80px;
	position: relative;
	height: 170px;
}
div#gallery div.gallery-row  div.gallery-scroll {
	overflow: auto;
	height: 100%;
	width: 100%;
}
div.gallery-scroll {
	margin: 40px 0 0 20px;
}
div#gallery div.gallery-row h2 {
	background: #fff;
	display: inline;
	margin: 0;
	padding: 4px 15px;
	color: #BA0000;
	font-size: 1em;
	font-weight: normal;
	text-transform: uppercase;
	position: absolute;
	top: 19px;
	left: 24px;
}
div#gallery div.gallery-row div.rider,
div#gallery div.gallery-row div.album {
	background: url(/images/gallery_rider.gif) no-repeat;
	width: 64px;
	height: 30px;
	text-indent: -2000px;
	position: absolute;
	top: 18px;
	left: -39px;	
}
div#gallery div.gallery-row div.album {
	background: url(/images/gallery_album.gif)
}
div#gallery div.gallery-row a.profile {
	position: absolute;
	top: 11px;
	left: 240px;
	background: url(/images/gallery_but_profile.gif) no-repeat;
	width: 101px;
	height: 34px;
	text-indent: -2000px;
	outline: none;
}
div#gallery div.gallery-row div.profile-popup {
	position: absolute;
	top: 13px;
	left: 300px;
	padding: 4px 8px;
	background: #41718E;
	display: none;
}
div#gallery div.gallery-row ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
div#gallery div.gallery-row ul li {
	float: left;
	width: 140px;
	margin: 0;
	padding: 0;
}

div.image-holder {
	background: url(/images/gallery_polaroid.gif) no-repeat;
	width: 103px;
	height: 110px;
}
div.image-holder img {
	margin: 23px 0 0 11px;
}
a.image-caption {
	padding: 3px 5px;
	margin: 0 0 0 4px;
	text-transform: uppercase;
	display: block;
	color: #fff;
	text-decoration: none;
}
a.image-caption-1 {
	background: #145B85;
	width: 111px;
}
a.image-caption-2 {
	background: #41718e; /*#8AB3E1;*/
	width: 98px;
}

div#gallery div.gallery-row a.disabled {
	visibility: visible;
	background-position: 0 -100px;
}

a.prev-link, a.next-link {
	display: block;
	width: 47px;
	height: 50px;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -2000px;
	overflow: hidden;
	position: absolute;
	z-index: 3;
	top: 110px;
}
a.prev-link:hover, a.next-link:hover {
	background-position: 0 -50px;
}
a.prev-link {
	background-image: url(/images/gallery_scroll_prev.gif);
	left: -40px;
}
a.next-link {
	background-image: url(/images/gallery_scroll_next.gif);
	left: 730px;
}