	#slideshow
	{
		float:left;
		margin:0px;
		padding:0px;
		display:block;
		width: 711px;
	}

	#slideshow .slide
	{
		z-index: 2;
		position: absolute;
		display: block;
		width: 711px;
		height: 359px;
		visibility: hidden;
	}

	#slideshow #current
	{
		z-index: 3;
		visibility: visible;
	}

	.nh_vignette
	{
		width:315px;
		height:178px;
		padding:35px 0px 0px 23px;
		display:block;
		float:right;
		margin:60px 0px 0px 0px;
		cursor:pointer;
	}

	.nh_slid_block_text
	{
		margin: 95px 5px 5px 33px;
		color:#FFF;
		font-size: 13px;
		font-family:Arial, Helvetica, sans-serif;
	}

	#slideshow div.navigation,
	.nh_slideshow_nav
	{
		position:absolute;
		z-index:100;
		margin: 340px 0px 5px 643px;
		width: 60px;
	}

	#slideshow div.navigation a
	{
		float:left;
		width:10px;
		height:10px;
		margin-right:5px;
		text-indent:-9999px;
		background:url(/assets/images/images-slider/slideshownav.png) right top no-repeat;
	}
	
	#slideshow div.navigation a:hover
	{
		background-position:-13px top;
	}
	
	#slideshow div.navigation a.current_slide
	{
		/* Sliding right image */
		background-position:0px top;
	}

	.nh_left
	{
		display:block;
		float:left;
		width:711px;
		height:359px;
	}

	a.btn_slider {
		background: transparent url(/assets/images/images-slider/btn_slideshow.png) no-repeat scroll top right;
		text-indent:-9999px;
		position:absolute;
		left:358px;
		width:35px;
		height: 30px;
	}

	a.btn_slider:hover,
	a.btn_slider.over {
		background: transparent url(/assets/images/images-slider/btn_slideshow_hover.png) no-repeat scroll top right;
	}
