#slideboarder{ height: 274px; width: 1000px; padding:0px; margin:0px; background-color:transparent; background:url(images2/bg.png) no-repeat; }
.slideshow { height: 274px; width: 1000px; padding:0; margin:0; overflow: hidden; }
.slideshow img { height: 274px; width: 1000px; top:0; left:0 }
/*.slideshow img { -moz-border-radius: 10px; -webkit-border-radius: 10px; }*/

/*.slideshow { height: 330px; width: 1000px; margin: 0px auto 0px 30px; background:url(images/bg.png) no-repeat; }*/
/*.slideshow img { padding: 15px; border: 1px solid #ccc; background-color: #eee; }*/
#nav{position:absolute; margin-top:-20px; margin-left:70px; z-index:99999;}
#nav a { border: 0px none #FFFFFF; background: #FFFFFF; text-decoration: none; color:#666; margin: 0 2px; padding: 3px 5px;  }
#nav a.activeSlide {
	background-color: #007CC2;
	color: #FFF;
}
#nav a:focus { outline: none;}
