﻿#slideShowWrap {
    position: relative;
    height: 275px;
    margin-bottom: 10px;
}
/*#nav{
	list-style-type:none;
	margin:0;
	padding:0;
	position:absolute;
	right:20px;
	top:260px;
}
#nav li{
	float:left;
	overflow:visible;
}
#nav a{
	display:block;
	width:30px;
	height:27px;
	border:1px solid #777;
	margin:6px 10px 0 0;
	outline:none;
	font-size:10px;
	line-height:50px;
	text-align:center;
	text-indent:-9000px;
	cursor: pointer;
}

#nav a:hover{
	border:6px solid #fff;
	margin:1px 3px 0 0;

}*/
#nav {
    position: absolute;
    left: 30px;
    bottom: 0;
    z-index: 5;
}

#nav li {
	background: transparent url(../Images/home/btmShadow.png) bottom right no-repeat;
	clear: both;
	float: left;
	padding-bottom: 8px;
	width: 197px;
	list-style: none;
}

#nav li div {
	background: transparent url(../Images/home/rightShadow.png) top right no-repeat;
	padding-right: 7px;
}

#nav li a {
	background-color: #231f20;
	color: #ffffff;
    font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	display: block;
	letter-spacing: 1px;
	padding: 8px 10px 8px 24px;
	text-decoration: none;
}
	
#nav li a:hover, #nav li a.activeSlide {
	background: #daa643 url(../Images/home/slideNavArrow.gif) 13px 13px no-repeat;
	color: #231f20;
	text-decoration: none;
}

#nav li a:hover {
	background: #daa643 url(../Images/home/slideNavArrow.gif) 11px 11px no-repeat; 
	border: 2px solid #231f20;
	padding: 6px 8px 6px 22px;
}

*:first-child+html #nav li a:hover {
	background: #daa643 url(../Images/home/slideNavArrow.gif) 13px 13px no-repeat; 
}
#slideshow{
	width: 900px;
	height: 275px;
	margin: 0 auto 10px auto;
	overflow: hidden;
}
#slideshowWrapper{
	position:relative;
	width:726px;
}
#slideshow ul{
	width: auto;
	height:275px;
}
#slideshow ul li {
	height:275px;
	float:left;
}
#slideshow ul li p {
	width:400px;
}
