﻿
/* BEGIN PORTFOLIO SLIDER */
#slider {
    width: 720px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 40px;
}

.scroll {
    height: 460px;
    width: 719px;
    overflow: auto;
    overflow-x: hidden;
    position: relative; top: 12px;
    clear: left;
      BACKGROUND-IMAGE: url(port-large-bg.png); BACKGROUND-REPEAT: no-repeat;
   BACKGROUND-POSITION: 0px 0px;
}

.scrollContainer div.panel{
    padding-left: 19px;
    padding-right: 19px;
    padding-top: 16px;
    padding-bottom: 19px;
    height: 440px;
    width: 200px;
    font-size: 14px;
    font-family: "Century Gothic", Verdana, Arial, sans-serif;
    letter-spacing: .03em;
}

.scrollContainer div.panel a img{opacity: 1; filter:alpha(opacity=100);
}	
.scrollContainer div.panel a:hover img{opacity: .7; filter:alpha(opacity=70);
}	

#heading-portfolio
{
	margin: 0px;
	float: left; font-size: 20px; color: #000000;
}
ul.navigation {
	float: right;
    list-style: none;
    width: 150px;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
}

ul.navigation li {
    display: inline;
    line-height: 30px;
    margin-left: 6px;
    margin-right: 0px;
    font-size: 16px;
    
}

ul.navigation a {
    color: #000000;
    padding-top: 3px; padding-left: 6px; padding-right: 6px; padding-bottom: 4px;
    text-decoration: none;
}

ul.navigation a:hover {
  background-color: red;
}

ul.navigation a.selected {
  background-color: red;
}

ul.navigation a:focus {
    outline: none;
}
.panelimage {
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 3px;
	height: 140px;
	width: 204px;
	border: none;
}

.paneltext-left {
	z-index: 111;
	margin-top: 4px;
	padding: 5px;
	width: 206px; height: 248px;
	background-image: url(porttextcolumn-left.png); 
  background-repeat: no-repeat;
  background-position: 0px 0px;
}
.paneltext-middle {
	z-index: 111;
	margin-top: 4px;
	padding: 5px;
	width: 206px; height: 248px;
	background-image: url(porttextcolumn-middle.png); 
  background-repeat: no-repeat;
  background-position: 0px 0px;
}
.paneltext-right {
	z-index: 111;
	margin-top: 4px;
	padding: 5px;
	width: 206px; height: 248px;
	background-image: url(porttextcolumn-right.png); 
  background-repeat: no-repeat;
  background-position: 0px 0px;
}
.panelblocktext {
	z-index: 111;
	position: absolute;
	top: 196px; left: 27px;
	margin: 0px;
	width: 190px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px; text-align: left;
	letter-spacing: .01em;
	line-height: 20px;
	color: #000000;
	
}
.hide {
    display: none;
}
/* END PORTFOLIO SLIDER  */
