/*
**

THUMBS

**
*/

#visuals div.thumbs
{
	position: absolute;
	top: 60px;
}

#visuals div.thumbs img
{
	cursor: pointer;
	display: block;
	float: left;
	width: 140px;
	height: 210px;
	background: #111;
}

/*
**

SHADERS

**
*/

#visuals div.shader-left
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 140px;
	height: 210px;
	background: url(visuals/elements/shader-left.png);
	cursor: pointer;
}

#visuals div.shader-right
{
	position: absolute;
	left: 100%;
	margin-left: -140px;
	top: 0px;
	width: 140px;
	height: 210px;
	background: url(visuals/elements/shader-right.png);
	cursor: pointer;
}

/*
**

COMMENT

**
*/

/*#visuals*/ div.comment
{
	position: absolute;
	left: 0px;
	top: 190px;
	width: 660px;
	padding: 30px 20px;
	color: #333333;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 16px;
	text-align: center;
}

/*#visuals*/ div.comment h1
{
	color: white;
	font-size: 20px;
	font-weight: bold;
	margin-top: 0px;
	letter-spacing: -1px;
}

/*#visuals*/ div.comment small
{
	color: gray;
	font-family: "Consolas", "Courier New", Courier, monospace;
	font-size: 14px;
}

/*#visuals*/ div.comment big
{
	font-size: 1em;
	color: silver;
}


/*
**

SLIDESHOW

**
*/

#slideshow-bottom,
#slideshow-top
{
	position: absolute;
	left: 50%;
	width: 230px;
	height: 57px;
	background: url(slideshow.gif) no-repeat;
}

#slideshow-bottom
{
	top: 100%;
	margin-top: 3px;
	margin-left: -115px;
	background-position: 0px -57px;
}

#slideshow-top
{
	top: 0;
	margin-top: -60px;
	margin-left: -115px;
}
