.slideshowFrame
{
	width: 790px;
	padding: 20px 10px;
	border: 10px solid #000;
	overflow: hidden;
	margin-bottom: 10px;
}

.slideshowMatte
{
	padding: 4px;
	border-top: 2px solid #E6E6E6;
	border-right: 2px solid #D8D8D8;
	border-bottom: 2px solid #D8D8D8;
	border-left: 2px solid #E6E6E6;
	width: 750px;
	margin: 0px auto;
	text-align: center;
}

.slideshow
{
	width: 750px;
	height: 500px;
	position: relative;
	overflow: hidden;
}

.image_container{position: absolute; z-index: 1;}

.image_container img
	{
		display: block;
		position: relative; 
		float: left;
		margin-right: 10px;
                margin-top: 0px;
                margin-bottom: 0px;
                padding-top: 0px;
                padding-bottom: 0px;
	}			
	
a.next{position: absolute; z-index: 2; left: 715px; top: 425px; text-indent: -9999px; overflow: hidden; background: url(../../../plugins/PostPhotoSlideShow/images/nav_arrows.png) -36px 0px no-repeat; width: 36px; height: 44px; display: block;}
a.prev{position: absolute; z-index: 2; left: 0px; top: 425px; text-indent: -9999px; overflow: hidden; background: url(../../../plugins/PostPhotoSlideShow/images/nav_arrows.png) 0px 0px no-repeat; width: 36px; height: 44px; display: block;}
a.next:hover{background-position: -36px -44px;}
a.prev:hover{background-position: 0px -44px;}