/* CSS RESET */

body, div, dl, dt, dd, li, pre,form, fieldset, input, textarea, p, blockquote, th, td, button { margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 100%; font-weight: normal; }
address, caption, cite, code, dfn, em, strong, var { font-style: normal; font-weight: normal; }
ol, ul, li { list-style: none; margin: 0; padding: 0; }
table { border-collapse: collapse; border-spacing: 0; } 
caption, th { text-align: left; font-weight: normal; font-style: normal; }
acronym, abbr, fieldset, img, hr { border: 0;}
:focus { outline: 0; }

body {
	background: url(/images/mockup_bg.jpg) center -321px repeat;
	background-color: #333;
	font-family: Lucida Grande, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: normal;
}

h1 {
	color:#0093D0;
	font-size:200%;
	font-weight:bold;
	line-height:150%;
	margin-bottom:10px;
	text-align:center;
}

h2 a, h3 a, h4 a {
	line-height: 1em;
	text-decoration: none;
}
h2 a:hover, h3 a:hover, h4 a:hover {
	text-decoration: underline;
}

.box-list h2, a.h2 {
	width: 100%;
	height: 16px;
	border: 1px solid #000;
	background: #0093D0 url(/images/h2_bg.jpg) top left repeat-x;
	padding: 5px 10px;
	color: #FFF;
	font-size: 120%;
	font-weight: bold;
	display: block;
	text-decoration: none;
}
li a.h2 {
		background: #cccccc url(/images/h2_inactive_bg.jpg) top left repeat-x;
		color: #666;
	}
		li a.h2:hover {
			color: #333;
		}
	li a.selected {
		background: #0093D0 url(/images/h2_bg.jpg) top left repeat-x;
		color: #FFF;
	}
		li a.selected:hover {
			color: #FFF;
		}

h3 {
	/*color: #0093D0;*/
	color: #222;
	font-size: 140%;
	font-weight: bold;
	line-height: 100%;
	margin-bottom: 15px;
}

h5 {
	color:#0093D0;
	font-size:120%;
	font-weight:bold;
	margin-bottom: 10px;
}

.box h2 {
	background: #0093D0 url(/images/h2_bg.jpg) top left repeat-x;
	width: 100%;
	height: 16px;
	border-bottom: 2px solid #000;
	padding: 5px 10px;
	color: #FFF;
	font-size: 120%;
	font-weight: bold;
}

.box-list {
	background-color: #FFF;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	border-right: 2px solid #000;
	overflow: hidden;
	margin-bottom: 15px;
}

.box-list li ul {
	height: 200px;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 10px;
}

.box {
	background-color: #FFF;
	border: 2px solid #000;
	overflow: hidden;
	margin-bottom: 15px;
}

	.box a {
		font-size: 110%;
		color: #0093d0;
		font-weight: bold;
		text-decoration: none;
	}
	
	.box a:hover {
		text-decoration: underline;
	}
	
	.box p {
		margin-bottom: 10px;
	}

.connect {
	float: left;
	padding: 15px;
	margin-left: 23px;
	_margin-left: 11px;
}

.price {
	color: #0093D0;
	font-size: 110%;
	font-weight: bold;
}

