﻿
/* The Slide Show container */
.slideshow_container {
	position: relative;
	padding:30px;
}
.slideshow_marquee_container {
	position: relative;
}


div#slideshow {
	/*width: 95%;*/
	min-height:600px;
	padding:0 0;
	position: relative; z-index: 5;
	margin:0 auto;
}

div#slideshow ul#nav 
{
	display: none;
	list-style: none;
	position: relative; 
	top: 4.375em;/*70px*/
	left: 0px;
	width:100%;
	z-index: 999999;
}
div#slideshow ul#nav.style2 
{
    height:42px;
    display:block;
    overflow:hidden;
}

div#slideshow ul#nav li {position:absolute;}

div#slideshow ul#nav li#prev {
	display:block;
	left:-30px;
}
div#slideshow ul#nav li#next {
	display:block;
	right:-30px;
}
div#slideshow ul#nav li a {
	display: block; width: 80px; height: 80px; text-indent: -9999px;
}
div#slideshow ul#nav li#prev a {
	background: url(/Content/slideshow-cms/images/prev.png);
}
div#slideshow ul#nav li#next a {
	background: url(/Content/slideshow-cms/images/next.png);
}
div#slideshow ul#nav.style2 li#prev a {
	background: transparent url(/Content/slideshow-cms/images/nav_btns1.png) no-repeat scroll 0 0;
}
div#slideshow ul#nav.style2 li#next a {
	background: transparent url(/Content/slideshow-cms/images/nav_btns1.png) no-repeat scroll 0 -90px;
}
div#slideshow ul#nav.style2 li#prev a:hover {
	background: transparent url(/Content/slideshow-cms/images/nav_btns1.png) no-repeat scroll 0 -45px;
}
div#slideshow ul#nav.style2 li#next a:hover {
	background: transparent url(/Content/slideshow-cms/images/nav_btns1.png) no-repeat scroll 0 -135px;
}

div#slideshow ul#slides {
	list-style: none;
}
div#slideshow ul#slides li 
{
	margin: 0 0 0px 0;
	width:100%;
}

div#slideshow ul#slides li img 
{
    padding:0px;
	-moz-box-shadow: 0px 1px 4px 4px #CCC;
	-webkit-box-shadow: 0px 1px 4px 4px #CCC;
	box-shadow: 0px 1px 4px 4px #CCCCCC;
}
div#slideshow ul#slides li h1 {padding-top:10px;}


/* Lightbox */
/* jQuery lightBox plugin - Gallery style */

#gallery {
	background-color: #444;
	padding: 10px;
	width: 520px;
}
#gallery ul { list-style: none; }
#gallery ul li { display: inline; }
#gallery ul img {
	border: 5px solid #3e3e3e;
	border-width: 5px 5px 20px;
}
#gallery ul a:hover img {
	border: 5px solid #fff;
	border-width: 5px 5px 20px;
	color: #fff;
}
#gallery ul a:hover { color: #fff; }
	
/*#lightbox-container-image img {width:700px;}*/

/* NOTE:  SEE SITE.CSS FOR ADDITIONAL STYLES FOR THE SLIDE SHOW WIDGET AND HEADER INFO  */