/* $Id: local-sample.css,v 1.1.2.1 2010/01/11 00:08:12 sociotech Exp $ */

/****************************/
/* LOCAL CSS                */
/****************************/

/* Put your custom CSS and CSS overrides in this file and  */
/* rename it local.css.  By restricting your CSS changes   */
/* to local.css, your changes will not be overwritten when */
/* upgrading to a new version of this theme.  You can also */
/* use a local-rtl.css file for the equivalent in RTL.     */

/* Steps to activate local.css:                       */
/* 1. Add your custom CSS to this file                */
/* 2. Rename this file to local.css                   */
/* 3. Clear cached data at admin/settings/performance */

/*  TO FIX AN OPENLAYERS ISSUE 20131029 */
/*.olLayerGooglePoweredBy {
	z-index: 1 !important;
}*/

/* Increase the size of the permalink on the species map */
.olControlPermalink a{
  font-size: 1.5em;
  color: #eee;
}

//To make it vertical:
#views_slideshow_singleframe_pager_slideshow-page_1 .pager-item {
  display:block;
 }

//To put it where you want:
#views_slideshow_singleframe_pager_slideshow-page_1 {
position:absolute; right:0; top:0;
}
//and playing with the image size is with:
#views_slideshow_singleframe_pager_1 div a img  {
  height:70px; width:80px;
}


/* Pagers
-------------------------------------------------------------- */
ul.pager {
  background-color: #fff;
  border: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

ul.pager li a,
ul.pager li.pager-current {
  background-color: #fff;
  color: #5b5b5b;
}

ul.pager li.pager-current {
  background-color: #5b5b5b;
  color: #fff;
  border: 1px solid #fff;
}

ul.pager li a:link,
ul.pager li a:visited {
  border: 1px solid #a8a8a8;
  color: #5b5b5b;
}

ul.pager li a:hover,
ul.pager li a:focus {
  background-color: #5b5b5b;
  color: #fff;
}

ul.pager li.pager-first a,
ul.pager li.pager-previous a,
ul.pager li.pager-next a,
ul.pager li.pager-last a {
  border: none;
  color: #5b5b5b;
}

/* Pager - First */
ul.pager li.pager-first a {
  /*background: url(images/pager-first.png) no-repeat;*/
  background-image: none;
  border: 1px solid #a8a8a8;
  background-color: #fff;
  text-decoration: none;
}

/* Pager - Previous */
ul.pager li.pager-previous a {
  /*background: url(images/pager-previous.png) no-repeat;*/
  background-image: none;
  border: 1px solid #a8a8a8;
  background-color: #fff;
  text-decoration: none;
}

/* Pager - Next */
ul.pager li.pager-next a {
  /*background: url(images/pager-next.png) no-repeat;*/
  background-image: none;
  border: 1px solid #a8a8a8;
  background-color: #fff;
  text-decoration: none;
}

/* Pager - Last */
ul.pager li.pager-last a {
  /*background: url(images/pager-last.png) no-repeat;*/
  background-image: none;
  border: 1px solid #a8a8a8;
  background-color: #fff;
  text-decoration: none;
}


ul.pager li.pager-ellipsis {
  border: 1px solid #a8a8a8;
  background-color: #fff;
  text-decoration: none;
  border: none;
}


/* Pager - First */
ul.pager li.pager-first a:hover {
  border: 1px solid #a8a8a8;
  background-color: #5b5b5b;
  color: #fff;
  text-decoration: none;
}

/* Pager - Previous */
ul.pager li.pager-previous a:hover {
  border: 1px solid #a8a8a8;
  background-color: #5b5b5b;
  color: #fff;
  text-decoration: none;
}

/* Pager - Next */
ul.pager li.pager-next a:hover {
  border: 1px solid #a8a8a8;
  background-color: #5b5b5b;
  color: #fff;
  text-decoration: none;
}

/* Pager - Last */
ul.pager li.pager-last a:hover {
  border: 1px solid #a8a8a8;
  background-color: #5b5b5b;
  color: #fff;
  text-decoration: none;
}
/* Pager Hovers */
ul.pager li.pager-first a:hover,
ul.pager li.pager-first a:focus,
ul.pager li.pager-previous a:hover,
ul.pager li.pager-previous a:focus,
ul.pager li.pager-next a:hover,
ul.pager li.pager-next a:focus,
ul.pager li.pager-last a:hover,
ul.pager li.pager-last a:focus  {
  background-position: 0 -22px;
    text-decoration: none;
}


.mini ul.pager li a,
.mini ul.pager li.pager-current {
  background-color: #fff;
  color: #5b5b5b;
}

.footer-table tbody {
  border-top: none;
}


a:link    { color: #00c; }  /* unvisited links */
a:visited { color: #00d; }  /* visited links   */
a:hover   { color: #b0f; }  /* user hovers     */
a:active  { color: #00d; }  /* active links    */
.prosper-gray-rounded-plain a:hover, .prosper-gray-rounded-plain a:focus, .prosper-gray-rounded-plain a:active {
  color: #b0f;
}




