

/* 
  -----------------------------------
  Gallery Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Gallery Type: Horizontal
  Insert-Mode CSS
  -----------------------------------
*/
#p7GS {
	font-family: Arial, Helvetica, sans-serif;
}
#p7GSvpW3 {
	margin: 0 auto;
	background-color: #1d3c59;
	border: 1px solid #333333;
	clear: both;
	height: 135px;
	overflow: auto;
	width: 99%;
	position: relative;
}
#p7GSvp {
	margin:0 auto;
	background-color:#1d1d21;
	position:relative;
	float: left;
}
#p7GSsc {
	position:relative;
	margin:0;
}
/* ------------ Hide Description --------------------- */
#p7GSsc div {display: none;}

/* ------------ Thumbnail Lists --------------------- */
#p7GSsc ul {
	margin:0;
	padding:0;
	position:relative;
}
#p7GSsc li{
	margin:0;
	padding:0; /* do not use padding or margin on li, use margin and padding on img */
	list-style-type: none;
	display:inline;
}

/*#p7GSsc ul li  {
	width: auto !important;
	position: relative !important;
	float: left !important;
	left: 0 !important;
}*/

#p7GSsc img {
	padding: 6px;
	border: 1px solid #1a3650;
	background-color: #3b78b3;
	opacity: 1;
	filter: alpha(opacity=100);
	margin: 2px;
	float: left !important;
   max-width: 150px;
}

/* ------ Thumbnail Hover and Down Classes ------------------------------- */

#p7GSsc .p7GSover {
	border-color: #285278;
	opacity: 1;
	filter: alpha(opacity=100);
	background-color: #69aeef;
}
#p7GSsc .p7GSon {
	opacity: 1;
	filter: alpha(opacity=100);
	background-color: #ee8711;
	border-color: #333333;
}

/* ------------ Thumbnail Nav Styles ------------ */
#p7GSnv {
	margin: 0;
	padding: .25em 0;
	font-size: 0.75em;
	background-color: #ef870e;
	border: 1px solid #dfc81a;
	color: #333333;
	text-align: left;
}
#p7GSnvtitle {
	margin: 0 10px 0 0;
	display: inline !important;
	color: #333333;
	
}
#p7GSnv span {
	display: none;
}
#p7GSnv h2 {
	margin: 0;
	font-size: 1.5em;
	color: #ed890f;
	text-transform: capitalize;
	letter-spacing: normal;
}
#p7GSnv a {
	padding: 0 .5em;
	color: #333333;
	font-weight: normal;
	background-color: #1d3c59;
	text-decoration: none;
	border: 1px solid #333333;
}

#p7GSnv a:visited {
	color: #333333;
	background-color: #ec8911;
}
#p7GSnv a:hover,
#p7GSnv a:active,
#p7GSnv a:focus {
	border-color: #1d1d21;
	color: #ed8911;
	background-color: #1984e6;
}

.p7GSnvon {
	color: #ee9215 !important;
	border-color: #333333!important;
	background-color:#AEBF3F!important;
	cursor: default;
}

/* ------------FULLSIZE IMAGE DIV---------------- */
/* WRAPPER */
#p7GSfs {
	 /*border: 1px solid #285278;*/
	margin: 12px 0 12px 0;
	display: none;
	background-image: url(../images/scrollformore.gif);
	background-repeat: no-repeat;
	background-position: 0 0 ;
}
/* FullSize Row Construct */
.p7GSfst {
	width: 1px;
	margin: 0 auto;
}
/* ------------FULLSIZE IMAGE DIV---------------- */
/*IMAGE ROW*/
.p7GSfsi {
	background-color:#3a79af;
	padding: 4px;
	border: 1px solid #333333;
}
/* IMAGE */
.p7GSfsi img {
	padding: 0px;
	border: 1px solid #152839;
}


/* -------------------------- IMAGE CAPTION ---------------- */
/* CAPTION ROW */
.p7GSfsc {
	color: #a4c5e1;
	padding: 3px 0;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
}
.p7GSfsc p{
	font-size:0.9em;
}

/* ------------------------- IMAGE DESCRIPTION ------------- */
/* DESCRIPTION ROW */
.p7GSfsd {
	padding: 0;
	font-size: .9em;
}
.p7GSfsd div {
	margin: 5px auto;
	padding: 10px;
	color: #bbd3e8;
	font-size: 14px;
	text-align: justify;
	/*width:600px;*/
	clear: both;
	border: solid 1px #a2b13a;
	background-color: #1d3c59;
}

.p7GSfsd div a {
	text-decoration: none;
	color: #5aa5ed;
	font-size: 16px;
	font-weight: bold;
}

.p7GSfsd div a:hover {
	color: #a1ccf5;
}



.p7GSfsd div span {
	clear: both;
	display: block;
	height: 20px;
}

.p7GSfsd p{
	margin: 0px;
}

/* ------------- progess bar div ----------------- */
#p7GSpb {
	position:absolute;
	visibility:hidden;
}
/* ------------- placeholder div for loading image ---------- */
#p7GSah {
	position:absolute;
	left:0px;
	top:0px;
	visibility:hidden;
	z-index: 1000;
}

/*COUNTER*/
.p7GScounter {
	letter-spacing: normal;
	font-weight: normal;
	text-transform: lowercase;
}
