
#slider1 .wrapper p {
	text-align: left;
	margin-right:25px;
	font-size: 1.1em;
	line-height: 1.4em;
	color:#333;
}

#slider1 .wrapper .slider_links {
	position: absolute;
	bottom: -20px;
	right:100px;
	width: 300px;
	text-align: center;
	text-transform: capitalize;
}

#slider1 .wrapper .slider_links a {
	padding:8px 10px;
	background: orange;
	color: #414141;
	font-size: 1.1em;
	margin-left: 5px;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#slider1 .wrapper .slider_links a[href="project.html"] {
	padding-left:15px;
}

#slider1 .wrapper .slider_links a:hover {
	background: #ffc75e;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color:#414141;
}

#slider1 .wrapper a:focus {
	outline:none
}

#slider1 .wrapper img {
	border: 0;
	float: left;
}

#slider1 .wrapper h2 {
	margin-bottom: 5px;
	padding-bottom: 3px;
	text-align: left;
	position:absolute;
	top: -4px;
	right:126px;
}

.stripViewer .panelContainer {
	text-align: left;
	margin: 0 15px 0 30px;
}

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

/* These 2 lines specify style applied while slider is loading */
		.csw {
	width: 100%;
	height: 212px;
	background: #7eb9c4;
	overflow: scroll
}

.csw .loading {
	margin: 50px 0 50px 0;
	text-align: center
}

.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden;
	margin: auto;
	width: 804px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 212px;
	clear: both;
	background: url(../images/slider_bg.gif) no-repeat;
}

.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	list-style-type: none;
}

.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	float:left;
	height: 100%;
	position: relative;
	width: 804px; /* Also specified in  .stripViewer  above */
}

.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	padding: 10px 40px 20px 0px;
	position: relative;
}

.wrapper p {
	margin: 50px 0 20px 0;
}

.stripNavL, .stripNavR { /* The left and right arrows */
	position: absolute;
	top: 84px;
	text-indent: -9000em;
}

.stripNavL a, .stripNavR a {
	display: block;
	height: 44px;
	width: 44px;
}

.stripNavL {
	left: 25px;
	z-index: 1;
}

.stripNavR {
	right: 25px;
	z-index: 1;
}

.stripNavL {
	background: url(../images/left_arrow.png) no-repeat center;
}

.stripNavR {
	background: url(../images/right_arrow.png) no-repeat center;
}
