.clear {clear:both;}

html, body {
    min-height: 100%;
    height: auto !important;
    height: 100%;
	/*background-color:#f5f5f5;*/
}

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #F5F5F5;
    padding: 0;
}

body * {
    line-height:1.22em;
}

h1, h2, h3, h4, h5, h6 {
    color:#fff;
    clear: both;
}

h2 {
    color: #fff;
}

h3 {
	font-size:.9em;
}

h4 {
    color: #333;
    margin-bottom: -10px;
}

p {
    margin: 10px 0;
    clear: both;
}

ul, ol {
    margin-left: 0;
}

ul ul {
    margin-bottom: 20px;
}

#wrap {
	width:950px;
    color: #404040;
}

a {
    color: #8c8c8c;
}

a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: none;}
a:active {text-decoration: none;}

table {
    font-size: inherit;
    border: 1px solid #c8c8c8;
}

th {
    background: #d8d8d8;
    text-align: left;
    padding: 5px;
    white-space: nowrap;
}

td {
    background: #f8f8f8;
    text-align: left;
    padding: 5px;
    vertical-align: top;
}

select, input, textarea {
    font: 99% "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial, sans-serif;
}

pre, code, tt, dt {
    font: 100% monospace;
    margin: 20px 0;
}

pre, blockquote {
    padding: 15px;
    background-color: #f0f0f0;
    margin: 20px 0;
}

td pre {
    font: 85% monospace;
    padding: 5px;
    margin: 5px 0;
}

/* Layout */

#image-viewer {
	width:650px;
	height:500px;
	text-align:center;
	float:left;
	padding: 40px 0 10px 0;
	}

#image-name {
	float:left;
	width:650px;
	height: 50px;
	text-align:center;
}
	
#scrollbar {float:right;}

/* Scrollbar JavaScript: On */

.image_thumb .block {display:none;}

