/* CSS Document */

body {
	font: 9px Verdana;
}

a img { border: 0; }
a:link, a:visited {color: #000; text-decoration: none; }
a:hover {color: #f00;}

#main { margin: 40px 0 0 20px; width: 1100px; overflow:hidden;}
#menu, #works { float: left; }
#menu {
	width: 340px;
}

#works { margin: 0 0 0 30px; }

.title { margin: 30px 0 10px 0; }
.rest {
	margin: 150px 0 0 0;
}

#footer {
	margin: 30px 0 0 0;
}

/***********/

.thumbs ul { margin: 0; padding: 0; width: 246px; }
.thumbs ul li { margin: 0 1px 0 0; padding: 0; width: 40px; height: 40px; float: left; list-style-type: none;}
.thumbs ul li a {
	display: block;
	width: 40px;
	height: 40px;
}
.thumbs ul li a span { display: none; }
.thumbs ul li a:link, 
.thumbs ul li a:visited { background-position: 0 -40px;}
.thumbs ul li a:hover { background-position: 0 0;}
.thumbs ul li.empty { background: #f3f3f3; }

div.thumbs { height: 55px; }

/***********/

#mycustomscroll img { float: left; } 

#mycustomscroll {
	/* Typical fixed height and fixed width example */
	width: 700px;
	height: 390px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	padding: 0 0 25px 0;
}

.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0; left: 0;
}
.vscrollerbase {
	width: 0;
	background-color: #fff;
}
.vscrollerbar {
	width: 0;
	background-color: #fff;
}
.hscrollerbase {
	height: 10px;
	background-color: #eaeaea;
}
.hscrollerbar {
	height: 10px;
	background-color: #c5c5c5;
}
.scrollerjogbox {
	width: 4px;
	height: 4px;
	top: auto; left: auto;
	bottom: 0px; right: 0px;
	background-color: #FFFFFF;
}