#container {
	width: 1060px;
	margin: 10px auto;
	background: transparent url(/images/logo.png) top left no-repeat;
	overflow: hidden;
}
#header {
	width: 960px;
	margin: 0 30px;
}
	h1.cart{
		background: url(/images/checkout_header.jpg) no-repeat;
	}
	h1.contact{
		background: url(/images/contact_header.jpg) no-repeat;
	}
	h1.faq{
		background: url(/images/faq_header.jpg) no-repeat;
	}
	h1.advertising{
		background: url(/images/advertising_header.jpg) no-repeat;
	}
	h1.jobs{
		background: url(/images/jobs_header.jpg) no-repeat;
	}
	h1.privacy{
		background: url(/images/privacy_header.jpg) no-repeat;
	}
	h1.terms{
		background: url(/images/terms_header.jpg) no-repeat;
	}
	h1.sitemap{
		background: url(/images/sitemap_header.jpg) no-repeat;
	}
	


	#logo {
		background: transparent url(/images/head.png) top left no-repeat;
		_background-image: none;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader('/images/head.png');
		margin: 65px 7px 0 123px;
		width: 831px;
		height: 38px;
	}
	#nav {
		width: 960px;
		height: 25px;
		margin-top: 28px;
	}
		#nav ul {
			width: 100%;
			height: 25px;
			margin: 0;
		}
			#nav ul li {
				float: left;
				list-style-type: none;
				margin: 0;
				padding: 0;
				height: 25px;
			}
				#nav ul li a {
					background-image: url(/images/nav_sprite.jpg);
					display: block;
					height: 25px;
					outline: none;
				}
				
				#nav ul li.tickets a		{ background-position: 0px 0px; width: 99px; }
				#nav ul li.team a			{ background-position: -99px 0px; width: 76px; }
				#nav ul li.schedule a		{ background-position: -175px 0px; width: 111px; }
				#nav ul li.stats a			{ background-position: -286px 0px; width: 82px; }
				#nav ul li.news a			{ background-position: -368px 0px; width: 83px; }
				#nav ul li.office a			{ background-position: -451px 0px; width: 150px; }
				#nav ul li.field a			{ background-position: -601px 0px; width: 73px; }
				#nav ul li.merch a			{ background-position: -674px 0px; width: 154px; }
				#nav ul li.media a			{ background-position: -828px 0px; width: 132px; }
				
				#nav ul li.tickets a:hover	{ background-position: 0px -25px; }
				#nav ul li.team a:hover		{ background-position: -99px -25px; }
				#nav ul li.schedule a:hover	{ background-position: -175px -25px; }
				#nav ul li.stats a:hover	{ background-position: -286px -25px; }
				#nav ul li.news a:hover		{ background-position: -368px -25px; }
				#nav ul li.office a:hover	{ background-position: -451px -25px; }
				#nav ul li.field a:hover	{ background-position: -601px -25px; }
				#nav ul li.merch a:hover	{ background-position: -674px -25px; }
				#nav ul li.media a:hover	{ background-position: -828px -25px; }
				
				#nav ul li span {
					display: none;
				}
