#content h1 	{ background-image: none; }
#content #left	{ background-image: url('/images/projects/project_341w29/sink_bg.jpg'); }

html>body #navigation ul li.home a { opacity: 1; }

body#about #header span {
	display: block;
	position: absolute;
	margin-left: 189px;
	margin-top: -28px;
	width: 212px;
	height: 40px;
	background-image: url('/images/title_about.png');
	background-repeat: no-repeat;
}

#content #left img {
	-moz-box-shadow: 1px 1px 10px #1F1F1F;
	-webkit-box-shadow: 1px 1px 10px #1F1F1F;
	box-shadow: 1px 1px 10px #1F1F1F;
}

#content blockquote {
	position: absolute;
	margin: 0;
	padding: 0;
	left: 528px;
	top: 113px;
	width: 456px;
	height: 50px;
	background-image: url('/images/about/quote.png');
	background-repeat: no-repeat;
	text-indent: -1000em;
	border: 0px dotted red;
}

#content #right .project h4 {
	margin-left: 15px;
}

#content #right .project ul li {
	clear: left;
	font-size: 11px;
	padding-left: 0px;
	padding-top: 0px;
	min-height: 1px;
	margin-top: 0px;
	margin-bottom: 5px;
}

#content #left {
	position: relative;
	width: 440px;
	height: 572px;
	top: 15px;
	text-align: right;
	border: 0px dotted red;
}

#content #left {
	background-image: url('/images/slideshow/bg_gandhi.jpg');
	background-repeat: no-repeat;
	background-position: center center;
}

#content #left #slider {
	position: absolute;
	left: 83px;
	top: 75px;
	width: 337px;
	height: 416px;
	border: 0px dotted green;
	overflow: hidden;
	-moz-box-shadow: 1px 1px 10px #181818;
	-webkit-box-shadow: 1px 1px 10px #181818;
	box-shadow: 1px 1px 10px #181818;
}

#content #left #slider img {
	position: relative;
	right: 0px;
	bottom: 0px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* scrollbar */

.jspVerticalBar
{
	width: 12px;
}

.jspTrack
{
	background: #444;
}

.jspDrag
{
	background: #777;
}

