	#photoAlbum a {
		text-decoration: none;
	}

	#photoAlbum .tabs {
		position:relative; 
		height: 24px; 
		margin: 0; 
		padding: 0; 
		overflow:hidden;
	}

	
	#photoAlbum .tabs li {
		display:inline;
	}
	
	#photoAlbum .tabs a:hover, .tabs a.tab-active {
	} 
	
	#photoAlbum .tabs a  { 
		position: relative; 
		padding: 0; 
		margin: 0; 
		text-decoration: none;
		border: none;
	}
	
	.tab-container { 
		background-image:url(phototour/images/tab-back.gif);
		background-repeat: no-repeat;
		background-position: 0px 24px;
		width: 545px;
		height: 414px;
		overflow: hidden;
		padding-left: 10px;
	}
	
	#tab-panes { 
		margin: 20px 0 0 0; 
		padding: 0;
		height: 347px;
		overflow: hidden;
	}
	
	#tab-panes div {
		overflow: auto;
		height: 347px;
		width: 520px;
		margin: 0;
		padding: 0;
	}
	
	#photoAlbum img {
		margin: 0 0 10px 7px;
		border:1px solid #9da3d4; 
	}
	
	#photoAlbum .tabs img {
		margin: 0;
		padding: 0;
		border:none; 
	}