﻿#center_page {
    text-align: center;
}
.image, .image a, .image a:visited, .image a:link {
    border: 0;
    /*
    opacity: 0.0;
    filter: alpha(opacity=0);
    */
}
.thumbnail, thumbnail a, thumbnail a:visited, thumbnail a:link {
    border: 0;
}
.thumbnail_center, thumbnail_center a, thumbnail_center a:visited, thumbnail_center a:link {
    border: 0;
}

/* ~~~~~ GALLERY INDEX PAGE (see greglawler.com) ~~~~~ */
#thumbnail_box {
    width: 525px;
    margin: 30px auto 0 auto;
}
/* IE hack */
* html #thumbnail_box { width: 560px; }

#thumbnail_box a:link,
#thumbnail_box a:visited,
#thumbnail_box a:active {
    display: block;
    float: left;
    width: 150px;
    height: 150px;
    margin-bottom: 20px;
    margin-right: 20px;
    text-decoration: none;
    text-align: center;
    color: #777;
    font-size: 10px;
}
#thumbnail_box a:hover {
    color: #333;
}
#thumbnail_box img {
    border-width: 0;
    display: block;
}

/* ~~~~~ SLIDESHOW ~~~~~ */
#slideshow {
    /*
    width: 830px;
    */
    margin: 30px auto 0 auto;
}
#slideshow_image {
	float: left;
	width: 530px;
	margin-right: 30px;
	padding-bottom: 30px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
}
#slideshow_image a {
    width: 530px;
    display: block;
}
#slideshow_thumbnails {
    width: 180px;
    float: left;
}
#slideshow_thumbnails a {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
    display: block;
    float: left;
    width: 50px;
    height: 50px;
    margin-right: 5px;
    margin-bottom: 5px;
    filter: alpha(opacity=29);
    opacity: 0.29;
}
.slideshow_title a, .slideshow_title a:visited, .slideshow_title a:hover {
    text-align: left;
    text-decoration: none;
    color: #777;
}
.slideshow_title {
	text-align: left;
	text-decoration: none;
	color: #777;
	clear: left;
}
.show_title {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	padding-bottom: 20px;
}
.show_title a {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
}
.slideshow_nav {
	text-align: left;
	text-decoration: none;
	color: #777;
	clear: left;
	padding-top: 10px;
}
#slideshow_thumbnails .slideshow_nav a {
	padding: 0px;
	margin: 0px;
	display: inline;
	float: none;
	width: auto;
	height: auto;
    filter: alpha(opacity=99);
    opacity: 0.99;
}

/* IE hack */
* html #slideshow_title { margin-top: 160px; }

#slideshow_thumbnails a:hover, #slideshow_thumbnails a:active {
    filter: alpha(opacity=99);
    opacity: 0.99;
}
.thumbnail_center {
    filter: alpha(opacity=99) !important;
    opacity: 0.99 !important;
}
.thumbnails {
   border: 0;
   margin: 4px;
}
.clear {
	clear: both;
}