#content {
	width: 100%;
	float: left;
	margin: 0 30px;
	_margin: 0 15px;
}
	#content #left-column {
		width: 700px;
		margin: 15px 15px 0 0;
		_margin: 15px 7px 0 0;
		float: left;
	}
	#content #left-column.stats_pg {
		width: 960px;
		margin: 15px 15px 0 0;
		_margin: 15px 7px 0 0;
		float: left;
	}
		#left-column-content.stats-width{
			width: 960px;		
		}
		#interior-content h1.stats-width{
			width: 960px;		
		}
		#interior-content.stats-width{
			width: 960px;
		}
		/* Slideshow Styles */
		#slideshow {
			width: 696px;
			_width: 696px;
			height: 366px;
			overflow: hidden;
			position: relative;
			border: 2px solid #000;
		}
			#slideshow .slider {
				position: absolute;
				width: 100%;
				height: 28px;
				left: 0px;
				bottom: 0px;
				background: url(/images/slideshow_sprite.gif) no-repeat;
				z-index: 1;
			}
				#slideshow .slider ul.nodes {
					position: relative;
					display: block;
					padding: 5px 31px;
					z-index: 2;
				}
				#slideshow .slider ul.nodes li {
					display: block;
					position: relative;
					float: left;
					font-size: .8em;
					text-align: center;
					width: 20%;
				}
					#slideshow .slider ul.nodes li a {
						color: #666;
						text-decoration: none;
					}
					#slideshow .slider ul.nodes li.selected a {
						color: #fff;
					}
					#slideshow .slider ul.nodes li a:hover {
						color: #fff;
					}
				#slideshow .slider .slidepiece {
					width: 152px;
					height: 18px;
					position: absolute;
					top: 5px;
					margin-left: 20px;
					background: url(/images/slideshow_sprite.gif) 0 -28px no-repeat;
				}
			
			#slideshow ul.slides {
				display: block;
				overflow: hidden;
				width: 100%;
				height: 338px;
			}
				#slideshow ul.slides li {
					display: none;
					position: absolute;
					width: 100%;
					height: 100%;
					left: 0px;
					bottom: 0px;
				} #slideshow ul.slides li.selected {
						display: block;
				}
					
					#slideshow ul.slides li .photo {
						position: absolute;
						bottom: 0;
						z-index: 1;
					}
					#slideshow ul.slides li .content {
						position: absolute;
						z-index: 2;
						bottom: 28px;
						width: 100%;
						height: 100px;
					}
						#slideshow ul.slides li .content .opaque {
							position: absolute;
							padding: 15px;
							bottom: 0px;
							z-index: 2;
							left: 0px;
							top: 0px;
							color: #fff;
						}
						#slideshow ul.slides li .content .opaque a {
							color: #0093d0;
						}
						#slideshow ul.slides li .content .opaque .title {
							margin-bottom: 10px;
						}
						#slideshow ul.slides li .content .transparency {
							position: absolute;
							height: 100%;
							width: 100%;
							left: 0px;
							top: 0px;
							background: #000;
							filter:alpha(opacity=75);
							-moz-opacity:0.75;
							-khtml-opacity: 0.75;
							opacity: 0.75;
							z-index: 1;
							border-top: 1px solid #999;
						}
					
		
		#left-column-content {
			width: 700px;
			overflow: hidden;
			margin-bottom: 20px;
		}
			#interior-header h1 {
				width: 700px;
				height: 50px;
				margin-bottom: 15px;
			}
			
			#interior-header h1.tickets { background: transparent url(/images/tickets_header.jpg) top left no-repeat; }
			#interior-header h1.team { background: transparent url(/images/team_header.jpg) top left no-repeat; }
			#interior-header h1.schedule { background: transparent url(/images/schedule_header.jpg) top left no-repeat; }
			#interior-header h1.stats { background: transparent url(/images/stats_header.jpg) top left no-repeat; width: 960px; }
			#interior-header h1.news { background: transparent url(/images/news_header.jpg) top left no-repeat; }
			#interior-header h1.office { background: transparent url(/images/office_header.jpg) top left no-repeat; }
			#interior-header h1.field { background: transparent url(/images/field_header.jpg) top left no-repeat; }
			#interior-header h1.merch { background: transparent url(/images/merch_header.jpg) top left no-repeat; }
			#interior-header h1.media { background: transparent url(/images/media_header.jpg) top left no-repeat; }
			
			#interior-header span {
				display: none;
			}
			#interior-content {
				width: 696px;
				padding-top: 5px;
			}
				#content.mmedia div#left-column-content div#interior-content {
					padding:5px 20px;
					width:660px;
				}
					#content.mmedia div#left-column-content div#interior-content div {
						padding: 10px 0;
					}
				#interior-content.schedule{
					padding: 45px;
					width: 606px;
					}		
				#interior-content.news{
					padding: 30px;
					width: 636px;
					
					}		
				#interior-content.news img{
					width: 350px;
					border: 1px solid #222;
					}
				#interior-content.cart{
					padding: 27px;
					line-height: 40px;
					width: 642px;
				}	
					.checkoutnow{
						float: right;
						margin-right: 5px;
						}
						
			#interior-content img{
			}
				.story img{
					width: 450px; !important
					border: solid 1px #222;
					margin-bottom: 15px;
					margin-top: 10px;
				}
			#interior-content h3{
				margin-top: 7px;
			}
			#interior-content.office{
				padding: 25px;
				width: 646px;
			}
			.news h3{
				color: #0093d0;
				font-size: 1.5em;
				padding-top: 15px;
			}
			.news-item h3{
				font-size: 120%;
				padding: 0px;
				line-height: 20px;
				margin-bottom: 0px;
			}
			#interior-content.team {
			
			}
			#interior-content.team h3 {
				margin-left: 10px;
			
			}
			#interior-content.team img {
				margin-left: 10px;
			
			}
			#interior-content.team table {
				border: 1px solid #444;
				font-size: .8em;
				margin: 10px;
				
			}
			#interior-content.team th {
				padding: 5px;
			}
			#interior-content.team table tr {
			
			}
			#interior-content.team table tr td {
				border-bottom:1px solid #999999;
				padding:5px;
			}
			#interior-content.tickets form#general {
				border:5px solid #333333;
				float:none;
				margin:0 5px 20px;
				padding:10px 15px;
				width: auto;
			}
			#interior-content.tickets form {
				border:5px solid #333333;
				float:left;
				margin:0 5px 20px;
				padding:10px 15px;
				width:175px;
				overflow: hidden;
			}
			
				#interior-content form p {
					font-size: 90%;
					line-height: 100%;
					float: left;
					clear: both;
					margin: 10px 0;
					color: #666;
				}
			
			#merch-container {
				margin: 10px 0;
				padding: 10px;
				background-color: #EEE;
				overflow: hidden;
			}
				.merch-item {
					background-color:#FFFFFF;
					border:2px solid #333333;
					float:left;
					margin:5px;
					padding:10px;
					width: 635px;
				}
				
					.merch-item-images {
						float:left;
						height:310px;
						margin-right:10px;
						width:300px;
					}
					
			.news-item {
				float:left;
				margin:5px;
				padding:10px;
				margin-bottom: 15px;
				border-bottom: 1px solid #333;
			}
			
				.news-item-image {
					float:left;
					margin: 9px 20px 10px 0;
					width:200px;
				}
			
		#left-column-content-left {
			width: 245px;
			margin: 15px 15px 0 0;
			float: left;
			_margin: 15px 7px 0 0;
		}
			#tickets {
				width: 245px;
				margin: 0 0 15px 0;
			}
			#merch {
				width: 245px;
				margin: 0 0 15px 0;
			}
			#twitter {
				width: 241px;
				margin: 0;
				background: #0093d0;
				margin-bottom: 15px;
			}
				#twitter a.go_twitter_profile {
					display: block;
					color: #fff;
					padding: 6px 15px 0px 15px;
					font-size: .9em;
					text-align: right;
					line-height: 1em;
				}
				#twitter ul {
					margin: 10px 5px;
					padding: 15px 15px 15px 15px;
					background: url(/images/twitter_top.png) no-repeat;
					color: #fff;
					font-size: .8em;
					line-height: 1.25em;
					display: block;
					position: relative;
					min-height: 200px;
				}
					#twitter ul li {
						display: block;
						position: relative;
						margin: 0 0 1.25em 0;
					}
						#twitter ul li a {
							color: #6cf;
							text-decoration: underline;
							font-size: inherit;
						}
						#twitter ul li.tweet div.tweet-status {
						}
						#twitter ul li.tweet div.tweet-details {
						}
				#twitter #twitter_bottomcap {
					background: url(/images/twitter_bottom.png) no-repeat;
					width: 241px;
					height: 37px;
					z-index: 0;
					margin: -55px 0 15px 7px;
				}
				
		#newsletter_form{
			margin: 15px;
		}		
				
				
		#left-column-content-right {
			width: 440px;
			margin: 15px 0 0 0;
			float: left;
		}
			#news {
				width: 416px;
				padding: 10px;
			}
			#news h4, #newsletter_form h4 {
				color: #0093d0;
				font-weight: bold;
				margin-bottom: 1em;
			}
			#news p {
				font-size: 90%;
				color: #333;
				line-height: 130%;
				margin-bottom: 15px;
			}
			#connect {
				width: 436px;
				height: 160px;
			}
				a.twitter{
					background-position: 0 -332px;
					width: 84px;
					height: 84px;
					text-indent: 0px;
					line-height: 190px;
					text-align: center;
					}
				a.facebook{
					background-position: -84px -332px;
					width: 84px;
					height: 84px;
					text-indent: 0px;
					line-height: 190px;
					text-align: center;
					}
				a.youtube{
					background-position: -168px -332px;
					width: 84px;
					height: 84px;
					text-indent: 0px;
					line-height: 190px;
					text-align: center;
					}
	#content #right-column {
		width: 245px;
		margin: 15px 0;
		float: left;
	}
	
		#right-column .box p {
		padding: 10px;
		}
	
	#sponsors {
		clear: both;
		float: left;
		width: 956px;
	}
	#sponsors_right{
	}
	#teams {
		clear: both;
		float: left;
		width: 956px;
	}
	
	#teams div {
		width: 930px;
		margin: 0 auto;
	}
	
	#teams a {
		display: block;
		float: left;
		width: 48px;
		height: 48px;
		background-image: url(/images/teams_sprite.jpg);
		margin: 7px;
	}
	
	#teams a:hover {
		 text-decoration: none;
	}
	
	#teams a.cpl {			background-position:   0      0;}
	#teams a.tville {		background-position: -48px    0;}
	#teams a.mville {		background-position: -96px    0;}
	#teams a.gas {			background-position: -144px   0;}
	#teams a.fc {			background-position: -192px   0;}
	#teams a.ashe {			background-position: -240px   0;}
	#teams a.wil {			background-position: -288px   0;}
	#teams a.wton {			background-position: -336px   0;}
	#teams a.flo {			background-position: -384px   0;}
	#teams a.fay {			background-position: -432px   0;}
	#teams a.col {			background-position: -480px   0;}
	#teams a.pet {			background-position: -528px   0;}
	#teams a.pen {			background-position: -576px   0;}
	#teams a.out {			background-position: -624px   0;}
	#teams a.eton {			background-position: -672px   0;}
	
	#teams a.cpl:hover {	background-position:    0   -48px;}
	#teams a.tville:hover {	background-position:  -48px -48px;}
	#teams a.mville:hover {	background-position:  -96px -48px;}
	#teams a.gas:hover {	background-position: -144px -48px;}
	#teams a.fc:hover {		background-position: -192px -48px;}
	#teams a.ashe:hover {	background-position: -240px -48px;}
	#teams a.wil:hover {	background-position: -288px -48px;}
	#teams a.wton:hover {	background-position: -336px -48px;}
	#teams a.flo:hover {	background-position: -384px -48px;}
	#teams a.fay:hover {	background-position: -432px -48px;}
	#teams a.col:hover {	background-position: -480px -48px;}
	#teams a.pet:hover {	background-position: -528px -48px;}
	#teams a.pen:hover {	background-position: -576px -48px;}
	#teams a.out:hover {	background-position: -624px -48px;}
	#teams a.eton:hover {	background-position: -672px -48px;}
	
