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


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

.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 {    
	text-align: center;
	width: 508px;
	margin:0px auto;	
	padding: 0px;
	margin-top: 20px;
	color:#fff;
	}

ul.navigation li {
    display: inline;
	text-decoration: none;
	padding: 1px;
    color: #fff;
	font-weight: bold;
	}

ul.navigation a {
    color: #fff;
    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-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-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;}

