/*body {
	font-family: "Trebuchet MS", "Times New Roman", Times, serif;
	font-size: .9em;
	color: #444	;
	padding: 0px;
	margin: 0;
}*/


#header {
	font-size: 100%;
	color: #444; /*color*/
	background: white;	 /*color*/
	margin-bottom: 1em;
	margin-top: 10px;
}
.albumTitle {
	font-size: 130%;
	filter: Glow(Color=#ffffff, Strength=5);
	font-weight: bold;
	color: #444;
	margin-top: 10px;
}

#topLine {
	height: 22px;
	background-position: right;
	text-align: right;
	padding-right: 20px;
	padding-top: 3px;
}
#topLine a {
	font-size: 10px;
	color: #444;
	text-decoration: none;
}
#topLine a:hover{
	color: #FFFFd2;

}
#imageBox {
	float: left;
	width: 630px;
}
#thumsBox {
	float: left;
	width: 140px;
}
.rightButton {
	width: 100px;
	height: 85px;
	display: block;
	padding: 10px;
	background-color: #FFFFFF;
}
.rightButton:hover{
	background-color: #0066CC;

}
.rightButton:Focus {
	width: 100px;
	height: 85px;
	display: block;
	padding: 10px;
	background-color: #C0C0C0;
}
#imageInfo {
	background-color: #f2f2f2;
	padding: 5px;
	margin: 5px;
	text-align: left;
}

#thumsList {
	border: 1px solid #0066cc;
	background-color: #FFFFFF;
	width: 120px;
}



/*table {
	color: #0066CC;
	font-size: 14px;
}*/
.thumbBox{
	width: 120px;
	height: 110px;
	text-align: center;
	float: left;
	word-wrap:break-word;
	word-break:break-all;
	margin-top: 5px;
	margin-right: 2px;
	margin-bottom: 5px;
	margin-left: 0px;

}
.thumbBox a:link , .thumbBox a:visited {
	word-wrap:break-word;
	word-break:break-all;
	text-align: center;
	width: 108px;
	float: left;
	height: 100px;
	overflow: hidden;
	font-size: .8em;
	background-image: url(back.gif);
	padding: 5px;
	text-decoration: none;
}
.thumbBox a img {
	padding-top: 8px;
}


#contentBox {
	padding-top: 10px;
	min-height:200px;
	width: 630px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	/*height: 550px;*/
	height: auto;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-color: #F2F2F2;
	border: 1px solid #C0C0C0;
}
#contentslideBox {
	text-align: center;
	margin-top: 20px;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #C0C0C0;
	background-color: #F2F2F2;
}

.control {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #336699;
}
#logoBox {
	float: left;
}