/* DJ AM */
/* Section: Photos
----------------------------------------------------------------------------- */

	@import url("widget-photo.css");
	@import url("tabs.css");


/* Section Heading
----------------------------------------------------------------------------- */

	h2 {
	
		background: url(../images/headings/h2-photos.gif);
	
		}
		
	h3 {
	
		display: none;
	
		}
		
		
/* Structural Containers
----------------------------------------------------------------------------- */

	#main {
	
		width: 100%;
		position: relative;
	
		}
		

/* Tabs
----------------------------------------------------------------------------- */

	.tabs {
	
		top: -42px;
		left: 135px;
	
		}


/* Back Button
----------------------------------------------------------------------------- */

	#page-photo #main a.back {
	
		width: 110px;
		background: url(../images/actions/a-back-photos.gif);
	
		}
		
		
/* Tags
----------------------------------------------------------------------------- */


	#tags {
	
		float: left;
		width: 100%;
		margin: 0 0 10px;
		
		}
		
	#tags li {
	
		float: left;
		margin: 0 7px 7px 0;
	
		}
		
	#tags a {
	
		display: block;
		font-size: 16px;
		line-height: 16px;
		color: #383838;
		background: #151515;
		text-transform: uppercase;
		padding: 4px 10px;
		white-space: nowrap;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
	
		}
	
	#tags a:hover {
	
		color: #525252;
		background: #1f1f1f;
		text-decoration: none;
		
		}
		
	#tags strong a {
	
		color: #d5d5d5 !important;
		background: #2a2a2a !important;
		cursor: default;
	
		}
		
	.tabs .selected .tab {
	
		cursor: default;
		background-position: 0 0 !important;
	
		}
		
	div.thumbnails {
	
		float: left;
		clear: left;
		width: 720px;
	
		}
		
	div.thumbnails ul {
	
		width: 720px;
	
		}
