img{
	border: none;
	
}
.load{background: url('images/loader.gif') no-repeat center;}

/* If you would like your loading images to be centered, you can also add this into your .load declaration. NOTE: This only works in Examples 1 and 2. */
.load{ width:642px; height:500px; margin:0 auto}
.picture-slides-image{
	margin-top:0px;
	background:url('images/loader.gif') no-repeat center;

	
}
.navigation-controls {
	position: relative;
	text-align: center;
	background: #fff;
	width:200px;
	float:right;
	padding: 5px;
	z-index: 1005;
	top:-400px;
	right:270px;
}
.navigation-controls_2 {
	position: relative;
	text-align: center;
	background: #fff;
	width:200px;
	float:right;
	padding: 5px;
	z-index: 1005;
	top:-440px;
	right:230px;
}

/* Picture slides */
.picture-slides-disabled {
	color: #eee;
}

.picture-slides-container {
	margin-bottom: 2em;
}

.picture-slides-dimmed-background .navigation-controls {
	-moz-border-radius : 0 0 5px 5px;
	-webkit-border-top-left-radius : 0;
	-webkit-border-top-right-radius : 0;
	-webkit-border-bottom-left-radius : 5px;
	-webkit-border-bottom-right-radius : 5px;
}

.picture-slides-dimmed-background .picture-slides-image-text {
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-top-left-radius : 5px;
	-webkit-border-top-right-radius : 5px;
	-webkit-border-bottom-left-radius : 0;
	-webkit-border-bottom-right-radius : 0;
}

.picture-slides-fade-container {
	position: relative;
	overflow: hidden;
	z-index: 1002;
}

.picture-slides-fade-container a {
	display: block;
	height: 600px;
	text-align: center;
	margin-bottom: 10px;
	margin-left:250px;
}

.picture-slides-fade-container a img{}

.picture-slides-image-load-fail {
	display: none;
}

.picture-slides-image-text {
	position: relative;
	right:0px;
	text-align: left;
	padding: 0px 0 0px;
	z-index: 1001;
	width:280px;
}

.picture-slides-previous-image, 
.picture-slides-next-image, 
.picture-slides-start-slideshow, 
.picture-slides-stop-slideshow {
	display: none;
	margin-right: 8px;
}

.picture-slides-previous-image, 
.picture-slides-next-image, 
.picture-slides-start-slideshow, 
.picture-slides-stop-slideshow {
	cursor: pointer;
}
/* ONLY FOR NFL MORE SUB PAGES */
.picture-slides-next-image_nfl{margin-left:10px;}
.picture-slides-previous-image_nfl_SPB {margin-right:10px;}
.picture-slides-previous-image_espn_more{margin-left:10px !important;}
.picture-slides-previous-image_pack_more{margin-left:10px !important;}
.picture-slides-thumbnails {
	list-style: none;
	margin-top: 1em;
	overflow: hidden;
}

.picture-slides-thumbnails li {
	float: left;
	width: 100px;
	margin: 0 10px 5px 0;
}

.picture-slides-thumbnails li img {
	width: 100px;
}

.picture-slides-thumbnails a {
	outline: none;
}

.picture-slides-thumbnails li .picture-slides-selected-thumbnail img {
	width: 92px;
	padding: 2px;
	background: #ea9d80;
	border: 1px solid #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.picture-slides-dim-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.8;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 (and 9, 10, 11?). Don't miss the added quotes */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	z-index: 1000;
	display: none;
}

.tab_description {
	width: 240px;
	height: 380px; 
	position:relative;
	top:-180px;
	z-index:1009;

}
.title {
	font-family: Myriad Pro, Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: normal;
	line-height: 1.5em;
	color: #000;
}
.desc {
	font-family: Myriad Pro, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: 1.3em;
	color: #939598;
}
.desc strong {
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: normal;
	line-height: 1.5em;
	color: #000;
}
#single_sidebar {
	float: left;
	width: 280px;
	height: 400px;
	position: relative;
	top: 0;
	left: 84px;
	margin-bottom: -400px;
	text-align: left;
	clear:both;
	z-index:1004;
	
}
.cards {
	width: 300px;
}

