/*
Theme Name: Squared3
Version: 1.0
Author: Mark Southard, practicefieldadv.com
*/


/*
	Variable Grid System.
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/

	Licensed under GPL and MIT.
*/
/* A font by Jos Buivenga (exljbris) -> www.exljbris.com */ 

#styles {
position: absolute;
top: 5px;
left: 5px;
}

/* Containers
----------------------------------------------------------------------------------------------------*/
.container_12 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	background-color:#A7A99A;
	
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/
.grid_gallery,
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
	padding-left:2px;
	padding-right:2px;
}

/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

/* Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .grid_1 {
	width:56px;
}

.container_12 .grid_2 {
	width:136px;
}

.container_12 .grid_3 {
	width:216px;
}

.container_12 .grid_4 {
	width:296px;
}

.container_12 .grid_5 {
	width:376px;
}

.container_12 .grid_6 {
	width:456px;
}

.container_12 .grid_7 {
	width:536px;
}

.container_12 .grid_8 {
	width:616px;
}

.container_12 .grid_9 {
	width:696px;
}

.container_12 .grid_10 {
	width:776px;
}

.container_12 .grid_11 {
	width:856px;
}

.container_12 .grid_12 {
	width:936px;
}
.container_12 .grid_gallery {
	width:91px;
}


/* Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .prefix_1 {
	padding-left:80px;
}

.container_12 .prefix_2 {
	padding-left:160px;
}

.container_12 .prefix_3 {
	padding-left:240px;
}

.container_12 .prefix_4 {
	padding-left:320px;
}

.container_12 .prefix_5 {
	padding-left:400px;
}

.container_12 .prefix_6 {
	padding-left:480px;
}

.container_12 .prefix_7 {
	padding-left:560px;
}

.container_12 .prefix_8 {
	padding-left:640px;
}

.container_12 .prefix_9 {
	padding-left:720px;
}

.container_12 .prefix_10 {
	padding-left:800px;
}

.container_12 .prefix_11 {
	padding-left:880px;
}



/* Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .suffix_1 {
	padding-right:80px;
}

.container_12 .suffix_2 {
	padding-right:160px;
}

.container_12 .suffix_3 {
	padding-right:240px;
}

.container_12 .suffix_4 {
	padding-right:320px;
}

.container_12 .suffix_5 {
	padding-right:400px;
}

.container_12 .suffix_6 {
	padding-right:480px;
}

.container_12 .suffix_7 {
	padding-right:560px;
}

.container_12 .suffix_8 {
	padding-right:640px;
}

.container_12 .suffix_9 {
	padding-right:720px;
}

.container_12 .suffix_10 {
	padding-right:800px;
}

.container_12 .suffix_11 {
	padding-right:880px;
}

/* Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .push_1 {
	left:80px;
}

.container_12 .push_2 {
	left:160px;
}

.container_12 .push_3 {
	left:240px;
}

.container_12 .push_4 {
	left:320px;
}

.container_12 .push_5 {
	left:400px;
}

.container_12 .push_6 {
	left:480px;
}

.container_12 .push_7 {
	left:560px;
}

.container_12 .push_8 {
	left:640px;
}

.container_12 .push_9 {
	left:720px;
}

.container_12 .push_10 {
	left:800px;
}

.container_12 .push_11 {
	left:880px;
}

/* Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .pull_1 {
	left:-80px;
}

.container_12 .pull_2 {
	left:-160px;
}

.container_12 .pull_3 {
	left:-240px;
}

.container_12 .pull_4 {
	left:-320px;
}

.container_12 .pull_5 {
	left:-400px;
}

.container_12 .pull_6 {
	left:-480px;
}

.container_12 .pull_7 {
	left:-560px;
}

.container_12 .pull_8 {
	left:-640px;
}

.container_12 .pull_9 {
	left:-720px;
}

.container_12 .pull_10 {
	left:-800px;
}

.container_12 .pull_11 {
	left:-880px;
}

h3 {
	color: #262A2D;	
	
}

.indented li {
	color: #262A2D;	
}

.slide_image img {
	border: 2px solid #666;	
}

/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}


.roundedCorner{
	-moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/*------ END 960 GRID -------*/


