body,td{
	font-family:verdana,arial,helvetica;
	font-size:10pt;
}

a{
	color:#975A09;
}

a:hover{
	color:red;
}


/*---------------------- Feature Scroller Style ----------------------*/

.featureScroller{
	width:555px;
	heigth:310px;
	margin:0 auto;
}

.imageContainer{
	float:left;
	width:441px;
}


.btn{
	float:left;
	display: block; 
	width: 57px;
	height: 58px; 
	border:none; 
	outline: none;
	text-decoration: none;
	z-index:5;
	position:relative;
	top:100px;
	cursor:hand;
}

.goprev{
	background:url("images/left.png") no-repeat center; 
	left:14px;
}

.gonext{
	background:url("images/right.png") no-repeat center; 
	left:-14px;
}