/* photo & video library styles */ 
body#photoLibraryPage {
	background: #000 url(/market-photolibrary-portlet/images/layout/photo-library/photo-library-background.png) no-repeat center top;
}

#library-container {
	margin: 0 auto 100px;
	padding-top: 20px;
	width: 100%;
}

#tab-one {
	position: relative;
}

.video-main {
	top: -80px;
	z-index: 10;
}

.photo-main {
	top: 5px;
	z-index: 10;
}

ul#photo-tabs {
	margin: 0 auto;
	width: 200px; /* height: 175px */
}

ul#photo-tabs li {
	float: left;
	margin-right: 1px;
	text-align: center;
}

ul#photo-tabs a {
	/*background: url(/market-photolibrary-portlet/images/layout/photo-library/tab-background.png) no-repeat 0 0;*/
	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(top, #eee 0%, #ccc 100%);
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #eee 0%, #ccc 100%);
	/* Opera */ 
	background-image: -o-linear-gradient(top, #eee 0%, #ccc 100%);
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eee), color-stop(1, #ccc));
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top, #eee 0%, #ccc 100%);
	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to bottom, #eee 0%, #ccc 100%);
	
	/*color: #8C8C8C;*/
	display: block;
	font-family: Sans-Serif;
	font-size: 13px;
	height: 25px;
	padding: 3px 0 3px 0;
	text-decoration: none;
	text-transform: uppercase;
	width: 183px;
}

ul#photo-tabs a:hover {
	/*color: #A0A0A0;*/
}

ul#photo-tabs li.active-tab a {
	display: block;
	text-decoration: none;
	width: 183px;
}

/* adding overflow to negate margin collapsing */
#filter-wrap {
	overflow: hidden;
}

#filter-controls {
	background: #fff;
	border: solid 1px #ccc;
	margin: 78px 0 48px 0;
	padding: 8px 8px 0 8px;
	-webkit-box-shadow: 1px 1px 10px 0px #aaa;
	-moz-box-shadow: 1px 1px 10px 0px #aaa;
	box-shadow: 1px 1px 10px 0px #aaa;
	width: 97%;
}

#filter-controls.fixed {
	position: fixed;
	top: 0;
	margin: 0 auto;
	width: 50%;
	z-index: 1000;
}

#filter-controls-left {
	float: left;
	width: 100%;
	margin-top: 3px;
}

#filter-controls-left li {
	float: left;
	margin: 0 20px 10px 5px;
	width: 129px;
}

/* js driven active state */
#filter-controls-left label {
	background: url(/market-photolibrary-portlet/images/layout/photo-library/checkbox.png) no-repeat scroll 0 0;
	/*color: #8b8b8b;*/
	display: block;
	font: normal 10px/1 Helvetica, Arial, sans-serif;
	float: none;
	margin: 0;
	padding: 6px 0 8px 26px;
	line-height: 1em;
	text-transform: uppercase;
	width: auto;
	white-space: nowrap;
}

#filter-controls-left label.custom-checkbox-active {
	background-position: 0 -28px;
}

#filter-controls-left label:hover {
	cursor: pointer;
}

#filter-controls-right {
	float: right;
	width: 125px;
	text-align: right;
	padding-bottom: 10px;
}

#filter-controls-right p {
	margin: 4px 0 4px 0;
}

#filter-controls-right a {
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 5px;
}

h3.library-header {
	font-family: Sans-Serif;
	margin: 0 0 20px;
	text-transform: uppercase;
	/*color:#FFFFFF;*/
	float: left;
}

h3.library-header span {
	/*color: #575757;*/
	font-family: Sans-Serif;
	font-size: 15px;
}

h3.library-browse-header{
	width: 100%;
	float: none;
}

.photo-library-item {
	float: left;
	height: 150px;
	margin: 0 10px 20px 0;
	width: 100%;
	max-width: 160px;
}

.related-slideshow-wrapper .screen-slide .photo-library-item {
	height: initial;
}

.photo-toolbar {
	background: #2a2a2a;
	margin: 0;
}

.mainimage {
	max-height:640px;
	display:block;
	height:auto;
	width:auto;
	}


.photo-toolbar-left {
	float: left;
	margin-top: -1px;
	width: 29px;
}

.photo-toolbar-left p {
  margin: 0;
  padding: 0;
}

a.photo-download-link {
	background: url(/market-photolibrary-portlet/images/layout/photo-library/download-icon.png) no-repeat 0 0;
	display: block;
	width: 30px;
	height: 29px;
}

a.photo-download-link:hover {
	background: url(/market-photolibrary-portlet/images/layout/photo-library/download-icon.png) no-repeat 0 -30px;
	display: block;
	width: 30px;
	height: 29px;
}

.photo-toolbar-right {
	float: right;
	height: 28px;
	padding: 2px 2px 0 0;
	width: 29px;
}

.photo-toolbar-right p {
	margin: 0;
	padding: 0;
}

