
	/* Navigation arrows */
	.showcase-arrow-previous, .showcase-arrow-next
	{
		position: absolute;
		background: url('../images/arrows.png');
		width: 33px;
		height: 33px;
		top: 180px;
		cursor: pointer;
	}
	

	
	.showcase-arrow-previous:hover
	{
		background-position: 0px -34px;
	}
	
	.showcase-arrow-next
	{

		background-position: -34px 0;
	}
	
	.showcase-arrow-next:hover
	{
		background-position: -34px -34px;
		
	}






/* Container when content is shown in slider */
.showcase
{
	position: relative; height: 420px; 

}

	






.showcase-content
{
	 height: 990px; display:block; border-right: 1px solid #000;  
}





/* Navigation arrows */
.showcase-arrow-previous, .showcase-arrow-next
{
	z-index: 20;
}

.showcase-arrow-previous
{
	left: 50px;
}
.showcase-arrow-next
{
	right: 50px;
}



