/* CSS Document */
DIV#wrap { position: relative; width: 500px; margin: 0 auto; }
DIV#viewer { background-position:center; background-repeat:no-repeat; overflow: hidden; width: 300px; height: 225px; border: solid 1px #6c7273; text-align: center; position: absolute; top: 8px; left: 100px; }

DIV#picker { position: absolute; top: 230px; left: 100px; margin-top: 12px; margin-bottom: 10px; height: 95px; width: 300px; overflow: auto; }
DIV#picker_thumbs { height: 50px; width: 500px; }
DIV#menu {
border-right: dashed 1px #CCCCCC;
padding-right: 15px;
font-size: 18px;
text-align: right;
}
DIV#title { font-size: 16px; overflow: hidden; margin-top: 5px; margin-bottom: 2px; }
DIV#titletext { color: #6c7273; font-weight: bold; text-align: right; position: absolute; left: 230px; height: 40px; margin-top: 10px; margin-bottom: 10px; padding-left: 10px; border-left: 1px solid #6c7273; }

IMG.thumbnail {
float: left;
margin-right: 9px;
cursor: pointer;
border: solid 1px #6c7273;
}

DIV#notice {
	font-size: 10px;
	color: #999999;
	text-align: center;
}
.header { color: #fff; font-size: 12px; font-weight: bold; text-align: center; vertical-align: middle; }
.bold { color: #000; font-weight: bold; }
DIV#description { font-size: 12px; text-align: left; margin: -50px 530px 30px 10px; }