a.photo-fullscreen-link {
	background: url(/market-photolibrary-portlet/images/layout/photo-library/full-screen-icon.png) no-repeat 0 -2px;
	display: block;
	width: 30px;
	height: 29px;
}

a.photo-fullscreen-link:hover {
	background: url(/market-photolibrary-portlet/images/layout/photo-library/full-screen-icon.png) no-repeat 0 -33px;
	display: block;
	width: 30px;
	height: 29px;
}

#photo-detail-viewer {
	display: block;
	margin: 42px 0 40px 0;
	width: 100%;
}

.detail-slide-wrapper, .fvideo-slide-wrapper, .queue-slide-wrapper {
	overflow: hidden;
}

/* detail slide show styles */
.photo-detail-slide {/* slide show slide container */
	width:100%;
}

.detail-slide-controls {
	margin: 40px 0 0 0;
	width: 94px;
	font-size: 125%;
}

.detail-slide-controls-left {
	float: left;
}

a.detail-previous {
	background: transparent url(/market-photolibrary-portlet/images/arrow_sprites.png) no-repeat -26px -7px;
	display: block;
	width: 16px;
	height: 25px;
	text-decoration: none;
}
a.detail-previous:hover, a.detail-previous:focus {
	background: transparent url(/market-photolibrary-portlet/images/arrow_sprites.png) no-repeat -26px -42px;
}

.detail-slide-controls-middle p {
	float: left;
	font-size: 11px;
	color: #fff !important;
	text-align: center;
	width: 60px;
	margin-bottom: 0 !important;
}

.detail-slide-controls-right {
	float: right;
}

a.detail-next {
	background: transparent url(/market-photolibrary-portlet/images/arrow_sprites.png) no-repeat -52px -7px;
	display: block;
	width: 16px;
	height: 25px;
	text-decoration: none;
}
a.detail-next:hover, a.detail-next:focus {
	background: transparent url(/market-photolibrary-portlet/images/arrow_sprites.png) no-repeat -52px -42px;
}

/* end detail slideshow styles */
.photo-viewer-left {
	float: left;
	text-align: center;
	max-width: 640px;
}

.photo-viewer-right {
	float: left;
	margin-left: 20px;
	position: relative;
}

.photo-viewer-right h4 {
	/*color: #FFF;*/
	font-family: Sans-Serif;
	font-size: 20px;
	margin-bottom: 12px;
}

.photo-viewer-right h4 a {
	color: #FFF;
	text-decoration: none;
}

.photo-viewer-right h4 a:hover,
.photo-viewer-right h4 a:focus {
	color: #A0A0A0;
}

.photo-viewer-right h3 {
	font-family: Sans-Serif;
	font-size: 25px;
	margin: 0 0 12px 0;
	text-transform: uppercase;
}

.photo-viewer-right p {
	color: #a0a0a0;
	margin-bottom: 1em;
}

.photo-viewer-right a.more {
	color: #fff;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
}

ul.photo-viewer-options {
	margin: 25px 0;
	list-style-type: none;
}

ul.photo-viewer-options li {
	clear: left;
	margin: 0 10px 5px 0;
	float: left;
}

/* facebook and share buttons */
.fb_edge_widget_with_comment {
	float: left;
}

/* overrides for header util nav */
.facebook-sub-nav .fb_edge_widget_with_comment {
	float: none;
}
.facebook-sub-nav .fb_iframe_widget iframe {
	margin-top: 5px !important;
}
/* end overrides for header util nav */

a.view-full-screen {
	background: url(/market-photolibrary-portlet/images/layout/photo-library/full-screen-icon.png) no-repeat 0 -2px;
	/*color: #fff;*/
	font-family: Sans-Serif;
	font-size: 11px;
	padding: 10px 0 6px 35px;
	text-decoration: none;
	text-transform: uppercase;
}

a.view-full-screen:hover {
	background: url(/market-photolibrary-portlet/images/layout/photo-library/full-screen-icon.png) no-repeat 0 -33px;
}

a.download-image {
	background: url(/market-photolibrary-portlet/images/layout/photo-library/download-icon.png) no-repeat 0 0;
	/*color: #fff;*/
	font-family: Sans-Serif;
	font-size: 11px;
	padding: 10px 0 6px 35px;
	text-decoration: none;
	text-transform: uppercase;
}

a.download-image:hover {
	background: url(/market-photolibrary-portlet/images/layout/photo-library/download-icon.png) no-repeat 0 -30px;
}

/* overlay styles */
#signin-overlay, #overlay, #photo-overlay-content {
	display: none;
}

#overlay-controls {
	display: block;
	height: 325px;
	position: absolute;
	right: 0;
	margin: 200px 0 0 0;
	width: 70px;
	z-index: 99999;
}

a#close-overlay {
	background: transparent url(/market-photolibrary-portlet/images/layout/photo-library/overlay-side-nav.png) no-repeat 0 0;
	display: block;
	height: 60px;
	width: 70px;
}

