

.gfKillFloat { line-height: 0; }




/*
** Main wrapper for attached gallery
*/
#gfAttachedWrapper {
	border-top: 2px solid #eee9e3;
}
#gfAttachedWrapper img {
	border: none;
}




/*
** Override style for lists
*/
#contentCol ul#gfDayNavigation, #contentCol ul#gfDayNavigation li,
#contentCol ul#gfAttachedPicNavigation, #contentCol ul#gfAttachedPicNavigation li {
	margin: 0;
	padding: 0;
	list-style: none;
}


/* Previous and next day wrapper */
#contentCol ul#gfDayNavigation {
	margin: 8px 0 15px 0;
	padding-top: 15px;
	width: 100%;
}


/* Previous and next day navigation */
#contentCol ul#gfDayNavigation li.prev, #contentCol ul#gfDayNavigation li.next {
	font: .8em Verdana, Arial, Helvetica, sans-serif;
	width: 150px;
	margin-top: 2px;
}
#contentCol ul#gfDayNavigation li.prev {
	float: left;
}
#contentCol ul#gfDayNavigation li.prev a {
	background: url(arrow-left.gif) no-repeat scroll 0 2px;
	padding-left: 15px;
}
#contentCol ul#gfDayNavigation li.next {
	float: right;
	text-align: right;
}
#contentCol ul#gfDayNavigation li.next a {
	background: url(arrow-right.gif) no-repeat scroll 100% 2px;
	padding-right: 15px;
}


/* Picture count */
#contentCol ul#gfDayNavigation li.picCount {
	text-align: center;
	color: #666666;
}



/*
** Picture navigation
*/
#contentCol ul#gfAttachedPicNavigation {

}


/* Previous and next picture navigation */
#contentCol ul#gfAttachedPicNavigation li.prev, #contentCol ul#gfAttachedPicNavigation li.next {
	font: bold 0.8em Verdana, Arial, Helvetica, sans-serif;
	width: 65px;
	height: 60px;
}
#contentCol ul#gfAttachedPicNavigation li.prev {
	float: left;
}
#contentCol ul#gfAttachedPicNavigation li.next {
	float: right;
	text-align: right;
}
#contentCol ul#gfAttachedPicNavigation li.prev img, #contentCol ul#gfAttachedPicNavigation li.next img {
	border: none;
	margin-top: 10px;
}


/* Picture title and description */
#contentCol ul#gfAttachedPicNavigation li.titleBlock {
	text-align: center;
}
#contentCol ul#gfAttachedPicNavigation li.titleBlock strong {
	display: block;
	text-align: center;
	font: 1.8em "Times New Roman", Times, serif;
	padding-top: 8px;
}


/* The pic */
#gfAttachedPic {
	/*border: 1px solid #3584cf;*/
	/*margin-top: 11px;*/
	height: 350px;
	overflow: hidden;
}
#gfLoading {
	text-align: center;
	font: 0.75em Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: .1em;
	color: #666666;
	/*padding: 2px;*/
}
#gfLoading img {
	margin: 0;
	vertical-align: bottom;
}




/*
** WIDGET
*/
#gallery-flash span {
	display: block;
	height: 65px;
	overflow: hidden;
	cursor: pointer;
}
#gallery-flash img {
	float: left;
	margin-right: 3px;
	border: none;
}
#gallery-flash strong {
	font-weight: normal;
	line-height: 16px;
}




/*
** Gallery Page
*/
#galleryPage {
	border-top: 2px solid #000000;
	margin-top: 15px;
	padding: 15px 0;
	text-align: center;
}
#theImage {
	border: 1px solid #000000;
}
#content p.theTitle { font-size: 1.6em; font-weight: bold; padding: 20px 0 0 0; }

#galleryPageThumbs a img { border: 2px solid #FFFFFF; }
#galleryPageThumbs a:hover img, #galleryPageThumbs a.selected img { border: 2px solid #0066cc; }


