/*
-----------------------------------------------
Spry Demos CSS Rules
Version:  12 Apr 2006 (0.2b)
----------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	color: #999;
	background: #000;
	font-family: "Arial";
	font-size: x-small; /*for IE5/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small; /*for compliant browsers */	
	}
html>body { font-size: small; } /* be nice to Opera */

/* Links
----------------------------------------------- */

a img { border-style: none; 
	color: #999;}

/* Paragraph Headings
----------------------------------------------- */
h1, h2, h3, h4, h5, h6 {font-weight: normal; }
p { margin:0.375em 0; }


/* Layout Rules
----------------------------------------------- */

#header {
	width: auto;
	padding: 10px;
	color: #ddd;
}

/* Gallery and Playback Controls
----------------------------------------------- */
#galleryThumbs {
	margin-bottom: 10px;
	padding: 0px 10px 0px 10px;
	background-image: url('../images/bg.gif');
	border-top: solid 1px #404040;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	cursor: pointer;
	float: left;
}

#galleryThumb {
	padding: 10px 0px 10px 0px;
	border-bottom: solid 1px #3a3a3a;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 85%;
}

#galleryTitle {
	padding: 0px 0px 10px 0px;
	border-bottom: solid 1px #3a3a3a;
	text-transform: uppercase;
}

#previews {
	border-top: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	background-image: url('../images/bg.gif');
	width: 100%;
	float: left;	
	clear: left;
}


#thumbnails div {
	float: left;
	margin: 5px;
}

#thumbnail div {
	margin: 50px;
}

#thumbnail img {
	width: 55px;
	height: 55px;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #333;
	border-left: solid 1px #404040;
	cursor: pointer;
}

#central {
	width:100%;
	clear: left;
}

#albumName {
	padding: 10px;
	border-left: solid 1px #333;
}

#info {

	border-left: solid 1px #333;
	font-weight: normal;
	font-size: 85%;
}

#picture {
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 10px;
	padding-top: 25px;
	padding-left: 25px;
	padding-right: 25px;
	background-color:  #aaa;
	color: #ddd;
	width: auto;
	height: auto;
	float: left;
}

#border {
	padding: 6px;
	background-color:  #000;
}


#picture img {	border: 0px solid #000000; }

#mainImage {
	width: 100%;
	height: 100%;
}


.selectedThumbnail {  border: solid 2px #fc0 !important; }
.inFocus {  border: solid 1px #fc0 !important; }

