/*  justaView - a JavaScript-based Album Viewer, version 1.0
 *  (c) 2007-2012 Rahul Basu, Amit Basu
 *
 *  justaView is freely distributable under the terms of an MIT-style license.
 *--------------------------------------------------------------------------*/

html, body {
 	width: 100%;
 	height: 100%;
 	overflow:hidden;
 	margin: 0px;
 	padding: 0px;
 	text-align: top;
 	background-color: black;
 	font-family:Trebuchet MS;
}

table {
	margin: 0px;
	padding: 0px;
}

#d_main {
	width: 100%;
}

#d_thumbnails {
 	width: auto;
 	height: 100%;
 	color: #dddddd;
	text-align: center;
	font-size: 12pt;
}

#d_photos {
	width: auto;
	height: 100%;
	padding: none;
}
#photo {
	border: 10px white solid;
}

#imagefilename {
 	font-size: 8pt;
}

.thumbnails {
	border: 3px black solid;
	padding: 2px;
	cursor: pointer; 
	background-position:center center;
	height:68px;
	width:60px;
}

.thumbnails:hover{
	border-color: white;
}
#d_slideshow acronym  {
	text-decoration:none;
	border:none;
}
.previous { float:left; color: #999999; cursor: pointer;} 
.next { float:right; color: #999999; cursor: pointer; }