.image, image a, image a:visited, image a:link {
    border: 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;
}

#slideshow {
	width: 720px;
	margin: 0 auto 0 auto;
	padding-top:32px;
}
#slideshow_image {
	width: 720px;
	margin-top: 12px;
	color: #FFFFFF;
}
#slideshow_image a {
    width: 720px;
    display: block;
}
#slideshow_thumbnails {
    width: 720px;
	height: 440px;
	margin-top:20px;
	text-align:center;
	
}
#slideshow_thumbnails a {
    width: 100px;
    height: 100px;
    margin-right: 5px;
    margin-bottom: 5px;
    filter: alpha(opacity=29);
	opacity: 0.29;
	display: block;
	float:left;
}
.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;
}
/* 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=89) !important;
    opacity: 0.89 !important;
}

.thumbnails {
   border: 0;
   margin: 4px;
}

