@charset "utf-8";
#slideshow {
	width:658px;
	height: 313px;
}
#rightnav {
	width:270px;
	height:280px;
	position: absolute;
	left: 673px;
	top: 50px;
}
html>body #rightnav { 
     *left: 658px; 
	*z-index: 1;
}
#rightnav li {
	list-style-type: none;
	height: 70px;
	width: 270px;
	background-color: #e5e6e6;
}
#rightnav a {
	margin: 0px;
	padding: 0px;
	height: 70px;
	width: 270px;
	color: #666766;
	text-decoration: none;
	display: block;
}
.navText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-left: 93px;
	padding-top: 7px;
	padding-right: 6px;
	padding-bottom: 6px;
	position: relative;
	line-height: 12px;
}
.navHeader {
	font-size: 12px;
	font-weight: bold;
}
#rightnav a.activeSlide {
	color: #FFFFFF;
	background-color: #666766;
	/* for IE */
  filter:alpha(opacity=80);
	/* CSS3 standard */
  opacity:0.8;
}
#lgSlide {
	position: relative;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#rightnav a:focus {
	outline: none;
}
#rightnav img {
	float: left;
	padding: 6px;
	border: none;
}
#output {
	text-align: left;
}
#arrowOne {
	position: absolute;
	visibility: visible;
	left: 661px;
	top: 30px;
	z-index: 2;
}
#arrowTwo {
	position: absolute;
	visibility: visible;
	left: 661px;
	top: 106px;
}
#arrowThree {
	position: absolute;
	visibility: visible;
	left: 661px;
	top: 173px;
}
#arrowFour {
	position: absolute;
	visibility: visible;
	left: 661px;
	top: 244px;
}
#thumbOne {
	background-image: url(../images/feature_01_sm.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#thumbTwo {
	background-image: url(../images/feature_02_sm.jpg);
	background-repeat: no-repeat;
	background-position: 6px 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#thumbThree {
	background-image: url(../images/feature_03_sm.jpg);
	background-repeat: no-repeat;
	background-position: 6px 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#thumbFour {
	background-image: url(../images/feature_04_sm.jpg);
	background-repeat: no-repeat;
	background-position: 6px 8px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#topShadow {
	position: absolute;
	top: -6px;
	left: -6px;
}

