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

/* SLIDER */

#slidecontainer {
	margin: 0;
	padding: 0;
	height: 150px;
	width: 100%;
	background-color: #00556A;
	background-image: url(../images/slidecontainer_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}

#slidewrap {
	padding: 0;
	height: 150px;
	width: 1100px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/top_bgd.jpg);
	background-repeat: no-repeat;
}

.entry {
	width: 900px;
	height: 270px;
	margin: auto;
	color: #FFFFFF;
}

.entry p{
	font: 11px arial;
	margin: 0;
	padding: 0;
	padding-left: 10px;
	color: #FFFFFF!important;
	text-align: left;
	line-height:15px;
}

.projectthumb {
	width: 80px;
	height: 55px;
	float: left;
}

.projectthumb img a{
	border: none;
}
.projectthumb2 {
	width: 150px;
	height: 89px;
	float: left;
}

.projectthumb2 img a{
	border: none;
}
.projectdetails {
	width: 520px;
	height: 210px;
	float: right;
	margin: 40px 20px 0 0;
	text-align: left;
}

.projectdetails a{
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

.projectdetails a:hover{
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

.projectdetails h1 {
	font: 19px Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: -1px;
	text-transform: uppercase;
	color: #FFFFFF;
	margin: 8px 0;
	padding: 0;
	text-align: left;
}

.projectdetails p {
	font: 11px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: left;
}

#fade_left {
	width: 120px;
	height: 270px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2222;
}

#fade_right {
	width: 120px;
	height: 270px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2222;
}

/*------------------------------------*/

.stripViewer .panelContainer .panel ul {
	text-align: left;
}

/* THE IMPORTANT STUFF STARTS HERE */

.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
	width: 100%;
	height: 270px;
	position: relative;
	margin: 0;
}

/**/

#slider {
	width: 960px;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.scroll {
    height: 250px;
    width: 950px;
    overflow: auto;
    position: relative;
    clear: left;
}

.scrollContainer div.panel {
    width: 950px;
}

ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 9px;
}

ul.navigation li {
    display: inline;
    margin-right: 10px;
}

ul.navigation a {
    padding: 10px;
    color: #000;
    text-decoration: none;
}

ul.navigation a:hover {
    background-color: #f6f6f6;
}

ul.navigation a.selected {
    background-color: #fff;
}

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

.scrollButtons {
    position: absolute;
    top: 110px;
    cursor: pointer;
	width: 25px;
	height: 30px;
	z-index: 9999;
}

.scrollButtons.left {
    left: -20px;
}

.scrollButtons.right {
    right: -20px;
}

.hide {
    display: none;
}

