#slideContainer{
	background:url(../weddings/pagegraphics/sliderBG2.png) no-repeat top center;
		width:680px;
	height:410px;
	position:relative;
	margin-top:-45px;
}
#slideContainerPlain{
	background: transparent;
			width:680px;
	height:410px;
	position:relative;
	margin-top:-45px;
}

#slideshow{
width:580px;
float:right;
margin-right:49px;
position:relative;
margin-top:125px;

}
#slideshow ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slideshow2{margin-top:1em;}
	#slideshow li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:580px;
		height:267px;
		overflow:hidden; 
		text-align:center;
		background:#000;
		}	
		#pause{
	position:absolute;
	margin-top:393px;
	margin-left:40px;
}
#pause a {
	color:#000;
	font-size:10px;
	text-align:right;}