body{
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 13px;
}


#slider {
width: 242px;
margin: 0 auto;
position: relative;
margin-top:5px;
margin-left:42px;
}

.scroll {
	height: 350px;
	width:242px;
	position: relative; /* fix for IE to respect overflow */
	clear: left;
   	overflow: auto;
    overflow-x: hidden;
}

.scrollContainer div.panel {
padding: 0px;
height: 280px;
width: 242px; /* change to 560px if not using JS to remove rh.scroll */
padding-top:0px;
}
.scrollButtons {
position: absolute;
top: 20px;
cursor: pointer;
}

.scrollButtons.left {
left: -40px;
height:75px;
width:34px;
margin-top:50px;
background-image:url(../images/slider/previous.gif);
}

.scrollButtons.right {
right: -40px;
height:75px;
width:34px;
margin-top:50px;
background-image:url(../images/slider/next.gif);
}


/*
Portfolio Information
*/

.portfolioImageArea{
	position: relative;
	clear:both;
	border:solid;
	border-width:1px;
	border-color:#E1E1E1;
	width:240px;
}

.portfolioTextArea{
	position: relative;
	clear:both;
	margin-top:5px;
	width:240px;
	font-family:Tahoma;
	color: #AF9962;
	font-weight:bold;
	font-size:11px;
	text-align:center;
	background-color:#FFFFFF;
}