body {background:#585B65;color: #FFFFFF;font-family: Verdana, Arial, sans-serif;font-size: 14px;}

/*----- HEADER -----*/
#header h1{color:#FFFFFF; text-transform: uppercase;font-size: 2.5em; margin-top:0px; filter:glow(color=#000000,strength=2);text-shadow: 1px 2px 1px #000; /*background-image: url('../images/palm_header.jpg')*/}
.header{background-image:url(../images/palm_header.jpg);background-position:center top;background-repeat:no-repeat;display:table;}
.logo {
	margin: 18px 0 0 20px;
}
.logo ul{
	width:auto;
	float:left;
	
	}
.logo ul li{
	background-image:none;
	width:auto;
	padding-left:0px;
	margin:8px 0 0 0;
	float:left;
	}
	
/*----- FOOTER ------*/

#logos						{margin: 15px 30px 15px 15px; padding-bottom: 0px; float:right;  vertical-align: top; }
#logos ul					{list-style-type: none;}
#logos li					{height: 50px; float:left; margin:0px 0px 0px 15px; padding:0px;}
#logos a					{display: block; height:100%}


#logos #usda				{width: 70px; background:url(new_logo_clear_smlr.png) no-repeat 0px -0px}
#logos #dpi					{width: 26px; background:url(new_logo_clear_smlr.png) no-repeat -92px -0px}
#logos #lucid				{width: 46px; background:url(new_logo_clear_smlr.png) no-repeat -132px 0px}




/*----- MAIN NAVIGATION -----*/

#menu {
	line-height:	1.0;
/*	background-image:url(../images/nav_bg.png);*/
	background-color: #36373A; 
	/*background-repeat:repeat-x; */
	background-position:bottom;
	color: #36373A; 
	clear:both;
	-moz-box-shadow:0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.5);}
	
	
/*	#menu {line-height:1.0;
		background-image:url(../img_bg.png); 
		background-repeat:repeat-x;background-position:top;
		clear:both;
		background-color:#36373A;
		-moz-box-shadow:0 1px 3px rgba(0,0,0,0.5);
		-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.5);}*/
	
#menu ul {
	position:		absolute;
	top:			-999em;
	width:			13em; /* left offset of submenus need to match (see below) */
}
#menu ul li {
	width:			100%;
}
#menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
#menu li {
	float:			left;
	position:		relative;
}
#menu a {
	display:		block;
	position:		relative;
}
#menu li:hover ul,
#menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul#menu li:hover li ul,
ul#menu li.sfHover li ul {
	top:			-999em;
}
ul#menu li li:hover ul,
ul#menu li li.sfHover ul {
	left:			13em; /* match ul width */
	top:			0;
}
ul#menu li li:hover li ul,
ul#menu li li.sfHover li ul {
	top:			-999em;
}
ul#menu li li li:hover ul,
ul#menu li li li.sfHover ul {
	left:			13em; /* controls width of sub menu must match ul width */
	top:			0;
}
/* skin */
ul#menu {
	float:right;
}
ul#menu a {
	color: #FFFFFF;
	display: block;
	font-size: 20px;
	padding: 6px 6px;
	text-decoration: none;
	text-transform: uppercase;


behavior: url(ie-css3.htc); /* This lets IE know to call the script on all elements which get the */
}
ul#menu a, ul#menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color: #FFFFFF;
}

