


/* SLIDESHOW STYLES */


.slides {
	text-align:center;
	padding:13px;
	overflow:auto;
	-moz-box-shadow: 0px 2px 10px #000;
	-webkit-box-shadow: 0px 2px 10px #000;
	box-shadow: 0px 2px 10px #000;
	background:#fff; 
	width:486px;
	margin:0 auto;
	position:relative;
	-webkit-border-radius:10px; 
	-moz-border-radius:10px; 
	border-radius:10px;	
}

.slideshadow {
    background:url('../siteart/slideshadow.png') no-repeat center top;
    height:27px;
	width:486px;
	margin:0 auto;
}

 

#buttonContainer{
	position:absolute;
	bottom:23px; right:23px;
	padding:3px;
	z-index:9999;
	background:url('../siteart/transwhite.png') repeat;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}

#buttonContainer input{
	display:inline-block;
	border:0px;
	margin:0px 0px 0px 3px;
	padding:1px 3px;
	color:#fff;
	text-decoration:none;
	background:#144894;
	cursor:pointer;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}

#buttonContainer input:hover{
	background:#2273ee;
}

#slideshow {
	height: 259px; /* height of container is slide height plus applied border width */ 
	width:486px;  /* width of container is slide width plus applied border width */
	overflow:hidden; /* Hides all other images within slideshow container while loading */ 
}

#slideshow img { 
	height: 259px; /* height of container is slide height plus applied border width */ 
	width: 486px;  /* width of container is slide width plus applied border width */
	padding:0px; 
	top:  0;
	left: 0;
	-webkit-border-radius:0 0 8px 8px; 
	-moz-border-radius:0 0 8px 8px; 
	border-radius:0 0 8px 8px;		
}
 
 