#footer {
	clear:both;
	color:#CCCCCC;
	float:left;
	margin-bottom:10px;
	margin-left:50px;
	margin-right:50px;
	margin-top:10px;
}

#footer a {
	color: #0093D0;
}

/* Schedule */
#schedule-menu {
}
	#schedule-menu table.calendar {
		font-size: 60%;
	}
	#schedule-menu ul a {
		text-decoration: none;
	}
	#schedule-menu ul a:hover{
		text-decoration: underline;
		}

table.calendar td.home {
	background: #0093d0;
}
	table.calendar td.home * {
		color: #fff;
		font-weight: bold;
	}
table.calendar td.away {
	background: #eee;
}

		table.calendar{
			width:600px;
			text-align:center;
		}
			#schedule-menu table.calendar {
				width: 100%;
			}
			#schedule-menu table.calendar td span.icon {
				display: none;
			}
			
		.go_tix {
			font-size: 80%;
		}
		
		table.calendar td{
			border:thin solid #CCC;
			width:80px;
			height:125px;
			font-size:9px;
			text-align:center;
			vertical-align: top;
		}
			#schedule-menu table.calendar td {
				width: 10%;
				height: 20px;
			}
			#schedule-menu table.calendar td ul.output {
				display: none;
			}	
			#schedule-menu table.calendar td ul.output span.logo {
				display: none;
			}	
			#schedule-menu table.calendar td ul.output .time {
				display: none;
			}		
			table.calendar td .logo {
				margin: 0px auto;
			}
			
		table.calendar tr.controls td {
			height: 15px;
			font-size: 1.8em;
			border:0;
			text-align:center;
		}
			#schedule-menu table.calendar tr.controls td {
				font-size: 1.4em;
				padding: 0;
			}
		table.calendar td.title{
			text-align:center;
			font-weight:bold;
			font-size:1.8em;
		}
		table.calendar td .day {
			display: block;
			text-align: right;
			padding-right: 5px;
			line-height: .7em;
		}
		table.calendar tr th {
			font-weight:bold;
			text-align:center;
		}
		table.calendar td span{
			color:#666666;
			padding:2px;
		}
			table.calendar td span.logo {
				padding: 0px;
			}
			#go_larger_cal{
				color: #0093d0;
				}
		/*Cart*/
		table.cart_items {
		}
		
		table.cart_items tbody td {
			border: 1px solid #ccc;
		}
		table.cart_items td,
		table.cart_items th {
			padding: 0 15px;
		}
		
		table.cart_items th {
			font-weight: bold;
		}
		
		#schedule_teams a {
			display: block;
			float: left;
			width: 48px;
			height: 48px;
			background-image: url(/images/teams_sprite.jpg);
			margin: 7px;
		}
		#schedule_teams a:hover {
			 text-decoration: none;
		}
	