ul#menu li a.active {
	background: #4F616D;
	color: #ffffff;
	margin:4px 2px 4px 2px;
	padding: 2px 4px 2px 4px;
	background-image:url(../images/nav_bg_hover.png); background-repeat:repeat-x; background-position:bottom;
}
ul#menu li {
	background: #fff;
	float: left;
	margin: 5px 4px 8px;
	padding: 0;
	background: none;
}
ul#menu li ul {
	background: #36373A;
	margin-top:-2px;
	padding: 0 10px;
	-moz-box-shadow:0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.5);
}
ul#menu li ul li {
	background:	#36373A;
	border-top: 1px solid #e1e1e1;
	float: left;
	margin:0;
}
ul#menu li ul li:first-child {
	border-top: none;
}
ul#menu li li a {
	font-size: 15px;
	text-transform: none;
	padding:5px 2px;
	color:#FFFFFF;
}

ul#menu li:hover, ul#menu li.sfHover,
ul#menu a:focus, ul#menu a:hover, ul#menu a:active {
	background:		#4F616D;
	outline:		0;
	background-image:url(../images/nav_bg_hover.png); background-repeat:repeat-x; background-position:bottom;
}
ul#menu li li:hover, ul#menu li li.sfhover,
ul#menu li li a:focus, ul#menu li li a:hover {
	background: #4F616D;
	color: #4F616D;/*found*/
	 background-repeat:repeat-x; background-position:bottom;
}

/*----- MAIN STYLES -----*/
.divider {
	height: 1px;
	background: #81936a;
	margin-top: 20px;
}
.img_left {
	float: left;
	margin: 0 10px 10px 0;
}
.margin_bottom {margin-bottom: 60px;}

.img_right {
	float: right;
	margin: 0 0 10px 10px;
	max-width: 32%;
	max-height: 32%;
	}
	
.img_rightIndex {
	float: right;
	margin: 0 0 10px 10px;
	}
	
	
	
.bg_color { background-color: #B1B181;}

/*----- SLIDESHOW STYLES -----*/
#feature {
	min-height:300px;
}
#cu3er-container {
	margin: 20px 60px;
}
#slideshow{
	margin-top: 20px;
}
.description {
	float:left;
	width:300px;
	margin-right:30px;
	margin-left: 20px;
}
.description h3{
	color: #262A2D;
}
	.description h1 {
		margin-top:0;
	}	
.slide_image {
	background:#36373A;
	/*background-image:url(../images/img_bg.png);*/
	background-color: #36373A;
	background-repeat:repeat-x;
	background-position:bottom;
	float:left;
	padding: 7px 6px 19px;
	width:566px;
}
.navi { width:auto; height:5px; float:right; margin:0; background:transparent;} 
.navi a { width:14px; cursor:pointer; height:14px; float:left; margin:5px 0 0 1px; background: transparent url(../images/navi_slider.png) no-repeat scroll right top; display:block; font-size:1px; text-indent:-9999px;} 
.navi a:hover, .navi a.activeSlide{ background-position:left top; margin-top:4px;}
.hide {display: none;}


div.site_date {
	float:left;
	height: 20px;
	margin-top:0px;
	margin-left:0px;
	padding: 0px 4px 12px 4px;
	text-align: center;
	text-transform: uppercase;
	width:175px;
	color: #262A2D;
}
	div.site_date span.date {
		color:#262A2D;
		font-size: 1.5em;
		margin:0px;
		padding:0px;
		line-height:1em;
	}
	div.site_date span.year {
		color:#262A2D;
		font-size: 2em;
		line-height:.75em;
		margin:0px;
		padding:0px;
	}
.final_entry {
		background: none;
	}
ul.blog_nav {
	margin: 5px 0 0 -10px;
}

/*----- taxa STYLES -----*/
a.taxa img {
	border-bottom:4px solid #E7DAB0;
	margin-top:20px;
	opacity:.6;
}
	a.taxa img:hover {
		opacity:1;
	}
h4.taxa_title {
	margin-top:5px;
}

/*----- GALLERY STYLES -----*/


