/* CSS Document */

#screen2{
	position:relative;
	width:440px;
	height:145px;
	}
	#screen2 .buttons{
		margin:0px;
		width:440px;
		height:140px;
	}
	
	#screen2 .buttons a{
		margin:0px 2px;
		color:#000;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
	}
	#screen2 .prev{
		float:right;
		margin:0px;
	}
	#screen2 .next{
		float:right;
	}
#slideshow{
	overflow: hidden;
	width:440px;
	height:116px;
	margin-top:0px;
	margin-bottom:10px;
}

	#slideshow ul{
		width:8000px;
		list-style:none;
		margin:0px;
		padding:0px;
	}

		#slideshow li{
			float:left;
			margin:0px 0px 0px 0px;
			cursor:pointer;
		}

/** 2 **/

#screenone{
	position:relative;
	width:440px;
	height:145px;
	}
	#screenone .buttonsone{
		margin:0px;
		width:440px;
		height:140px;
	}
	
	#screenone .buttonsone a{
		margin:0px 2px;
		color:#000;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
	}
	#screenone .prevone{
		float:right;
		margin:0px;
	}
	#screenone .nextone{
		float:right;
	}
#slideshowone{
	overflow: hidden;
	width:440px;
	height:116px;
	margin-top:0px;
	margin-bottom:10px;
}

	#slideshowone ul{
		width:8000px;
		list-style:none;
		margin:0px;
		padding:0px;
	}

		#slideshowone li{
			float:left;
			margin:0px 0px 0px 0px;
			cursor:pointer;
		}

/** 3 **/

#screen3{
	position:relative;
	width:440px;
	height:145px;
	}
	#screen3 .buttons3{
		margin:0px;
		width:440px;
		height:140px;
	}
	
	#screen3 .buttons3 a{
		margin:0px 2px;
		color:#000;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
	}
	#screen3 .prev3{
		float:right;
		margin:0px;
	}
	#screen3 .next3{
		float:right;
	}
#slideshow3{
	overflow: hidden;
	width:440px;
	height:116px;
	margin-top:0px;
	margin-bottom:10px;
}

	#slideshow3 ul{
		width:8000px;
		list-style:none;
		margin:0px;
		padding:0px;
	}

		#slideshow3 li{
			float:left;
			margin:0px 0px 0px 0px;
			cursor:pointer;
		}
		
/** 4 **/
#screen1{
	position:relative;
	width:440px;
	height:145px;
	}
	#screen1 .buttons1{
		margin:0px;
		width:440px;
		height:140px;
	}
	
	#screen1 .buttons1 a{
		margin:0px 2px;
		color:#000;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
	}
	#screen1 .prev1{
		float:right;
		margin:0px;
	}
	#screen1 .next1{
		float:right;
	}
#slideshow1{
	overflow: hidden;
	width:440px;
	height:116px;
	margin-top:0px;
	margin-bottom:10px;
}

	#slideshow1 ul{
		width:8000px;
		list-style:none;
		margin:0px;
		padding:0px;
	}

		#slideshow1 li{
			float:left;
			margin:0px 0px 0px 0px;
			cursor:pointer;
		}		