a#close-overlay:hover {
	background: transparent url(/market-photolibrary-portlet/images/layout/photo-library/overlay-side-nav.png) no-repeat -72px 0;
}

a#download-overlay {
	background: transparent url(/market-photolibrary-portlet/images/layout/photo-library/overlay-side-nav.png) no-repeat 0 -60px;
	display: block;
	height: 60px;
	width: 70px;
}

a#download-overlay:hover {
	background: transparent url(/market-photolibrary-portlet/images/layout/photo-library/overlay-side-nav.png) no-repeat -72px -60px;
}

a#overlay-next {
	background: transparent url(/market-photolibrary-portlet/images/layout/photo-library/overlay-side-nav.png) no-repeat 0 -120px;
	display: block;
	height: 60px;
	width: 70px;
}

a#overlay-next:hover {
	background: transparent url(/market-photolibrary-portlet/images/layout/photo-library/overlay-side-nav.png) no-repeat -72px -120px;
}

a#overlay-previous {
	background: transparent url(/market-photolibrary-portlet/images/layout/photo-library/overlay-side-nav.png) no-repeat 0 -180px;
	display: block;
	height: 60px;
	width: 70px;
}

a#overlay-previous:hover {
	background: transparent url(/market-photolibrary-portlet/images/layout/photo-library/overlay-side-nav.png) no-repeat -72px -180px;
}

a#info-modal {
	background: transparent url(/market-photolibrary-portlet/images/layout/photo-library/overlay-side-nav-full.png) no-repeat 0 -250px;
	display: block;
	height: 60px;
	width: 70px;
}

a#info-modal:hover {
	background: transparent url(/market-photolibrary-portlet/images/layout/photo-library/overlay-side-nav-full.png) no-repeat -72px -250px;
}

/* video library styles */
#tab-one {
	width: 90%;
	margin: 0 auto;
}

#video-featured-header {
	float: left;
	margin: 40px 0 0; /* margin:40px 0 140px 0; */ overflow:hidden;
	width: 750px;
}

h3.vid-featured-title {
	font-family: Sans-Serif;
	font-size: 22px;
	text-transform: uppercase;
}

#vid-not-signed-in {
	margin-top: 20px;
	color: #a0a0a0;
}

#vid-not-signed-in a {
	color: #a0a0a0;
}

#vid-not-signed-in a:hover, #vid-not-signed-in a:focus {
	color: #fff;
}

#vid-not-signed-in div.buttons {
	margin-top: 20px;
}

#vid-not-signed-in div.buttons img {
	display: block;
	margin-bottom: 10px;
}

#video-featured-header-left {
	float: left;
	width: 120px;
}

#video-featured-header-right {
	float: left;
	padding: 6px 0 0 0;
	width: 120px;
}

p#featured-slide-count {
	font-size: 10px;
	padding-top: 3px;
	text-transform: uppercase;
}

#queue-container {
	float: right;
	margin: 40px 0 0 0;
	overflow: hidden;
	width: 180px;
}

#queue-container-left {
	float: left;
	width: 90px;
}

#queue-container-right {
	float: right;
	padding: 6px 0 0 0;
	width: 90px;
}

p#queue-slide-count {
	font-size: 10px;
	padding-top: 3px;
	text-transform: uppercase;
}

a#vfh-previous, a#queue-previous {
	background: transparent url(/market-photolibrary-portlet/images/arrow_sprites.png) no-repeat -402px -166px;
	width: 12px;
	height: 17px;
	display: block;
	text-decoration: none;
}
a#vfh-previous:hover, a#queue-previous:hover, a#vfh-previous:focus, a#queue-previous:focus {
	background: transparent url(/market-photolibrary-portlet/images/arrow_sprites.png) no-repeat -402px -193px;
}

a#vfh-next, a#queue-next {
	background: transparent url(/market-photolibrary-portlet/images/arrow_sprites.png) no-repeat -427px -166px;
	width: 12px;
	height: 17px;
	display: block;
	text-decoration: none;
}
a#vfh-next:hover, a#queue-next:hover, a#vfh-next:focus, a#queue-next:focus {
	background: transparent url(/market-photolibrary-portlet/images/arrow_sprites.png) no-repeat -426px -193px;
}

#queue-slides {
	margin: 12px 0 0 0;
}

#featured-video-slides {
	margin: 12px 0 0 0;
}

.featured-video-slide {/* featured slideshow slide style */
	background:#000;
	float: left;
	padding: 0 5px 0 0;
	width: 370px;
}

.featured-video-slide p {
	margin-bottom: 0;
}

.featured-video-toolbar {
	background: #2a2a2a;
	color: #A0A0A0;
	margin: -5px 0 0 0;
	padding: 7px 5px 7px 5px;
}

.featured-video-toolbar-left {
	float: left;
	width: 320px;
}

.queue-slide .featured-video-toolbar-left {/* toolbar for slides in queue */
	float:left;
	width: 120px;
}

