/*--------------------------------------------------------------
# Web Gallery powered by Pixelide.com
# Copyright (C) 2009 Pixelide Inc. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.pixelide.com
# Support: support@pixelide.com 
---------------------------------------------------------------*/

/* Global width of gallery app */
#px_gallery_width{
	width: 960px;
	overflow: hidden;
}

/* Gallery box Size, scroll bars. shows full size images */
 #load_gallery_in_here{
	height: 385px;
	overflow-y: hidden;
	overflow-x: auto;
	border: 1px solid #1E1E1E;
	width:  100%;
	background-color: #0F0F0F;
	margin-top: 0px;

}

/* Gallery Image Styles, for full size images */
#load_gallery_in_here img{
	height: 340px;
	padding: 0px;
	margin-top: 2px;
	margin-left: 1px;
	margin-right: 1px;
	margin-bottom: 5px;
	border: 0px solid grey;
	
	/* Helps fix IE issue linebrake , else text shows up on rightside of image*/
	float: none;
}

/* Gallery Image Styles - Active Lightbox border - hightlight current active Lightbox */
.px_img_current_hl{
 border-color: white !important;
}

.px_g_lb_tn a{
	outline: none;
}
 
/* Text - Full-size Images, Title + Caption */
#load_gallery_table p{
	color: #999999;
	font-size: 9px;
	font-weight: 400;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	margin: 1px;
	padding-left: 5px;
	line-height: 1.5em;
}



/* Gallery Lightbox Title box */
#load_gallery_title_in_here{
	font-size: 12px;
    color: #ffffff;
	padding: 10px;
}

/* div - LB Cover grid or slider under gallery 70*/
#load_gallery_lb_in_here{
	border:0 solid gray;
	height: auto;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left:0px;
	width: auto;
	overflow-y: hidden;
	overflow-x: auto;
}	

/* Edit cells of the Lightbox cover images  grid  */
.px_g_lb_c{
	border: 1px solid #1E1E1E;
	margin: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 126px;
	height: 100px;
	float: left;
	padding:0px;
	border-spacing: 0px;
	border-collapse: collapse; 
	background: #0F0F0F;
}




 
/* text - Lightbox Cover image title */
.px_g_lb_text_title{
	color:  #ffffff;
	font-size: 6pt;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	text-align: center;
	vertical-align: top;
	height: 0px;
    padding-top: 0px;
    padding-bottom: 5px;

}

/* image - Gallery Lightbox cover image, global thumbnail height
	Edit Height value as needed */
.px_g_lb_c img{
	border: 1px solid black;
	height: 70px;
}

/* table td - Gallery Lightbox cover image cell */
.px_g_lb_tn{
	background-color: transparent;
	text-align: center;
	vertical-align: middle;
	width: 100%;
}

/* table td - Gallery Lightbox image  padding left, right of image cell */
.px_g_space{
}

/* table td - Gallery Lightbox cover image padding top cell */
.px_g_lb_top{
	height: 0px;
	overflow: hidden;
}

/* Dropdown menu area */
#px_gallery_lb_switch {
	text-align: center;
	padding: 10px;
	width: auto;
}

/* Previous , Next Links area */
#px_gallery_lb_switch_bf {
	padding: 10px;
	text-align: right;
}

/* IE7 - improve resized image quality */
#px_gallery_app_load_in_here img{ -ms-interpolation-mode: bicubic; }