	body{
		background-repeat:no-repeat;
	}

	#my_slideshow{
		width:640px;	/* Total width of slideshow */
		border:1px solid black;
		background-color: #B8E7BE;
		filter: alpha(opacity=75);
	}
	
	#previewPane{
		border:1px;
		margin-bottom:10px;	
		text-align:center;
		vertical-align:center;
		padding-top:10px;
		position:relative;
		left:0px;
		
		/* CSS HACK */
		height: 432px;	/* IE 5.x */
		height/* */:/**/420px;	/* Other browsers */
		height: /**/420px;
				
	}
	#previewPane img{
		line-height:400px;
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		font-style:bold;
		text-align:center;
		font-family: Verdana;	/* Font to use */
		font-size:0.9em;
	}
	#galleryContainer{
		
		height:75px;	/* Height of the images + 2 */
		border-top:1px solid black;
		position:relative;
		overflow:hidden;
		padding:0px;
		left:0px;
		
		/* CSS HACK */
		height: 75px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/75px;	/* Other browsers */
		height: /**/75px;
				
	}
	#arrow_left{
		position:absolute;
		left:-1px;
		top:-1px;
		z-index:10;
		background-color: transparent;
		border-right:1px solid black;
		padding:1px;
	}
	#arrow_right{
		position:absolute;
		right:-1px;
		top:-1px;
		z-index:10;
		background-color: transparent;
		border-left:1px solid black;
		padding:1px;		
	}
	#theImages{
		position:absolute;
		height:100px;
		left:40px;
		width:100000px;
		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:1px;
		filter: alpha(opacity=50);
		opacity: 0.5;
		cursor:pointer;
		border:0px;
	}

	#waitMessage{
		display:none;
		position:absolute;
		left:200px;
		top:150px;
		background-color:#FFF;
		border:3px double #000;
		padding:4px;
		color:#555;
		font-size:0.9em;
		font-family:arial;	
	}
	
	#theImages .imageCaption{
		display:none;
	}

/*Menu Buttons */

div#buttonA {
    margin: 0px;
    padding: 0px;
    background:#ACE3AC;
    width:10%;
}
div#buttonA ul {
    margin-left: 0px;
    padding: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 0px;
}
div#buttonA li {
    list-style-type: none;
    height: 20px;
    width: 110px;
    margin-left: -16px;
    text-align: center;
    vertical-align: center;
}
div#buttonA li a {
    height: 100%;
    width: 100%;
    display: block;
    text-decoration: none;
    border-width: 0px;
}
div#buttonA li a:link {
    color: #000000;
    background-color: #ACE3AC;
    border-style: outset;
}
div#buttonA li a:visited {
    color: #000000;
    background-color: #ACE3AC;
    border-style: outset;
}
div#buttonA li a:hover {
    color: #FFFFFF;
    background-color: #8CC684;
    border-style: outset;
}
div#buttonA li a:active {
    color: #FFFFFF;
    background-color: #8CC684;
    border-style: inset;
}

