@charset "UTF-8";
/* CSS Document */


#wrapper {
	width: 598px;
	height: 508px;
	background-color:#FFFFFF;
	border: 1px solid #c4c4c4;
	}


#slider {
 	width: 590px;
	height: 335px;
	padding: 0px;
  margin: 0 auto;
  position: relative;
	background-image: url('../images/slideshow.png');	
	background-repeat:no-repeat;
	z-index:2;
	}

.scroll {
    width: 510px;   
    height: 315px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
	margin: 0px auto;
	padding-top: 10px;
	
	}

.scrollContainer div.panel {
    width: 508px;	
    height: 313px;
    padding: 0px;	
	border: 1px solid #c4c4c4;
	}

/* ***** Navigation on Portfolio Page ****** */

ul.navigation {
    list-style: none;
	text-align: center;
	width:508px; 
	margin:0px auto;	
	padding: 0px;
	margin-top: 10px;	
	}

ul.navigation li {
    display: inline;
	text-decoration: none;
	padding: 1px;
    color: #5a5a5a;
	}

ul.navigation a {
    color: #5a5a5a;
    text-decoration: none;	
	margin:0px;
	padding:0px;
	}

ul.navigation a:hover {
    text-decoration: underline;	
	}

ul.navigation a.selected {
    text-decoration: underline;	
	}

ul.navigation a:focus {
    outline: none;
	}

/* ***** SCROLL BUTTONS ****** */

.scrollButtons {
    position: absolute;
    top: 0px;
    cursor: pointer;
}

.scrollButtons.left {
    left: 0px;	
	}

.scrollButtons.left a {
	background: url('../images/scroll_left.png'); 
	background-repeat: no-repeat;
	display: block;
	width: 35px;
	height: 335px;
	position: top right;
	margin: 0px;	
	
	}

.scrollButtons.left:hover {
	background: url('../images/scroll_left_hover.png');
	background-position: 0 -335px;
	}

.scrollButtons.right {
    right: 0px;
}

.scrollButtons.right a {
	background: url('../images/scroll_left.png'); 
	background-repeat: no-repeat;
	display: block;
	width: 35px;
	height: 335px;
	position: top right;
	margin: 0px;
	}

.scrollButtons.right:hover {
	background: url('../images/scroll_right_hover.png'); 
	background-position: 0 -335px;
	}



.hide {
    display: none;
}	

img {border: none;}


/* ***** TOP NAV ON PORTFOLIO SLIDESHOW ****** */

.portfolio-content {
	width: 578px;
	margin: 0px auto;
	}

.portfolio-navdiv {
	height: 30px;
	width: 598px;	
	background-image: url('../images/navbackground.png');
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
	}
ul.portfolio-nav {
	font-family: Lucida Grande, Lucida Sans, Lucida Sans Serif;
	margin: 0px;
	padding: 0px;	
	list-style-type: none;
	float: left;
	border-right: 1px solid #45484d;
	}	
ul.portfolio-nav li {
	float: left;
	height: 30px;
	border-right: 1px solid #14161a;			
	}

ul.portfolio-nav li a {
	text-decoration: none;
	list-style-type: none;
	width: 100px;
	height: 24px;
	color: #cacaca;
	display: block;
	font-size: 12px;
	text-align:center;
	padding-top: 6px;
	color: #cacaca;

	}
ul.portfolio-nav li a:hover {
	background-color:#fff;
	color:#7a7a7a;
	height: 23px;
	padding-top: 6px;
	width: 100px;
	border: none;
	border-bottom: 1px solid #c4c4c4;
	}	

ul.portfolio-nav .current {
	background-color:#fff;
	color:#7a7a7a;
	width: 100px;
	border: none;
	}

.imageLibrary p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position:absolute;
	margin-bottom:0px;
	bottom:0px;
	z-index:2;
	/*background-Color: #000; */
	color: #ffffff;
	width:498px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 15px;
	/*opacity:.80; */
	/*display: none; */
	clear: none;
	font-size: 12px;	
	padding-left:10px;
	text-decoration:none;
	background-image:url(../images/transp-background.png);
	/*height:100px;*/
}

.imageLibrary img {
	z-index:1;				
}