.queue-slide .featured-video-toolbar-left p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.queue-slide p {
	margin-bottom: 0;
}

.featured-video-toolbar-right {
	font-size: 18px;
	float: right;
	margin-top: -5px;
	margin-bottom: -5px;
	width: 20px;
	text-align: center;
}

.featured-video-toolbar a {
	color: #A0A0A0;
	text-decoration: none;
}

.featured-video-toolbar a:hover {
	color: #FFF;
}

ul.video-featured-controls {
	width: 95px;
}

ul.video-featured-controls li {
	float: left;
	margin: 0 3px 0 3px;
}

ul.video-featured-controls li.count {
	text-align: center;
	width: 50px;
}

#video-library-container {
	margin: 0 auto;
	padding-top: 42px; /* min-height:800px; */ width:960px;
}

#video-search-results {
	width: 960px;
}

#video-search-results .queue-slide {
	display: inline;
	float: left;
	height: 132px;
	margin: 0 0 20px 0;
	width: 180px;
}

ul#video-tabs {
	margin: 38px auto 0;
	width: 566px;
}

ul#video-tabs li {
	float: left;
	margin: 0 0 0 1px;
	text-align: center;
}

ul#video-tabs a {
	background: url(/market-photolibrary-portlet/images/layout/photo-library/tab-background.png) no-repeat 0 0;
	color: #575757;
	display: block;
	font-family: Sans-Serif;
	font-size: 13px;
	height: 25px;
	padding: 6px 0 0 0;
	text-decoration: none;
	text-transform: uppercase;
	width: 183px;
}

ul#video-tabs a:hover {
	color: #A0A0A0;
}

ul#video-tabs li.active-tab a {
	background: url(/market-photolibrary-portlet/images/layout/photo-library/tab-background.png) no-repeat 0 -31px;
	color: #FFF;
	display: block;
	text-decoration: none;
	width: 183px;
}

.video-header-row-left {
	float: left;
	margin: 0 40px 0 0;
}

.video-header-row-middle {
	float: left;
	padding: 3px 0 0 0;
	width: 669px;
}

.video-header-row-middle li {
	display: inline;
	margin: 0 20px 0 0;
}

.video-header-row-middle a {
	color: #4d4d4d;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

.video-header-row-middle a:hover {
	color: #FFF;
}

a.video-expand-link {
	background: url(/market-photolibrary-portlet/images/layout/video-library/expand-arrow.png) no-repeat right 0;
	color: #575757;
	font-size: 10px;
	padding: 0 12px 0 0;
	text-decoration: none;
	text-transform: uppercase;
}

a.video-expand-link:hover {
	background: url(/market-photolibrary-portlet/images/layout/video-library/expand-arrow.png) no-repeat right -12px;
	color: #FFF;
}

a.video-expand-link-expanded {
	background: url(/market-photolibrary-portlet/images/layout/video-library/close-arrow.png) no-repeat right 0;
	color: #575757;
	font-size: 10px;
	padding: 0 12px 0 0;
	text-decoration: none;
	text-transform: uppercase;
}

a.video-expand-link-expanded:hover {
	background: url(/market-photolibrary-portlet/images/layout/video-library/close-arrow.png) no-repeat right -12px;
	color: #FFF;
}

.video-header-row-right {
	float: right;
	text-align: right;
	margin: 0 19px 0 0;
	padding-top: 2px;
	width: 120px;
}

.video-header-row-right p {
	font-size: 15px;
	margin-bottom: 0;
}

.video-lib-slide-wrapper {
	float: left;
	width: 940px !important;
	overflow: hidden;
}

.video-lib-slide-wrapper .section-block {
	clear: none;
}

.video-slideshow {
	float: left;
	margin: 0 0 42px 0;
}

.queue-slide {
	float: left;
	height: 150px;
	padding: 0 10px 0 0;
	width: 180px;
}

.queue-slide .signin-modal-link {
	display: block;
	margin: 10px 0;
}

.slide-content {
	margin: 0 auto;
	width: 180px;
}

.slide-content p {
	margin-bottom: 0;
}

.section-block {
	background: #000;
	color: #575757;
	float: left;
	padding: 0 10px 0 0;
	text-transform: uppercase;
	width: 180px;
}

.section-block-content {
	background: #191919;
	display: block;
	height: 131px;
	width: 180px;
}

.section-video-count {
	padding: 6px;
	text-align: right;
}

.section-label {
	display: block;
	padding: 10px 0 0 0;
	text-align: center;
	width: 180px;
}

.section-label p {
	font-family: "TradeGothicW01-BoldCn20 675334";
	font-size: 18px;
}
/* next/previous controls for video content slideshows */
.video-slideshow-previous {
	display: block;
	float: left;
	height: 84px;
	margin: 0 -18px 0 -22px;
	padding: 50px 0 0 0;
	position: relative;
	width: 14px;
}

.video-slideshow-previous a {
	background: transparent url(/market-photolibrary-portlet/images/arrow_sprites.png) no-repeat -402px -166px;
	width: 12px;
	height: 17px;
	display: block;
	text-decoration: none;
}
.video-slideshow-previous a:hover, .video-slideshow-previous a:focus {
	background: transparent url(/market-photolibrary-portlet/images/arrow_sprites.png) no-repeat -402px -193px;
}

.video-slideshow-next {
	display: block;
	float: left;
	height: 84px;
	margin: 0 -22px 0 0;
	padding: 50px 8px 0 8px;
	position: relative;
	width: 14px;
}

.video-slideshow-next a {
	background: transparent url(/market-photolibrary-portlet/images/arrow_sprites.png) no-repeat -427px -166px;
	width: 12px;
	height: 17px;
	display: block;
	text-decoration: none;
}
.video-slideshow-next a:hover, .video-slideshow-next a:focus {
	background: transparent url(/market-photolibrary-portlet/images/arrow_sprites.png) no-repeat -426px -193px;
}

/* video queue page styles */
#queue-content {
	margin: 42px auto 0 auto;
	width: 960px;
}

