@charset "utf-8";
/* CSS Document */

/* SLIDER */

#slidecontainer {
	background:#920000!important;
	margin: 0;
	padding: 0;
	height: 270px;
	width: 100%;
}

#slidewrap {
	margin: 0 auto;
	padding: 0;
	height: 270px;
	width: 950px;
}

.entry {
	width: 900px;
	height: 270px;
	margin: auto;
	color: #FFFFFF;
}

.entry p{
	font: 11px arial;
	margin: 0;
	padding: 0;
	padding-left: 0px;
	color: #FFFFFF!important;
	text-align: left;
	line-height:15px;
}

.projectthumb {
	width: 300px;
	height: 270px;
	float: left;
}

.projectthumb img a{
	border: none;
}

.projectdetails {
	width: 540px;
	height: 210px;
	float: right;
	margin: 40px 20px 0 0;
	text-align: left;
}



.projectdetails h2 {
	font: 100px Helvetica, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	color: #000;
	text-align: left;
	float:left;
	width:200px;
	height:200px;
	font-weight:bolder;
	padding: 30px 0px 0px 0px;
	line-height:normal;
}

.projectdetails p {
	font: 25px Arial, Helvetica, sans-serif;
	color: #fff!important;
	margin: 0;
	padding: 30px 0px 0px 0px;
	text-align:left;
	float:right;
	width:300px;
	line-height:normal;
	}


/*------------------------------------*/

.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: 950px;
    margin: 0 auto;
    position: relative;
}

.scroll {
    height: 250px;
    width: 950px;
    overflow: auto;
    position: relative;
    clear: left;
}

.scrollContainer div.panel {
    width: 950px;
}


.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;
}