/* JQuery Slideshow */

#slideshow 		{position:relative;
    			height:349px;						/* adjust height here */
				width:1000px;						/* adjust width here */
				margin-left: auto;					/* center align */
				margin-right: auto;					/* center align */
				margin:auto;
				}

#slideshow DIV 	{position:absolute;
    			top:0;
    			left:0;
    			z-index:8;
    			opacity:0.0;
    			height: 349px;						/* adjust height here */
    			background-color: #FFF;
				}

#slideshow DIV.active {
   				z-index:10;
    			opacity:1.0;
				}

#slideshow DIV.last-active {
   				z-index:9;
				}

#slideshow DIV IMG {
    			height: 349px;						/* adjust height here */
    			display: block;
    			border: 0;
    			margin-bottom: 10px;
				}