
#screen{
	width:500px;
	padding:0;
	margin-left: 20px;
}			
	#screen li{
		float:left;
		list-style:none;
		
	}

		#left, #right{
			font-weight:normal;
			font-size:26px;
			display:block;
			text-decoration:none;
			color: #bbb;
			margin: 20px 10px 10px 10px;
			border: solid 1px #ddd;
			padding: 0 5px;
			background-color: #eee;
			
			}

		#left:hover, #right:hover{
			font-weight:bolder;
			font-size:26px;
			display:block;
			text-decoration:none;
			color: #aaa;
			margin: 20px 10px 10px 10px;
			border: solid 1px #ccc;
			padding: 0 5px;
			background-color: #ddd;
			}
	#view{
		margin:0px;
		width:320px;
		height:132px;
		overflow:hidden;
		/*background-color:blue;*/
	}
		#images{
			width:3818px !important;
			width:3822px;
			padding:0;
			margin:0px;			
		}
		
		#images li{
			width:110px;
			}	
#images li img{

	height: 100px;
	border: 1px solid #BFBAAF;
	opacity:0.6;
	filter:alpha(opacity=60);
}

#images li img:hover{
	border: 1px solid #BFBAAF;
	opacity:1.0;
	filter:alpha(opacity=100);
}			
