/* CSS Document */

body {
	background-color:#FFFFFF;
}

p {
padding: 0px;
margin: 0px;
margin-bottom: 10px;
}

DIV#wrap {
float: left;
width: 600px;
margin-top: 0px;
margin-bottom: 0px;
margin-right: auto;
margin-left: auto;
position: relative;

}
DIV#sidebar {
	width: 100px;
	top: 0px;
	left: 0px;
	float: left;
	margin-bottom: 10px;
}
DIV#viewer {
background-position:center;
background-repeat:no-repeat;
overflow: hidden;
width: 600px;
height: 450px;
border: solid 1px #CCCCCC;
text-align: center;
float: left;
}

DIV#picker {
margin-top: 10px;
margin-bottom: 10px;
height: 105px;
width: 600px;
overflow: auto;
float: left;
}
DIV#picker_thumbs {
height: 82px;
width: 600px;
}

DIV#menu {
border-right: dashed 1px #CCCCCC;
padding-right: 10px;
text-align: left;
}
DIV#title {
overflow: hidden;
font-weight: bold;
margin-top: 5px;
}
DIV#titletext {
	margin-left: 150px;
}
DIV#description {
	float: left; 
}

IMG.thumbnail {
float: left;
margin-right: 10px;
cursor: pointer;
border: solid 1px #CCCCCC;
}