/* Side Modules: Previous, Next, Upcoming Games */
ul li#previous_game a.h2, ul li#next_game a.h2 {
	text-align: left;
}
li#previous_game, li#next_game {
	text-align: center;
}
	li#previous_game .logo, li#next_game .logo {
		margin: 0 auto;
	}
ul li div.time {
	margin-top: 15px;
}
ul li p {
	text-align: left;
}
li#upcoming_games {

}
	li#upcoming_games ul li {
		clear: both;
		float: none;
		padding-bottom: 35px;
		padding-left: 15px;
	}
	li#upcoming_games ul li h4 {
		clear: both;
		float: none;
		font-weight: bold;
	}
	li#upcoming_games ul li div {
		float: left;
		margin: 0 5px;
	}
	li#upcoming_games ul li div.vs {
	}


/*Poll Daddy*/
div.pds-box {
	border: 0 !important;
	width: auto !important;
}
div.pds-box-outer {
}

#top-news {
	font-size: .9em;
}
	#top-news h3 {
		font-size: 1.2em;
		padding: 1.6em 10px 0;
		margin-bottom: 2px;
	}
	body #top-news.box p {
		font-size: 1em;
		padding: 5px 10px;
		margin-top: -12px;
		line-height: 14px;
	}
	
#footer {
	clear:both;
	color:#CCCCCC;
	margin-bottom:10px;
	margin-left:50px;
	margin-right:50px;
	margin-top:10px;
}

