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

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

#tab-one {
	position: relative;
}

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

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

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

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

ul#photo-tabs a {
	background: url(/marines-theme/images/layout/photo-library/tab-background.png) no-repeat 0 0;
	color: #575757;
	display: block;
	font-family: "Trade Gothic W01 Bold";
	font-size: 13px;
	height: 25px;
	padding: 6px 0 0 0;
	text-decoration: none;
	text-transform: uppercase;
	width: 183px;
}

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

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

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

#filter-controls {
	background: #000;
	border: solid 1px #575757;
	margin: 40px 0;
	padding: 8px 8px 0 8px;
	-webkit-box-shadow: 1px 1px 10px 0px #000;
	-moz-box-shadow: 1px 1px 10px 0px #000;
	box-shadow: 1px 1px 10px 0px #000;
	width: 922px;
}

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

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

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

/* js driven active state */
#filter-controls-left label {
	background: #000 url(/marines-theme/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;
}

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

#filter-controls-right a {
	color: #575757;
	font-size: 10px;
	text-decoration: none;
	text-transform: uppercase;
}

h3.library-header {
	font-family: "Trade Gothic W01 Bold";
	font-size: 20px;
	margin: 0 0 20px;
	text-transform: uppercase;
}

h3.library-header span {
	color: #575757;
	font-family: "Trade Gothic W01 Cn 18";
	font-size: 15px;
}

.photo-library-item {
	float: left;
	height: 132px;
	margin: 0 10px 20px 0;
	width: 180px;
}

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

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

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

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

a.photo-download-link:hover {
	background: url(/marines-theme/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(/marines-theme/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(/marines-theme/images/layout/photo-library/full-screen-icon.png) no-repeat 0 -33px;
	display: block;
	width: 30px;
	height: 29px;
}

#photo-detail-viewer {
	display: block;
	margin: 40px 0 90px 0;
	width: 940px;
}

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

/* detail slide show styles */
.photo-detail-slide {/* slide show slide container */
	width:940px;
}

.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(/marines-theme/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(/marines-theme/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(/marines-theme/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(/marines-theme/images/arrow_sprites.png) no-repeat -52px -42px;
}

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

.photo-viewer-right {
	float: right;
	width: 280px;
	position: relative;
}

.photo-viewer-right h4 {
	color: #FFF;
	font-family: "Trade Gothic W01 Bold";
	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: "Trade Gothic W01 Bold";
	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;
}


a.view-full-screen {
	background: url(/marines-theme/images/layout/photo-library/full-screen-icon.png) no-repeat 0 -2px;
	color: #fff;
	font-family: "Trade Gothic W01 Bold";
	font-size: 12px;
	padding: 6px 0 6px 35px;
	text-decoration: none;
	text-transform: uppercase;
}

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

a.download-image {
	background: url(/marines-theme/images/layout/photo-library/download-icon.png) no-repeat 0 0;
	color: #fff;
	font-family: "Trade Gothic W01 Bold";
	font-size: 12px;
	padding: 6px 0 6px 35px;
	text-decoration: none;
	text-transform: uppercase;
}

a.download-image:hover {
	background: url(/marines-theme/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: 379px;
	position: absolute;
	right: 0;
	margin: 200px 0 0 0;
	width: 70px;
	z-index: 99999;
}

#overlay-controls a {
	outline: none;
}

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

a#close-overlay:hover, a#close-overlay:focus {
	background: transparent url(/marines-theme/images/layout/photo-library/overlay-side-nav-full.png) no-repeat -72px 0;
}

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

a#download-overlay:hover, a#download-overlay:focus {
	background: transparent url(/marines-theme/images/layout/photo-library/overlay-side-nav-full.png) no-repeat -72px -60px;
}

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

a#overlay-next:hover, a#overlay-next:focus {
	background: transparent url(/marines-theme/images/layout/photo-library/overlay-side-nav-full.png) no-repeat -72px -120px;
}

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

a#overlay-previous:hover, a#overlay-previous:focus {
	background: transparent url(/marines-theme/images/layout/photo-library/overlay-side-nav-full.png) no-repeat -72px -180px;
}