#queue-content.start {
	background: url(/market-photolibrary-portlet/images/layout/video-library/queue-start-background.png) no-repeat top right;
	position: relative;
	height: 692px;
}

#queue-content .buttons {
	margin-top: 20px;
}

#queue-content #start-info-boxes div {
	width: 291px;
	height: 41px;
	text-align: right;
	font-size: 13px;
}

#queue-content #start-info-boxes #info-01 {
	position: absolute;
	top: 120px;
	left: 0;
}

#queue-content #start-info-boxes #info-02 {
	position: absolute;
	top: 211px;
	left: 0;
}

#queue-content #start-info-boxes #info-03 {
	position: absolute;
	top: 294px;
	left: 0;
}

#queue-content #start-info-boxes #info-04 {
	position: absolute;
	top: 376px;
	left: 0;
}

#queue-content #start-info-boxes #info-05 {
	position: absolute;
	top: 458px;
	left: 0;
}

#queue-content #start-info-boxes #info-06 {
	position: absolute;
	top: 583px;
	left: 0;
}

#queue-content div.buttons img {
	margin-right: 10px;
}

#queue-content .start-info {
	width: 271px;
	color: #a0a0a0;
}

#queue-header {
	border: solid #575757;
	border-width: 0 0 1px 0;
	font-family: Sans-Serif;
	font-size: 14px;
	text-transform: uppercase;
}

.list-order-column {
	float: left;
	margin: 42px 0 0 0;
	padding: 0 0 6px 0;
	width: 296px;
}

.title-column {
	float: left;
	margin: 42px 0 0 0;
	padding: 0 0 6px 0;
	width: 212px;
}

.date-added-column {
	float: left;
	margin: 42px 0 0 0;
	padding: 0 0 6px 0;
	width: 198px;
}

.category-column {
	float: left;
	margin: 42px 0 0 0;
	padding: 0 0 6px 0;
	width: 176px;
}

.remove-column {
	float: left;
	margin: 42px 0 0 0;
	padding: 0 0 6px 0;
	width: 54px;
}

ul#que-list li {
	border-bottom: 1px solid #575757;
	padding: 18px 0 18px 0;
	height: 170px;
}

.queue-drag-handle {
	background: transparent url(/market-photolibrary-portlet/images/layout/video-library/drag-handle.png) no-repeat left top;
	display: block;
	float: left;
	height: 100px;
	margin: 0 12px 0 0;
	width: 23px;
	cursor: move;
}

.queue-sort-col {
	color: #A0A0A0;
	float: left;
	text-align: center;
	width: 66px;
}

.queue-up-arrow a {
	background: url(/market-photolibrary-portlet/images/layout/video-library/queue-up-arrow.png) no-repeat 0 0;
	display: block;
	margin: 0 0 12px 18px;
	text-decoration: none;
	height: 16px;
	width: 31px;
}

.queue-up-arrow a:hover {
	background: url(/market-photolibrary-portlet/images/layout/video-library/queue-up-arrow.png) no-repeat 0 -18px;
}

input.sort-box {
	background: #000;
	border: solid 1px #575757;
	color: #A0A0A0;
	height: 40px;
	text-align: center;
	width: 40px;
}

input.sort-box:focus {
	background: #FFF;
	color: #333;
}

.queue-down-arrow a {
	background: url(/market-photolibrary-portlet/images/layout/video-library/queue-down-arrow.png) no-repeat 0 -18px;
	display: block;
	margin: 12px 0 0 18px;
	text-decoration: none;
	height: 16px;
	width: 31px;
}

.queue-down-arrow a:hover {
	background: url(/market-photolibrary-portlet/images/layout/video-library/queue-down-arrow.png) no-repeat 0 0;
}

.queue-thumb-col {
	float: left;
	width: 180px;
}

.queue-info-col {
	float: left;
	margin: 0 0 0 18px;
	padding: 6px 0 0 0;
	width: 212px;
}

