@charset "utf-8";
/* CSS Document */

	/* navigation */
	#nav {
		position:absolute;
		height:128px;	
		width:25px;
		z-index:100;
		top:25px;
		left:735px;
	}
	
	#nav ul {	
		width:25px;
		height:218px;
		list-style-type:none;
		margin:0px;
		padding:0px;
	}
	
	#nav li {	
	}
	
	#home-tabs-campus-photos a{
		display:block;
		background:url(../images/home-tabs-campus-photos.png) no-repeat;
		height:109px;
		width:25px;
	}
	#home-tabs-campus-photos a:hover {
		background-position: 0px -109px;
	}
	#home-tabs-campus-photos a:focus {
		background-position: 0px -109px;
	}
	#home-tabs-campus-photos a:active {
		background-position: 0px -109px;
	}
		#home-tabs-watch-videos a{
		display:block;
		background: url(../images/home-tabs-watch-videos.png) no-repeat;
		height:109px;
		width:25px;
	}
	#home-tabs-watch-videos a:hover {
		background-position: 0px -109px;
	}
	#home-tabs-watch-videos a:focus {
		background-position: 0px -109px;
	}
	#home-tabs-watch-videos a:active{
		background-position: 0px -109px;
	}
	/*#nav a {
		
	}	
	
	#nav a.current {
		background:url(http://static.flowplayer.org/tools/img/tabs/down_large.jpg);	
	}
	
	#nav img {
		background-color:#fff;
		border:1px solid #ccc;
		margin:3px 0 5px 27px;
		padding:4px;		
		display:block;
	}
	
	#nav strong {
		display:block;		
		font-size:13px;
	}*/
	
	/* panes */
	#panes {
		width:760px;	
		
		/* must be relative so the individual panes can be absolutely positioned */
		position:relative;
	}
	
	/* crossfading effect needs absolute positioning from the elements */
	#panes div {
		display:none;		
		position:absolute;
		top:0px;
		left:0px;
		font-size:13px;
		color:#444;	
		width:760px; 
	}
	.overlay {
		display:none;
		width:500px;
		padding:20px;
		background-color:#ddd;
	}

