@charset "utf-8";


/*  General  
=====================================================  */
	
	
	img {
		margin-top: 15px;
		margin-bottom: 35px;
		
	}
	
	ul {
		list-style-type: none;
		
		text-align: center;
	}
	
	li img, #imageContainer img {
		width: 380px;
		vertical-align: middle;
	
		
	}
	
	/*------------------------------------------------*/
	
	.emphasize {
		color: #c00;
		font-weight: bold;
	}
	
	/*------------------------------------------------*/
	
	
	
		
	



/*  Slideshow 
=====================================================  */
	.hide {
		display: none;
	}
	
	
	
	/*------------------------------------------------*/
	
	
	
	#counter {
		position: absolute;
		left: 500px;
		bottom: 85px;
	}
	
	#imageContainer {
		width: 85%;
		margin: 0px auto;
		text-align: center;
		bottom: 200px;
		position: absolute;
		top: 105px;
		left: 75px;
	}
	
	#nextButton {
		padding: 5px 15px;
		
		position: absolute;
		right: 115px;
		bottom: 425px;
		
			
				
		-moz-border-radius: 5px;
	}
	
	#previousButton {
		padding: 5px 15px;
		
		position: absolute;
		left: 115px;
		bottom: 430px;

		
		
		-moz-border-radius: 5px;		
	}
		
	#slideshowContainer {
		position: relative;
		
		height: 800px;
	}
	
	/*------------------------------------------------*/
	
	#nextButton:hover, #previousButton:hover {
		color: #fff;
		
		background: #000;
		
		cursor: pointer;
	}
