﻿	
	
	#screen2{
	margin:10px 0;
	}

	#screen2 button{
		display:block;
		width:39px;
		height:28px;
		border-style:none;
		margin-top:40px;
		cursor:pointer;
	}
	#screen2 button:active {
		outline: none; /* hide dotted outline in Firefox */
		}
	#screen2 .prev{
		float:left;
		background: transparent url('../img/thumbs_left.gif') no-repeat center center;
	}
	#screen2 .next{
		float:right;
		background: transparent url('../img/thumbs_right.gif') no-repeat center center;
	}
	
	#slideshow {
	left:30px !important;
	float:left!important;	
	}
	#slideshow li{
		float:left;
		height:145px !important;
		overflow:hidden;
		width:145px !important;
		cursor:pointer;
	}