#footer a {
	color: #0093D0;
}

/* MULTIMEDIA PAGE */

/* CLASSES */
.columns {
	overflow: hidden;
}
.col {
	float: left;
	width: 45%;
	margin-right: 4%;
}
.btn_view_all {
}
.video {}
.title {}
.url {}
.desc {}
.thumbs {}
.nav {}
.thumb {}
.vid_length {}
.thumbsrc {}
.go_photoset {}

/* LAYOUT */

    #layout {}
        #layout .col {}
        #layout #left_col {
        	width: 55%;
        	margin-right: 4%;
        	border-right: 1px solid #ccc;
        }
        #layout #right_col {
        	width: 40%;
        	margin: 0;
        }
            #layout .col h3 {
            	float: left;
            }
            #layout .col .btn_view_all {			            	
				font-size: .95em;
            	padding: 0px 5px 0 5px;
            	position: relative;
            	font-weight: normal;
            	top: 8px;
            }
            #layout .col .video {}
                #layout .col .video object {}
                    #layout .col .video object param {}
                    #layout .col .video object embed {}
                #layout .col .video .title {}
                #layout .col .video .url {}
                #layout .col .video .desc {}
            #layout .col .thumbs {
            	margin-top: 10px;
            }
            #layout #left_col .thumbs li {
            	float: left;
            	position: relative;
            	margin: 10px;
            }
            #layout #left_col .thumbs li .vid_length {
            	position: absolute;
            	right: 3px;
            	bottom: 8px;
            	background: #000;
            	color: #ccc;
            }
            #layout #right_col .thumbs li {
            	padding-bottom: 20px;
            }
            #layout .col .nav {}
                #layout .col .thumbs li {}
                    #layout .col .thumbs li .go_video {}
                        #vid_VhXHmzk9goo .thumb {}
                        #vid_VhXHmzk9goo .vid_length {}
                        #vid_VhXHmzk9goo .thumbsrc {}
                        #vid_VhXHmzk9goo .title {}
                        #vid_VhXHmzk9goo .desc {}
                        #vid_VhXHmzk9goo .url {}
                #go_photoset_72157623884364431 {}
                    #go_photoset_72157623884364431 .go_photoset {}
                        #go_photoset_72157623884364431 .go_photoset img {}
                        #go_photoset_72157623884364431 .go_photoset span {}
                #go_photoset_72157623846419664 {}
                    #go_photoset_72157623846419664 .go_photoset {}
                        #go_photoset_72157623846419664 .go_photoset img {}
                        #go_photoset_72157623846419664 .go_photoset span {}
                #go_photoset_72157623844595351 {}
                    #go_photoset_72157623844595351 .go_photoset {}
                        #go_photoset_72157623844595351 .go_photoset img {}
                        #go_photoset_72157623844595351 .go_photoset span {}

