#controls {
	height:31px;
	margin-left:110px;
	}

* html #controls {
	margin-left:60px;
	}

#controls span {
	display:block;
	float:left;
	}

#status {
	width:120px;
	text-align:center;
	}

.button {
	width: 26px;
	height: 31px;
	background: url(../images/rightArrow.png) no-repeat 0 0;
	cursor:pointer;
	z-index:99;
	}

#prev {
	margin-left:52px;
	background-image:url(../images/leftArrow.png);
	}

.button:hover {
	background-position: 0 -31px;
	}

.bDisabled, .bDisabled:hover {
	background-position: 0 -62px !important;
	cursor:auto;
	}

#projects {
	clear:left;
	width:505px;
	height:420px;
	border: 1px solid #7f9bad;
	padding:10px 0;
	-webkit-border-radius: 15px;
  -moz-border-radius: 15px;
	}

#scroll-wrap {
	height:500px;
	width:505px;
	overflow:hidden;
	position:absolute;
	}

#scroll-wrap ul {
	list-style-type:none;
	width:2600px;
	padding:0;
	margin:0;
	position:absolute;
	}

#scroll-wrap ul li {
	display:block;
	float:left;
	width:505px;
	line-height:100%;
	margin:0;
	padding:0;
	}

h2.ptitle, p.body, p.visit {
	padding: 0 10px;
	}

h2.ptitle {
	font-size:16px;
	margin-top:0;
	}

p.pimage {
	text-align:center;
	background: url(../images/projectShadow.png) no-repeat center bottom;
	padding-bottom:36px;
	margin-bottom:0;
	}

p.pimage img {
	border:1px solid #5b0029;
	}