.queue-date-col {
	float: left;
	padding: 28px 0 0 0;
	text-align: center;
	width: 148px;
}

.queue-category-col {
	float: left;
	padding: 28px 0 0 0;
	text-align: center;
	width: 176px;
}

.queue-remove-col {
	float: right;
	padding: 28px 0 0 0;
	width: 66px;
}

.queue-remove-col a {
	background: transparent url(/market-photolibrary-portlet/images/layout/video-library/remove-button.png) no-repeat 0 0;
	display: block;
	height: 33px;
	text-decoration: none;
	width: 34px;
}

.queue-remove-col a:hover {
	background: transparent url(/market-photolibrary-portlet/images/layout/video-library/remove-button.png) no-repeat 0 -33px;
}

.placeholder {
	background: transparent;
	border: dashed 3px #575757;
	display: block;
	height: 90px;
	width: 100%;
}

/* misc style for messaging overlay when removing a video from queue */
.are-you-sure p {
	padding: 40px 0 0 0;
}

.are-you-sure a {
	color: #FFF;
}

#video-detail-content .queue-slide {
	background: transparent;
	padding: 0 10px 0 0;
	width: 180px;
}

#video-detail-content .slide-content {
	width: 180px;
	margin: 0 auto;
}

/* BDW 11/22/11 added for photo-detail page */
.screen-slide {
	width: 190px;
}

#related-slideshow-container {
	width: 100%;
	max-width: 975px;
	margin: 0 auto;
	/*height: 160px;*/
	position: relative;
}

.related-slideshow-wrapper {
	width: 95% !important;
	overflow: hidden;
	float: left;
}

#related-next {
	position: absolute;
	right: 0;
	z-index: 999;
	float: right;
	top: 35%;
	width: 3%;
	height: 100%;
}

#related-previous {
	position: absolute;
	z-index: 999;
	float: none;
	left: -24px;
	top: 35%;
	width: 3%;
}

#related-slides {
	display: none;
}

#related-slideshow {
	width: 910px;
}

a.related-previous {
	background: transparent url(/market-photolibrary-portlet/images/layout/photo-library/detail-previous.png) no-repeat 0 0;
	display: block;
	height: 20px;
	text-decoration: none;
	width: 15px;
}

a.related-next {
	background: transparent url(/market-photolibrary-portlet/images/layout/photo-library/detail-next.png) no-repeat 0 0;
	display: block;
	height: 20px;
	text-decoration: none;
	width: 15px;
}

#results-container {
	width: 100%;
}

#expando {
	/*width: 40px;
	height: 40px;*/
	float: right;
}

#expando-link {
	text-decoration: none;
	display: block;
	text-align: right;
	font-family: Sans-Serif;
	font-size: 20px;
	text-transform: uppercase;
	color: #666;
	font-weight: bold;
	line-height: 40px;
	/*background: url(/market-photolibrary-portlet/images/layout/video-library/expand-arrow.png) no-repeat 0px 0px;*/
}

#expando-link:hover {
	text-decoration: none;
	/*background: url(/market-photolibrary-portlet/images/layout/video-library/expand-arrow.png) no-repeat 0px -42px;*/
}

#expando-link.expanded {
	text-decoration: none;
	display: block;
	width: 100%;
	text-transform: uppercase;
	/*background: url(/market-photolibrary-portlet/images/layout/video-library/collapse-arrow.png) no-repeat 0px 0px;*/
}

#expando-link.expanded:hover {
	text-decoration: none;
	/*background: url(/market-photolibrary-portlet/images/layout/video-library/collapse-arrow.png) no-repeat 0px -48px;*/
}

#overlay-slides .screen-slide {
	width: 100%;
	text-align: center;
}

#overlay-slides .screen-slide img {
	/*width: 100%;*/
}

/* in page search box */
#body-search-container {
	margin: 50px auto -80px;
}

.pagination {
	margin: 20px auto;
	padding: 10px;
	text-align: center;
}

.pagination ul {
	list-style-type: none;
}

.pagination li {
	margin: 0 5px 0 0;
	list-style-type: none;
	display: inline-block;
	*display: inline;
}

.pagination a, .pagination a.active {
	text-decoration: none;
	font-size: 14px;
	font-family: Arial,sans-serif;
	border: 1px solid #555;
	color: #555;
	padding: 10px;
}

.pagination a.active, .pagination a:hover {
	color: #fff;
	background: #333;
	border: 1px solid #fff;
}

.pagination a.active-page {
	border: 1px solid #FFFFFF;
}

.photo-display {
	width: 100%;
	height: initial;
	overflow: hidden;
	margin: 0;
}

.photo-display img {
	width: 100%;
	height: 100%;
}

.video-tag-size-10 {
	font-size: 30px;
}

.video-tag-size-9 {
	font-size: 28px;
}

.video-tag-size-8 {
	font-size: 26px;
}

.video-tag-size-7 {
	font-size: 24px;
}

.video-tag-size-6 {
	font-size: 22px;
}

