/* htdocs/dpsweb/ferguson/css/mediaGallery.css
   $Id: mediaGallery.css,v 1.6 2016-10-19 11:57:08 wschutz Exp $ */

/*	Copyright (c) 2011-2012 Ferguson Enterprises, Inc.  */

#mediaImageMain {
	padding: 20px 20px 20px 20px;
}

#mediaMovieMain {
}

/* These are class selectors because they are passed in on the "new dialog" call */
.mediaDialog .ui-dialog-titlebar {
}

.mediaImageDialog {
	padding: 0;
	border: 0;
	margin: 0;
	z-index: 300!important;
}

#mediaSwfMovie {
	padding-bottom: 10px;
}

/* These are ID selectors because thats what we pass in on the 'container' arg to "new mediaTray" */
/* enough space for 7 items in the viewer */
#mediaMovieDialog   .mediaTray, #mediaImageDialog  .mediaTray { 
	width:362px; 
}
#mediaMovieDialog   .mediaTrayViewer, #mediaImageDialog  .mediaTrayViewer { 
	width:308px; 
}
#mediaMovieDialog .mediaTrayButtonRight , #mediaImageDialog .mediaTrayButtonRight {
	left: 337px;
}

/* hide the title bar */
.mediaDialog .ui-widget-header {
	background: none;
	border: 0 none;
}

/* always show the close box */
.mediaDialog .ui-icon {
    background-image: url("/images/ui-icons_454545_256x240.png");	
}

.mediaDialog .ui-dialog-titlebar-close {
	padding-top: 5px !important;
}

.mediaDialog .ui-dialog-title {
	color: black;
}

/* enough space for 5 items in the viewer */
.mediaTray { 
	width:274px; 
	height: 46px;
	margin:0; 
	padding:0; 
	background-color:#f4f4f4;
	border:1px solid #ebebeb;
	position: relative;
	margin-left:auto; 
	margin-right:auto;
	margin-top:5px;
}
.mediaTrayViewer { 
	width:220px; 
	height:44px; 
	margin: 0;
	padding:1px; 
	overflow:hidden; 
	position:relative; 
	display: inline-block;
	position: absolute;
	top: 0px;
	left: 25px;
}
.mediaTrayConveyor { 
	width:auto; 
	height:44px; 
	position:relative; 
}
.mediaTrayItem { 
	width:44px; 
	height:44px; 
	float:left; 
	background-color:#f4f4f4;
	cursor:pointer;
}
.mediaTrayItem img { 
	border:1px solid #ebebeb;
	background-color:#ffffff;
	padding:1px; 
	height: 40px;
	width: 40px;
}
.mediaTrayButton {
	display: inline-block;
	padding: 2px 5px 2px 5px;
	width: 15px;
	height: 40px;
	position: absolute;
	top: 0px;
	z-index: 100;
}
.mediaTrayButtonLeft {
	left: 0px;
}
.mediaTrayButtonRight {
	left: 249px;
}

.pd_magnify_glass {
	margin-left:110px;
	cursor:pointer;
}

.mediaGalleryNotice {
	font-size:11px;
	font-style:italic;
	color:#666;
	text-align:center
}