figure.galleryFigure{
	width:150px; 
	text-align: center; 
	float:left; 
	padding-left:15px; 
	padding-right:15px; 
	margin-left:0; 
	margin-right:0;
}
figure.galleryFigure a.highslide{
	margin-left:auto;
	margin-right:auto;
	display:block;
}
figure.galleryFigure figcaption{
	overflow:hidden;
	height:45px;

}
div.figureContainer{
	overflow:auto; 
	margin-left:auto; 
	margin-right:auto; 
	display:table;
	
}

img.galleryImage{
	max-height: 200px;
	max-width: 150px;
}

.galleryImage a{
		cursor: url(../images/fs_images/graphics/zoomin.cur), pointer !important;
}

.galleryImage a:hover{
		cursor: url(../images/fs_images/graphics/zoomin.cur), pointer !important;
		border: 2px solid black;
}

.galleryImage img {
	max-height: 200px;
	max-width: 150px;
	cursor: url(../images/fs_images/graphics/zoomin.cur), pointer !important;
	border: 2px solid silver;

	
}

.galleryImage img:hover {

	border: 2px solid gray;
	
}

#galleryPager{
	float:right;
}

#galleryNav{
	display: table;
	width: 100%;
	height: 120px;
	margin-bottom: 15px;
}


.filterCell{
	width: 312px;	
}

.highcap{
	text-align: center;
	margin-top:3px;
	
}

.divlink{
	width:167px;
	height:200px;
	/*overflow:hidden;*/
	float:left;
	margin: 10px;
}

.linkinner{
	width:167px;
	height:167px;
	overflow:hidden;
	border-bottom: 2px solid silver;
	border-right: 2px solid silver;
}