.video-tag-size-5 {
	font-size: 20px;
}

.video-tag-size-4 {
	font-size: 18px;
}

.video-tag-size-3 {
	font-size: 16px;
}

.video-tag-size-2 {
	font-size: 14px;
}

.video-tag-size-1 {
	font-size: 12px;
}

.video-tag-size-0 {
	font-size: 10px;
}



.email-validation-error{
	color:#FF0008;
	font-weight: bold;
	font-size: 12px;
}

#info-modal-title{
	color:#ffffff;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
}

#info-modal-description{
	color:#ffffff;
}

#filter-photos{
	/*background: url(/market-photolibrary-portlet/images/layout/photo-library/tab-background.png) no-repeat 0 0;*/
	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(top, #eee 0%, #ccc 100%);
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #eee 0%, #ccc 100%);
	/* Opera */ 
	background-image: -o-linear-gradient(top, #eee 0%, #ccc 100%);
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eee), color-stop(1, #ccc));
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top, #eee 0%, #ccc 100%);
	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to bottom, #eee 0%, #ccc 100%);
	
	/*color: #8C8C8C;*/
	font-family: Sans-Serif;
	font-size: 13px;

    display: block;
    height: 23px;
    width: 123px;
    text-align: center;
}

.sharing-email{
	width: 530px !important;
	min-height: 420px !important;
	left: 20% !important;
	position: absolute !important;
	top: 15px !important;
	min-height: 300px !important;
}

#sharing-email-send{
	background: url("/market-photolibrary-portlet/images/layout/buttons/send.jpg") no-repeat rgba(0, 0, 0, 0);
    display: block;
    height: 31px;
    width: 93px;
    float:left;
}

#sharing-email-cancel{
	background: url("/market-photolibrary-portlet/images/layout/buttons/cancel-gray.jpg") no-repeat rgba(0, 0, 0, 0);
    display: block;
    height: 31px;
    width: 111px;
    margin-left: 110px;
}

.facebook-like{
	padding-top: 5px;	
	padding-right: 10px;
}

.free-version-message{
	color: #575757;
	padding: 5px;
}

#footer{
	width: 90%;
}

/*.video-tag-size-10, .video-tag-size-9, .video-tag-size-8, .video-tag-size-7, .video-tag-size-6,
.video-tag-size-5, .video-tag-size-4, .video-tag-size-3, .video-tag-size-2, .video-tag-size-1,
.video-tag-size-0 {
	white-space: nowrap;
}*/

/* end photo & video library styles */


/* Folder seleection dialog */
a.parent-folder {
	background: transparent url(/market-photolibrary-portlet/images/parent-folder.png) no-repeat;
	padding-left: 30px;
}
.folder-selection-dialog-checkbox{
	padding-left: 35px;
}

/* Facebook icon issue (not showing) */
.fb_iframe_widget_lift{
	width: 80px !important;
	height: 25px !important;
}

/* Responsive desing */

.bx-window{
	width: 100% !important;
}


/* Fancy tree - Select folder issues */
.fancytree-title {
	line-height: 20px;
}

/* Large desktop */
@media (min-width: 1200px) {
	#photo-overlay-content{
		margin: 80px auto;
		width: 1725px;
	}
	#related-previous {
		left: -32px;
	}
	.photo-viewer-right {
		max-width: 250px;
	}
	
}
 
@media (min-width: 1200px) and (max-width: 1280px) {
	/*.related-slideshow-wrapper{
		max-width: 555px !important;
	}*/
}
@media (min-width: 980px) and (max-width: 1199px) {
	.photo-viewer-right {
		display: block;
		margin: 0 auto;
		float: initial;
	}
	#filter-controls {
		width: initial;
	}
	#photo-overlay-content{
		margin: 80px auto;
		left: 0 !important;
		margin-left: 0 !important;
		width: 100% !important;
	}
	#overlay-controls{
		margin-top: 0px;
	}
	
	/*.related-slideshow-wrapper{
		max-width: 555px !important;
	}*/
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
	.photo-viewer-right {
		display: block;
		margin: 0 auto;
		float: initial;
	}
	#filter-controls {
		width: initial;
	}
	#photo-overlay-content{
		margin: 80px auto;
		left: 0 !important;
		margin-left: 0 !important;
		width: 100% !important;
	}
	#overlay-controls{
		margin-top: 0px;
	}
	/*.related-slideshow-wrapper{
		max-width: 370px !important;
	}*/
}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	.photo-viewer-right {
		display: block;
		margin: 0 auto;
		float: initial;
	}
	#filter-controls {
		width: initial;
	}
	#photo-overlay-content{
		margin: 80px auto;
		left: 0 !important;
		margin-left: 0 !important;
		width: 100% !important;
	}
	#overlay-controls{
		margin-top: 0px;
	}
	/*.related-slideshow-wrapper{
		max-width: 370px !important;
	}*/
	.sharing-email{
		width: 530px !important;
		top: 15px !important;
		min-height: 300px !important;
		left: -45px !important;
	}
	#expando {
	    /*width: 20px;
	    height: 20px;
	    margin-top: 11px;*/
	}
	h3.library-header {
		font-size: 15px;
		margin: 0;
		line-height: 30px;
	}
	h3.library-header span {
		font-size: 12px;
	}
	#expando-link {
		font-size: 15px;
		line-height: 30px;
	}
	.photo-viewer-right h3 {
		font-size: 20px;
	}
}
 
