body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0F8195;
	padding: 0px;
	margin: 0;
	background-image: url(bg1.gif);
}
a {
	color: #0F8195;
	text-decoration: none;
}

#header {
	margin-top: 15px;
	text-align: center;
}
.albumTitle {
	font-size: 25px;
	filter: Glow(Color=#ffffff, Strength=5);
	font-weight: bold;
	color: #0F8195;
}

#topLine {
	height: 22px;
	background-image: url(topLineBack.gif);
	background-position: right;
	text-align: right;
	padding-right: 20px;
	padding-top: 3px;
}
#topLine a {
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}
#topLine a:hover{
	color: #99CC00;

}
#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: #59C5DB;

}
.rightButtonFocus {
	width: 100px;
	height: 85px;
	display: block;
	padding: 10px;
	background-color: #59C5DB;
}
#imageInfo {
	background-color: #FFFFFF;
	padding: 5px;
	margin: 5px;
	text-align: left;
}

#thumsList {
	border: 1px solid #0D91A8;
	background-color: #FFFFFF;
	width: 120px;
}



table {
	color: #0F8195;
	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{
	word-wrap:break-word;
	word-break:break-all;
	text-align: center;
	width: 108px;
	float: left;
	height: 100px;
	overflow: hidden;
	background-image: url(back.gif);
	padding: 5px;
}

#footer {
	text-align: center;
	height: 28px;
	padding-right: 20px;
}
#footer a{
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 25px;
	color: #999999;
}
#footer a:hover{
	color: #333333;
}
#contentBox {
	padding-top: 10px;
	min-height:500px;
	width: 630px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	height: 570px;
	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: #5B7900;
}
#logoBox {
	float: left;
}