/*----- glossary STYLES -----*/
.title {float:left;font-weight:bold;padding-right:8px;line-height:1.5em; color: #262A2D}
span.title a{	color:#31658B;}
.title a:hover {	color:#31658B;}
.glossary h2 {
	 border-bottom: 1px dotted 	#262A2D;
	 font-size: 1em;
	
}
.glossaryContent {
	
padding: 0px 90px 0px 90px;	
}
.glossaryTitle {
	padding: 0px 4px 0px 45px;	
}

.glossaryContent {
	padding: 0px 45px 0px 45px;	
}


h2.glossary{
	font-size: 1.5em;
	 border-bottom: 1px dotted 	#262A2D;
	 margin: 0px 20px 0px 40px;
	
}

/*----- PAGINATION STYLES -----*/
ul.pagination {
	padding-top:20px;
}
	ul.pagination li {
		float:left;
		background: none;
		padding:0;
		margin:0 10px 0 0;
	}
	ul.pagination li a {
		color:#959595;
	}
		ul.pagination li a.activePage,
		ul.pagination li a:hover {
			color:#E7DAB0;
		}

/*----- SERVICE STYLES -----*/
ul.service_nav {
	margin-top:2.5em;
}
	ul.service_nav li {
		background: none;
		border-top:1px solid #e1e1e1;
		display: block;
		margin: 0;
		padding:0;
		text-align: center;
		padding:2px 0; /* targets ie6 */
	}
		ul.service_nav li a {
			display: block;
			padding:5px 0;
		}
			ul.service_nav li a:hover {
				text-decoration: none;
				background: #f4f4f4;
			}
/* image caption text */
.caption {padding-bottom: 0.8em;}
.caption p {padding:0 0 0 0px;margin: 0px;font-size:9px; max-width: 150px; word-wrap:break-word;}
.caption a {
	color: rgb(0, 128, 255);	
}

/*----- BUTTONS -----*/
.learn_more {
	width: 140px;
	height: 28px;
}	

/*a.learn_more {
/*	background: url(../images/button.png) no-repeat top;
	font-size: 14px;
	color: #fff;
	display: block;
	overflow:hidden;
	padding-top: 8px;
	text-transform: uppercase;
	text-align: center;
	text-shadow: -1px -1px 1px #1A3300;
}*/


a.learn_more {
	background: url(nav_logo.jpg) no-repeat -40px -90.5px;
	font-size: 14px;
	color: #262A2D;
	display: block;
	overflow:hidden;
	padding-top: 8px;
	text-transform: uppercase;
	text-align: center;
	text-shadow: -1px -1px 1px #1A3300;}

a.learn_more:hover {color:#262A2D;background: transparent url(nav_logo.jpg) no-repeat -40px -126.5px;text-decoration: none;}



/*	a.learn_more:hover {
	/*	background: url(../images/button.png) no-repeat bottom;*/
	/*	text-decoration: none;
	}*/
.button_grey {float:left;width:32px;height: 28px;}
a.button_grey {
	background: url(../images/button_grey.png) no-repeat top;
font-size: 18px;font-weight:bold;color: #fff;display: block;overflow:hidden;padding-top: 8px;text-transform:uppercase;text-align: center;text-shadow: -1px -1px 1px #000;}
	a.button_grey:hover {background: url(../images/button_grey.png) no-repeat bottom;text-decoration: none;	}

	a.buttonAlt {
	background: url(../images/bullet.png);
	background-repeat:no-repeat;
	background-position:right;
	padding-right:10px;
}
	

/* hides alphabet letters that template did not produce*/
.alphabet li{display:inline; float:left; margin:25px 0 10px 1px;width:16px;} /*IE7 fix for floated a tags within li*/
.alphabet ul li {
	margin: -10px 0 10px 25px;
	padding-left: 15px;
}
li.disabled{display:none;}

.highslide-gallery{margin-top:-20px;}
.highslide-gallery  > .grid_2 {margin: 0 24px;}
/*----- FOOTER STYLES -----*/
#footerContainer {
	height: 50px;
	background-image: url(footer_bg.png); 
	background-repeat: repeat-x;
	background-position: 0px 10px;
	clear:both;
	/*padding:15px;*/
	border-top : 1px solid #262A2D ;
	
	}

.footDiv {
bottom: 15px;	
	
}



#footerContainer .grid_1 { width:auto; float:right; padding:35px 5px 0px;margin:0px}
#footerContainer .grid_1 img{}
#footerContainer .grid_1:hover { width:auto;background:url(../images/link_bg.png); padding-bottom:5px;}


	h1.footer,
	h2.footer,
	h3.footer,
	h4.footer {
		color: #fefefe;
		margin: 20px 0 15px 0;
		border-bottom: 1px #fefefe solid;
	}
#footerContainer a.learn_more {
	margin-right: 70px;
}

/*----- Text Styles -----*/
p {
	font-size: 1em; /* 12px */ 
	line-height: 1.5em; /* 18px */ 
	margin: 0 0 .5em 0; 
	color: #000;
}
a {
	color: #31658B;
	text-decoration: none;
}

h2 a:link,
h1 a:visited {
    color: #262A2D;
}
	a:hover {
		text-decoration: none;
		color:#000;
	
	}

h1 {
	font-size: 2.4em;
	line-height: 1em; /* 36px */ 
	margin-top: 30px; 
	margin-bottom: .1em; 
	color: #262A2D;
}




h2 {
	font-size: 2em; /* 30px */
	line-height: 1.2em; /* 36px */
	margin-top: 0.6em;
	margin-bottom: 0em;
	color: #262A2D;

}
h3 {
	font-size: 2em; /* 24px */ 
	line-height: 1.5em; /* 36px */ 
	margin-top: 0.75em; 
	margin-bottom: 0em; 
}
h4 {
	font-size: 1.5em; /* 18px */ 
	line-height: 1em; /* 18px */ 
	margin-top: 1em; 
	margin-bottom: 0em; 
	color:#262A2D;
}
h5 {
	font-size: 1.5em; 
	line-height: 1em; 
	margin-top: 1em; 
	margin-bottom: 0em; 
	color:#ffffff;
	text-shadow: 1px 2px 1px #000;
}

h6 {
	font-size: 1.2em; 
	line-height: 1em; 
	margin-top: 1em; 
	margin-bottom: 0em; 
	color:#262A2D;
}

ol {
	list-style-type: decimal-leading-zero;
	color: #00a651;
	margin: -10px 10px 10px 10px;
}
	span.ol_list {
		color: #81936a;
	}
ul li {
	margin: -10px 0 10px 25px;
	padding-left: 15px;
	color: #000;
}
li {
	font-size: 1em;
	line-height: 1.5em;
}

.index_entry {margin:0 0 2px 20px;background: url(../images/fact_divider.png) repeat-x bottom;padding-bottom: 1px;clear:both;}
.fact_entry {margin:0 0 2px 20px;background: url(../images/fact_divider.png) repeat-x bottom;padding-bottom: 1px;clear:both;}
h1.fact_entry {margin:5px 0 15px 0; display:block;}
.fact_entry h3{ margin-top:5px;}

h2.fact_entry {
	color: #262A2D;	
	font-size: 1.7em;

}

.fact_entry h2 {
	color: #262A2D;	
	font-size: 1.7em;

}


h3.fact_entry {
font-size: 1.7em;
}

.fact_entry h3 {
font-size: 1.7em;
}

.fact_entry li a {
	color: #262A2D;	
}


.blockquote a:hover{border-bottom:1px dotted #000;color:#FFFFFF;}
ul.blockquote{margin: -35px 0 0 20px;}
ul.blockquote li {list-style: none;line-height: 1.2em;background: url(../images/bullet.png) no-repeat 8px 4px;color: #636363;padding: 0px 0px 0px 25px;font-size:17px;font-style: italic;font-weight: normal;}
.blockquote a:hover{color:#FFFFFF;}



em.author {
	margin-top:1.5em;
	font-style: normal;
}

/*.pager {
	padding: 3px 0px 3px 0px;
	margin:10px 5px 5px 10px;
	text-align:center;
	text-transform:lowercase;
}*/


h5.pager {
	
color: #262A2D;	
}

div.grid_1.omega {
 /*border: 5px solid #fff;*/
 margin-bottom: 25px;
 float: right;
 padding-bottom: 5px;
 margin-right: 80px;
}




/*pager style*/

.pager {
	color: #000;
	padding: 3px 0px 3px 0px;
	margin: 10px 5px 5px 10px;
	text-align: center;
	text-transform:lowercase;
}

ul#pager {clear:both; float:left;position:relative; margin:40px 0 0 0; padding:0;}
.grid_9 ul#pager, .grid_7 ul#pager  {margin:0px;} /* necessary set margin to 0 for pagers at bottom of varied width factsheet content*/
ul#pager li{margin:0; padding:0; list-style:none; position: absolute;}
ul#pager, ul#pager a {height:29px;width:29px;display:block;}
ul#pager li#previous {left:-37px;background:url(nav_logo.jpg) no-repeat -180px -90px;}
ul#pager li#previous a:hover{ background: transparent url(nav_logo.jpg) no-repeat -180px -120px;}
ul#pager li#next {left:-37;background:url(nav_logo.jpg) no-repeat -210px -90px;}
ul#pager li#next a:hover{ background: transparent url(nav_logo.jpg) no-repeat -210px -120px;}




.indented{padding-left: 50pt;padding-right: 50pt;}

/* hide the print-only version of the thumbnails (see print.css) */
.print-thumbnails {
	display: none;
}/* Overiding Classes */
/* Must remain at the bottom of the stylesheet */

/*highslide overides*/
.highslide-controls .highslide-full-expand a {
	display: none !important;
}
.highslide-controls .highslide-full-expand a:hover {
	display: none !important;
}
.highslide-controls .highslide-full-expand a.disabled {
	display: none !important;
}
/*END highslide overides*/


