@charset "utf-8";
a img { border: 0; }
body {
	font-family: Verdana, Geneva, sans-serif, Arial;
	background-color: #191919;
	margin: 0px;
	padding: 0px;
}
#widebar {
	height: 701px;
	width: 100%;
	margin-top: 6%;
	background-color: #333;
}
#container {
	position: relative;
	height: auto;
	width: 1550px;
	margin-right: auto;
	margin-left: auto;
}
#slideholder {
	position: absolute;
	width: auto;
	height: 700px;
	left: 354px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #fff;
	z-index: 5;
	
}
#slidebackground{
	position: absolute;
	width: 826px;
	height: 700px;
	left: 354px;
	background-color: #4c4c4c;
	background-image: url(images/slide-backdrop.png);
	background-position: center bottom;
	z-index: 4;
}
#logoportfolio {
	position: absolute;
	left: 132px;
	top: 525px;
	background-image: url(images/logo-portfolio.png);
	background-repeat: no-repeat;
	height: auto;
	width: auto;
	z-index: 4;
}
#greyline {
	position: relative;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #4c4c4c;
	top: 566px;
}
#lineblocker {
	position: absolute;
	width: 1153px;
	height: 10px;
	left: 90px;
	top: 560px;
	background-color: #333;
	z-index: 2;
}

#sectionheading, #slideheading, #slidecaption, .slideextratext {
	width: 350px;
	position: absolute;
	left: 888px;
	top: 94px;
	font-size: 42px;
	font-weight: bold;
	color: #666666;
}
#slideheading {
	top: 536px;
	font-size: 14px;
	font-weight: bold;
	color: #7f7f7f;
}
.bigcenter {
	position: absolute;
	top: 240px;
	left: 0px;
	width: 100%;
	height: 100px;
	color: #fff;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif, Arial;
	font-size: 80px;
	font-weight: bold;
}
#slidecaption, .slideextratext {
	top: 577px;
	font-size: 12px;
	font-weight: normal;
	color: #7f7f7f;
	line-height: 150%;
}
.slideextratext {
	top: 295px;
}
#slidecontrols {
	position: absolute;
	z-index: 20;
/*	left: 1030px;
	top: 665px;*/
	left: 990px;
	top: 652px;
	padding-top: 12px;
	padding-left: 17px;
	height: 36px;;
	width: 180px;
}
#slideprev a {
	background-image: url(images/slide-prev.png);
	display: block;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
}
#slideprev a:hover {background-position: 0px -28px;}
#slidepause a {
	background-image: url(images/slide-pause.png);
	display: block;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	margin-left: 5px;
}
#slidepause a:hover {background-position: 0px -28px;}
#slidenext a {
	background-image: url(images/slide-next.png);
	display: block;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	margin-left: 5px;
}
#slidenext a:hover {background-position: 0px -28px;}
#slideplay a {
	background-image: url(images/slide-play.png);
	display: block;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	margin-left: 20px;
}
#slideplay a:hover {background-position: 0px -28px;}
#slidestop a {
	background-image: url(images/slide-stop.png);
	display: block;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	margin-left: 5px;
	margin-right: 17px;
}
#slidestop a:hover {background-position: 0px -28px;}