a#overlay-info {
	background: transparent url(/marines-theme/images/layout/photo-library/overlay-side-nav-full.png) no-repeat 0 -240px;
	display: block;
	height: 54px;
	width: 70px;
	content: "Info";
}

a#overlay-info:hover, a#overlay-info:focus {
	background: transparent url(/marines-theme/images/layout/photo-library/overlay-side-nav-full.png) no-repeat -72px -240px;
}

#overlay-share {
	background: url(/marines-theme/images/layout/photo-library/transparent-70-percent.png);
	margin-top: 1px;
	width: 70px;
	height: 81px;
}

/* video library styles */
#tab-one {
	width: 950px;
	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: "Trade Gothic W01 Bold";
	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(/marines-theme/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(/marines-theme/images/arrow_sprites.png) no-repeat -402px -193px;
}

a#vfh-next, a#queue-next {
	background: transparent url(/marines-theme/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(/marines-theme/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;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.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(/marines-theme/images/layout/photo-library/tab-background.png) no-repeat 0 0;
	color: #575757;
	display: block;
	font-family: "Trade Gothic W01 Bold";
	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(/marines-theme/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(/marines-theme/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(/marines-theme/images/layout/video-library/expand-arrow.png) no-repeat right -12px;
	color: #FFF;
}

a.video-expand-link-expanded {
	background: url(/marines-theme/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(/marines-theme/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(/marines-theme/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(/marines-theme/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(/marines-theme/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(/marines-theme/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(/marines-theme/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: "Trade Gothic W01 Bold";
	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(/marines-theme/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(/marines-theme/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(/marines-theme/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(/marines-theme/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(/marines-theme/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(/marines-theme/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(/marines-theme/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: 960px;
	margin: 0 auto;
	height: 160px;
	position: relative;
}

.related-slideshow-wrapper {
	width: 960px;
	margin: -4px auto 0;
	overflow: hidden;
}

#related-next {
	width: 15px;
	position: absolute;
	top: 50px;
	right: -10px;
	z-index: 999;
}

#related-previous {
	width: 15px;
	position: absolute;
	top: 50px;
	right: -28px;
	z-index: 999;
	right:965px
}

#related-slides {
	display: none;
}

#related-slideshow {
	width: 910px;
}

a.related-previous {
	background: transparent url(/marines-theme/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(/marines-theme/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: 80px;
	float: right;
	text-align: left;
}

#expando-link {
	text-decoration: none;
	display: block;
	width: 100%;
	text-transform: uppercase;
	background: url(/marines-theme/images/layout/video-library/expand-arrow.png) no-repeat 50px 0;
}

#expando-link:hover {
	text-decoration: none;
	background: url(/marines-theme/images/layout/video-library/expand-arrow.png) no-repeat 50px -12px;
}

#expando-link.expanded {
	text-decoration: none;
	display: block;
	width: 100%;
	text-transform: uppercase;
	background: url(/marines-theme/images/layout/video-library/close-arrow.png) no-repeat 60px 0;
}

#expando-link.expanded:hover {
	text-decoration: none;
	background: url(/marines-theme/images/layout/video-library/close-arrow.png) no-repeat 60px -12px;
}

#info-modal {
	display: none;
	z-index: 99999;
	padding: 20px 33px 20px 20px;
	width: 385px;
	background: url(/marines-theme/images/layout/photo-library/transparent-70-percent.png);
	color: #fff;
	position: absolute;
	top: 447px;
	right: 79px;
	font-size: 13px;
	line-height: 18px;
}

#info-modal #close-info-modal {
	background: url(/marines-theme/images/layout/photo-library/overlay-info-close.png) no-repeat;
	width: 13px;
	height: 13px;
	position: absolute;
	right: 13px;
	top: 13px;
	margin: 0 0 10px 10px;
	overflow: hidden;
}

#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: 102px;
	overflow: hidden;
	margin: 0;
}

.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;
}

/*.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;
}*/

#footer-bottom-right .fb-like-button {
	float: none;
}

/* end photo & video library styles */