/* CSS Document */

DIV#wrap {
margin-right: auto;
margin-left: auto;
position: relative;
}
DIV#viewer {
background-position:center;
background-repeat:no-repeat;
overflow: hidden;
width: 400px;
height: 250px;
border: solid 1px #CCCCCC;
text-align: center;
}

DIV#picker {
margin-top: 10px;
margin-bottom: 10px;
height: 90px;
width: 100%;
overflow: auto;
}
DIV#picker_thumbs {
height: 82px;
width: 100%;
}


DIV#title {
font-size: 25px;
height: 68px;
margin-bottom: 10px;
overflow: hidden;
}
DIV#titletext {
	margin-top: 20px;
}

IMG.thumbnail {
float: left;
margin-right: 10px;
cursor: pointer;
border: solid 1px #CCCCCC;
height: 80px;
width: 80px;
}

DIV#notice {
	font-size: 10px;
	color: #999999;
	text-align: center;
}