/* Landscape phones and down */
@media (max-width: 480px) {
	.photo-viewer-right {
		display: block;
		margin: 0 auto;
		float: initial;
	}
	#filter-controls {
		width: initial;
	}
	#photo-overlay-content{
		margin: 80px auto;
		left: 0 !important;
		margin-left: 0 !important;
		width: 100% !important;
	}
	#overlay-controls{
		margin-top: 0px;
		width: 60px;
		a{
		}
	}
	a#close-overlay {
		background: transparent url(/market-photolibrary-portlet/images/layout/photo-library/overlay-side-nav-small.png) no-repeat 0 0;
		height: 30px;
		width: 35px;
		float: right;
	}
	a#close-overlay:hover {
		background: transparent url(/market-photolibrary-portlet/images/layout/photo-library/overlay-side-nav-small.png) no-repeat -36px 0;
	}
	a#download-overlay:hover {
		background: transparent url(/market-photolibrary-portlet/images/layout/photo-library/overlay-side-nav-small.png) no-repeat -36px -30px;
	}
	a#download-overlay {
		background: transparent url(/market-photolibrary-portlet/images/layout/photo-library/overlay-side-nav-small.png) no-repeat 0 -30px;
		height: 30px;
		width: 35px;
		float: right;
	}
	a#overlay-next:hover {
		background: transparent url(/market-photolibrary-portlet/images/layout/photo-library/overlay-side-nav-small.png) no-repeat -36px -60px;
	}
	a#overlay-next {
		background: transparent url(/market-photolibrary-portlet/images/layout/photo-library/overlay-side-nav-small.png) no-repeat 0 -60px;
		height: 30px;
		width: 35px;
		float: right;
	}
	a#overlay-previous:hover {
		background: transparent url(/market-photolibrary-portlet/images/layout/photo-library/overlay-side-nav-small.png) no-repeat -36px -90px;
	}
	a#overlay-previous {
		background: transparent url(/market-photolibrary-portlet/images/layout/photo-library/overlay-side-nav-small.png) no-repeat 0 -90px;
		height: 30px;
		width: 35px;
		float: right;
	}
	a#info-modal:hover {
		background: transparent url(/market-photolibrary-portlet/images/layout/photo-library/overlay-side-nav-small.png) no-repeat -36px -125px;
	}
	a#info-modal {
		background: transparent url(/market-photolibrary-portlet/images/layout/photo-library/overlay-side-nav-small.png) no-repeat 0 -125px;
		height: 30px;
		width: 35px;
		float: right;
	}
	.photo-library-item{
		float: none;
		margin: 0 auto 20px auto;
		padding-right: 10px !important;
	}
	#filter-controls.fixed{
		width: 65%;
	}
	#related-next {
		/*top: 50px;*/
	}
	#related-previous {
		left: -19px;
	}
	
	.sharing-email{
		width: 249px !important;
		min-height: 420px !important;
		left: -45px !important;
	}
	#photo-tabs, ul#photo-tabs li, ul#photo-tabs a {
		width: 100% !important;
	}
	#expando-link {
		text-decoration: none;
		display: block;
		width: 100%;
		height: 100%;
		text-transform: uppercase;
		/*background: url(/market-photolibrary-portlet/images/layout/video-library/expand-arrow-small.png) no-repeat 0px 0px;*/
	}
	
	#expando-link:hover {
		text-decoration: none;
		/*background: url(/market-photolibrary-portlet/images/layout/video-library/expand-arrow-small.png) no-repeat 0px -21px;*/
	}
	
	#expando-link.expanded {
		text-decoration: none;
		display: block;
		width: 100%;
		text-transform: uppercase;
		/*background: url(	/market-photolibrary-portlet/images/layout/video-library/collapse-arrow-small.png) no-repeat 0px 0px;*/
	}
	
	#expando-link.expanded:hover {
		text-decoration: none;
		/*background: url(/market-photolibrary-portlet/images/layout/video-library/collapse-arrow-small.png) no-repeat 0px -24px;*/
	}
	
	#image-info{
		max-width: 245px;
		top: 70% !important;
		left: -386% !important;
	}
}


/* Portrait phones and down */
@media (max-width: 298px) {
	.photo-toolbar-left {
		float: left;
		width: 100% !important
	}
	a.photo-download-link{
		margin: 0 auto;
	}
	.photo-toolbar-right {
		float: left;
		width: 100% !important
	}
	a.photo-fullscreen-link{
		margin: 0 auto;
	}
	
}