/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */


/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */


/* `XHTML, HTML4, HTML5 Reset
----------------------------------------------------------------------------------------------------*/

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 100%;
}

html,
{
    height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
    /*
  Override the default (display: inline) for
  browsers that do not recognize HTML5 tags.

  IE8 (and lower) requires a shiv:
  http://ejohn.org/blog/html5-shiv
*/
    display: block;
}

b,
strong {
    /*
  Makes browsers agree.
  IE + Opera = font-weight: bold.
  Gecko + WebKit = font-weight: bolder.
*/
    font-weight: bold;
}

img {
    color: transparent;
    font-size: 0;
    vertical-align: middle;
    /*
  For IE.
  http://css-tricks.com/ie-fix-bicubic-scaling-for-images
*/
    -ms-interpolation-mode: bicubic;
}

ol,
ul {
    list-style: none;
}

li {
    /*
  For IE6 + IE7:

  "display: list-item" keeps bullets from
  disappearing if hasLayout is triggered.
*/
    display: list-item;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th,
td,
caption {
    font-weight: normal;
    vertical-align: top;
    text-align: left;
}

q {
    quotes: none;
}

q:before,
q:after {
    content: "";
    content: none;
}

sub,
sup,
small {
    font-size: 75%;
}

sub,
sup {
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

svg {
    /*
  For IE9. Without, occasionally draws shapes
  outside the boundaries of <svg> rectangle.
*/
    overflow: hidden;
}

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
    background-color: #000;
}


/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}


/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}


/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}


/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}


/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/*
  960 Grid System ~ Core CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/


/*
  Forces backgrounds to span full width,
  even if there is horizontal scrolling.
  Increase this if your layout is wider.

  Note: IE6 works fine without this fix.
*/

body {
    min-width: 1093px;
}


/* `Container
----------------------------------------------------------------------------------------------------*/

.container_24 {
    margin-left: auto;
    margin-right: auto;
    width: 1093px;
}


/* `Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16,
.grid_17,
.grid_18,
.grid_19,
.grid_20,
.grid_21,
.grid_22,
.grid_23,
.grid_24 {
    display: inline;
    float: left;
    margin-left: 5px;
    margin-right: 5px;
}

.push_1,
.pull_1,
.push_2,
.pull_2,
.push_3,
.pull_3,
.push_4,
.pull_4,
.push_5,
.pull_5,
.push_6,
.pull_6,
.push_7,
.pull_7,
.push_8,
.pull_8,
.push_9,
.pull_9,
.push_10,
.pull_10,
.push_11,
.pull_11,
.push_12,
.pull_12,
.push_13,
.pull_13,
.push_14,
.pull_14,
.push_15,
.pull_15,
.push_16,
.pull_16,
.push_17,
.pull_17,
.push_18,
.pull_18,
.push_19,
.pull_19,
.push_20,
.pull_20,
.push_21,
.pull_21,
.push_22,
.pull_22,
.push_23,
.pull_23 {
    position: relative;
}


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

.alpha {
    margin-left: 0;
}

.omega {
    margin-right: 0;
}


/* `Grid >> 24 Columns
----------------------------------------------------------------------------------------------------*/

.container_24 .grid_1 {
    width: 36px;
}

.container_24 .grid_2 {
    width: 82px;
}

.container_24 .grid_3 {
    width: 128px;
}

.container_24 .grid_4 {
    width: 174px;
}

.container_24 .grid_5 {
    width: 220px;
}

.container_24 .grid_6 {
    width: 266px;
}

.container_24 .grid_7 {
    width: 312px;
}

.container_24 .grid_8 {
    width: 358px;
}

.container_24 .grid_9 {
    width: 404px;
}

.container_24 .grid_10 {
    width: 450px;
}

.container_24 .grid_11 {
    width: 496px;
}

.container_24 .grid_12 {
    width: 542px;
}

.container_24 .grid_13 {
    width: 588px;
}

.container_24 .grid_14 {
    width: 634px;
}

.container_24 .grid_15 {
    width: 680px;
}

.container_24 .grid_16 {
    width: 726px;
}

.container_24 .grid_17 {
    width: 772px;
}

.container_24 .grid_18 {
    width: 818px;
}

.container_24 .grid_19 {
    width: 864px;
}

.container_24 .grid_20 {
    width: 910px;
}

.container_24 .grid_21 {
    width: 956px;
}

.container_24 .grid_22 {
    width: 1002px;
}

.container_24 .grid_23 {
    width: 1048px;
}

.container_24 .grid_24 {
    width: 1094px;
}


/* `Prefix Extra Space >> 24 Columns
----------------------------------------------------------------------------------------------------*/

.container_24 .prefix_1 {
    padding-left: 46px;
}

.container_24 .prefix_2 {
    padding-left: 92px;
}

.container_24 .prefix_3 {
    padding-left: 138px;
}

.container_24 .prefix_4 {
    padding-left: 184px;
}

.container_24 .prefix_5 {
    padding-left: 230px;
}

.container_24 .prefix_6 {
    padding-left: 276px;
}

.container_24 .prefix_7 {
    padding-left: 322px;
}

.container_24 .prefix_8 {
    padding-left: 368px;
}

.container_24 .prefix_9 {
    padding-left: 414px;
}

.container_24 .prefix_10 {
    padding-left: 460px;
}

.container_24 .prefix_11 {
    padding-left: 506px;
}

.container_24 .prefix_12 {
    padding-left: 552px;
}

.container_24 .prefix_13 {
    padding-left: 598px;
}

.container_24 .prefix_14 {
    padding-left: 644px;
}

.container_24 .prefix_15 {
    padding-left: 690px;
}

.container_24 .prefix_16 {
    padding-left: 736px;
}

.container_24 .prefix_17 {
    padding-left: 782px;
}

.container_24 .prefix_18 {
    padding-left: 828px;
}

.container_24 .prefix_19 {
    padding-left: 874px;
}

.container_24 .prefix_20 {
    padding-left: 920px;
}

.container_24 .prefix_21 {
    padding-left: 966px;
}

.container_24 .prefix_22 {
    padding-left: 1012px;
}

.container_24 .prefix_23 {
    padding-left: 1058px;
}


/* `Suffix Extra Space >> 24 Columns
----------------------------------------------------------------------------------------------------*/

.container_24 .suffix_1 {
    padding-right: 46px;
}

.container_24 .suffix_2 {
    padding-right: 92px;
}

.container_24 .suffix_3 {
    padding-right: 138px;
}

.container_24 .suffix_4 {
    padding-right: 184px;
}

.container_24 .suffix_5 {
    padding-right: 230px;
}

.container_24 .suffix_6 {
    padding-right: 276px;
}

.container_24 .suffix_7 {
    padding-right: 322px;
}

.container_24 .suffix_8 {
    padding-right: 368px;
}

.container_24 .suffix_9 {
    padding-right: 414px;
}

.container_24 .suffix_10 {
    padding-right: 460px;
}

.container_24 .suffix_11 {
    padding-right: 506px;
}

.container_24 .suffix_12 {
    padding-right: 552px;
}

.container_24 .suffix_13 {
    padding-right: 598px;
}

.container_24 .suffix_14 {
    padding-right: 644px;
}

.container_24 .suffix_15 {
    padding-right: 690px;
}

.container_24 .suffix_16 {
    padding-right: 736px;
}

.container_24 .suffix_17 {
    padding-right: 782px;
}

.container_24 .suffix_18 {
    padding-right: 828px;
}

.container_24 .suffix_19 {
    padding-right: 874px;
}

.container_24 .suffix_20 {
    padding-right: 920px;
}

.container_24 .suffix_21 {
    padding-right: 966px;
}

.container_24 .suffix_22 {
    padding-right: 1012px;
}

.container_24 .suffix_23 {
    padding-right: 1058px;
}


/* `Push Space >> 24 Columns
----------------------------------------------------------------------------------------------------*/

.container_24 .push_1 {
    left: 46px;
}

.container_24 .push_2 {
    left: 92px;
}

.container_24 .push_3 {
    left: 138px;
}

.container_24 .push_4 {
    left: 184px;
}

.container_24 .push_5 {
    left: 230px;
}

.container_24 .push_6 {
    left: 276px;
}

.container_24 .push_7 {
    left: 322px;
}

.container_24 .push_8 {
    left: 368px;
}

.container_24 .push_9 {
    left: 414px;
}

.container_24 .push_10 {
    left: 460px;
}

.container_24 .push_11 {
    left: 506px;
}

.container_24 .push_12 {
    left: 552px;
}

.container_24 .push_13 {
    left: 598px;
}

.container_24 .push_14 {
    left: 644px;
}

.container_24 .push_15 {
    left: 690px;
}

.container_24 .push_16 {
    left: 736px;
}

.container_24 .push_17 {
    left: 782px;
}

.container_24 .push_18 {
    left: 828px;
}

.container_24 .push_19 {
    left: 874px;
}

.container_24 .push_20 {
    left: 920px;
}

.container_24 .push_21 {
    left: 966px;
}

.container_24 .push_22 {
    left: 1012px;
}

.container_24 .push_23 {
    left: 1058px;
}


/* `Pull Space >> 24 Columns
----------------------------------------------------------------------------------------------------*/

.container_24 .pull_1 {
    left: -46px;
}

.container_24 .pull_2 {
    left: -92px;
}

.container_24 .pull_3 {
    left: -138px;
}

.container_24 .pull_4 {
    left: -184px;
}

.container_24 .pull_5 {
    left: -230px;
}

.container_24 .pull_6 {
    left: -276px;
}

.container_24 .pull_7 {
    left: -322px;
}

.container_24 .pull_8 {
    left: -368px;
}

.container_24 .pull_9 {
    left: -414px;
}

.container_24 .pull_10 {
    left: -460px;
}

.container_24 .pull_11 {
    left: -506px;
}

.container_24 .pull_12 {
    left: -552px;
}

.container_24 .pull_13 {
    left: -598px;
}

.container_24 .pull_14 {
    left: -644px;
}

.container_24 .pull_15 {
    left: -690px;
}

.container_24 .pull_16 {
    left: -736px;
}

.container_24 .pull_17 {
    left: -782px;
}

.container_24 .pull_18 {
    left: -828px;
}

.container_24 .pull_19 {
    left: -874px;
}

.container_24 .pull_20 {
    left: -920px;
}

.container_24 .pull_21 {
    left: -966px;
}

.container_24 .pull_22 {
    left: -1012px;
}

.container_24 .pull_23 {
    left: -1058px;
}


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


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

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


/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */

.clearfix:before,
.clearfix:after,
.container_24:before,
.container_24:after {
    content: '.';
    display: block;
    overflow: hidden;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
}

.container_24:after {
    clear: both;
}


/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/

.clearfix,
.container_24 {
    zoom: 1;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

header {
    background: #000 url('../img/bj-campbell-header.jpg') no-repeat left top;
    margin-left: auto;
    margin-right: auto;
    width: 1201px;
    height: 366px;
}

a {
    color: red;
}


/* @group Menu */

nav {
    margin-top: 295px;
}

nav ul li {
    padding: 0 14px 0 3px;
    display: inline-block;
    text-decoration: none;
    background-repeat: no-repeat;
    padding-bottom: 30px;
}

li.divider {
    background: url('../img/menu/divider.png') 0 0 no-repeat;
    height: 24px;
    width: 18px;
}

li a#about {
    background: url('../img/menu/about.png') no-repeat;
    height: 24px;
    width: 57px;
    text-indent: -9999px;
    display: block;
}

li a#about:hover,
li a#about.active {
    background: url('../img/menu/about-hover.png') no-repeat;
    cursor: pointer;
    height: 24px;
    width: 57px;
}

li a#horses {
    background: url('../img/menu/horses.png') no-repeat;
    height: 24px;
    width: 105px;
    text-indent: -9999px;
    display: block;
}

li a#horses:hover,
li a#horses.active {
    background: url('../img/menu/horses-hover.png') no-repeat;
    cursor: pointer;
    height: 24px;
    width: 105px;
}

li a#events {
    background: url('../img/menu/events.png') no-repeat;
    height: 24px;
    width: 65px;
    text-indent: -9999px;
    display: block;
}

li a#events:hover,
li a#events.active {
    background: url('../img/menu/events-hover.png') no-repeat;
    cursor: pointer;
    height: 24px;
    width: 65px;
}

li a#sponsors {
    background: url('../img/menu/sponsors.png') no-repeat;
    height: 24px;
    width: 90px;
    text-indent: -9999px;
    display: block;
}

li a#sponsors:hover,
li a#sponsors.active {
    background: url('../img/menu/sponsors-hover.png') no-repeat;
    cursor: pointer;
    height: 24px;
    width: 90px;
}

li a#contact {
    background: url('../img/menu/contact.png') no-repeat;
    height: 24px;
    width: 79px;
    text-indent: -9999px;
    display: block;
}

li a#contact:hover,
li a#contact.active {
    background: url('../img/menu/contact-hover.png') no-repeat;
    cursor: pointer;
    height: 24px;
    width: 79px;
    text-indent: -9999px;
    display: block;
}

li a#home {
    background: url('../img/menu/home.png') no-repeat;
    height: 24px;
    width: 47px;
    text-indent: -9999px;
    display: block;
}

li a#home:hover,
li a#home.active {
    background: url('../img/menu/home-hover.png') no-repeat;
    cursor: pointer;
    height: 24px;
    width: 47px;
}

nav ul li ul {
    display: none;
    width: 150px;
    z-index: 510;
    padding: 0;
    margin: 10px 0 0 -15px;
    background-color: rgb(57, 56, 56);
    /* Fall-back for browsers that don't support rgba */
    background-color: rgba(57, 56, 56, 0.9);
}

nav ul li:hover ul {
    display: block;
    position: absolute;
}

nav ul li ul li {
    display: block;
    width: 100%;
    height: 100%;
    padding: 5px;
    margin: 0;
    line-height: 16px;
    text-indent: 0;
}

nav ul li ul li a,
nav ul li ul li a:visited {
    font-family: arial;
    font-size: 14px;
    text-shadow: none;
    font-weight: normal;
    text-decoration: none;
    color: #fff;
    padding-left: 5px;
}

nav ul li ul li a:hover {
    font-family: arial;
    font-size: 14px;
    text-shadow: none;
    background: none;
    color: red;
    text-decoration: none;
}


/* @end Menu */

.pad-top-30 {
    padding-top: 30px;
}

.pad-top-15 {
    padding-top: 15px;
}

#content {
    background-color: #e2e3e4;
    padding: 20px 0;
}

#content p {
    color: #000;
    font-family: arial;
    font-size: 12px;
    padding-top: 10px;
}

#content a,
#content a:visited {
    text-decoration: none;
}

#content a:hover {
    text-decoration: underline;
}

.red {
    color: red;
}

#sponsor_bar {
    padding: 20px 10px;
    margin-top: 30px;
    border-top: 3px solid #333;
}

#sponsor_scroll img {
    padding: 0 20px;
    float: left;
    display: block;
}

.horses {
    padding-top: 30px;
    padding-bottom: 20px;
}

.horse-bg {
    background: url('../img/frame.png');
    width: 322px;
    height: 207px;
}

.horse-bg img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 14px;
}

.pro-content {
    padding-left: 25px;
}


/* @group product */

.product_space {
    margin-bottom: 20px;
}

.product_title {
    color: #585349;
    font-size: 14px;
    padding: 5px 0;
    border-bottom: 1px dotted #585349;
    border-top: 1px dotted #585349;
    margin-bottom: 10px;
}

.product_short {
    font-family: arial;
    font-size: 11px;
}

a.read_more,
a.read_more:visited {
    font-size: 10px;
    text-decoration: none;
    padding-left: 5px;
}

a.read_more:hover {
    text-decoration: underline;
}

.product_info {
    border-bottom: 1px dotted #585349;
    border-top: 1px dotted #585349;
    margin: 10px 0 20px 0;
}

.product_info p {
    font-family: "Arial Narrow";
    font-size: 14px;
    color: #585349;
    padding: 5px 0;
}

.text_right {
    text-align: right;
}

.product_action {
    font-family: "Arial Narrow";
    float: left;
    width: 100px;
    height: 12px;
    padding-top: 10px;
    line-height: 11px;
    text-align: center;
}

.product_action a,
.product_action a:visited {
    font-size: 11px;
    padding: 0;
    text-align: center;
    text-decoration: none;
}

.product_action:hover {
    text-decoration: underline;
}

.right {
    float: right;
}

.left {
    float: left;
}

.block_details p {
    font-size: 14px;
}

.block_details p.interested {
    float: left;
    font-size: 18px;
    color: #585349;
    padding: 0 10px 0 0;
}

.block_details .email {
    float: left;
    padding: 5px;
    margin-top: 5px;
    background-color: red;
    height: 18px;
    line-height: 18px;
}

#content .block_details .email a,
#content .block_details .email a:visited {
    font-size: 14px;
    color: #FFF;
    padding: 0;
    text-align: center;
    text-decoration: none;
}

.block_details .email:hover {
    background-color: maroon;
}

h1.details {
    padding-bottom: 10px;
    font-size: 18px;
}

ul#horse-menu li a,
ul#horse-menu li a:visited {
    font-size: 12px;
    color: black;
    padding-bottom: 2px;
    display: list-item;
}

ul#horse-menu li a:hover {
    color: red;
    text-decoration: none;
}


/* @end product */


/**
 * Copyright (c) 2012 Anders Ekdahl (http://coffeescripter.com/)
 * Dual licensed under the MIT (http://www.opensource.org/licenses/mit-license.php)
 * and GPL (http://www.opensource.org/licenses/gpl-license.php) licenses.
 *
 * Version: 1.2.7
 *
 * Demo and documentation: http://coffeescripter.com/code/ad-gallery/
 */

#gallery {
    padding: 30px;
    /*background-color: #dbd8d2;*/
}

.ad-gallery {
    width: 650px;
}

.ad-gallery,
.ad-gallery * {
    margin: 0;
    padding: 0;
}

.ad-gallery .ad-image-wrapper {
    width: 100%;
    height: 400px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}

.ad-gallery .ad-image-wrapper .ad-loader {
    position: absolute;
    z-index: 10;
    top: 48%;
    left: 48%;
    border: 1px solid #CCC;
}

.ad-gallery .ad-image-wrapper .ad-next {
    position: absolute;
    right: 0;
    top: 0;
    width: 25%;
    height: 100%;
    cursor: pointer;
    display: block;
    z-index: 200;
}

.ad-gallery .ad-image-wrapper .ad-prev {
    position: absolute;
    left: 0;
    top: 0;
    width: 25%;
    height: 100%;
    cursor: pointer;
    display: block;
    z-index: 200;
}

.ad-gallery .ad-image-wrapper .ad-prev,
.ad-gallery .ad-image-wrapper .ad-next {
    /* Or else IE will hide it */
    background: url('../js/img/trans.gif');
}

.ad-gallery .ad-image-wrapper .ad-prev .ad-prev-image,
.ad-gallery .ad-image-wrapper .ad-next .ad-next-image {
    background: url('../js/img/ad_prev.png');
    width: 30px;
    height: 30px;
    display: none;
    position: absolute;
    top: 47%;
    left: 0;
    z-index: 101;
}

.ad-gallery .ad-image-wrapper .ad-next .ad-next-image {
    background: url('../js/img/ad_next.png');
    width: 30px;
    height: 30px;
    right: 0;
    left: auto;
}

.ad-gallery .ad-image-wrapper .ad-image {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    z-index: 9;
}

.ad-gallery .ad-image-wrapper .ad-image a img {
    border: 0;
}

.ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 7px;
    text-align: left;
    width: 100%;
    z-index: 2;
    background: url('../js/img/opa75.png');
    color: #000;
}

* html .ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
    background: none;
}

.ad-gallery .ad-image-wrapper .ad-image .ad-image-description .ad-description-title {
    display: block;
}

.ad-gallery .ad-controls {
    height: 15px;
}

.ad-gallery .ad-info {
    float: left;
    font-size: 10px;
}

.ad-gallery .ad-slideshow-controls {
    float: right;
}

.ad-gallery .ad-slideshow-controls .ad-slideshow-start,
.ad-gallery .ad-slideshow-controls .ad-slideshow-stop {
    padding-left: 5px;
    cursor: pointer;
    font-size: 10px;
}

.ad-gallery .ad-slideshow-controls .ad-slideshow-countdown {
    padding-left: 5px;
    font-size: 10px;
}

.ad-gallery .ad-slideshow-running .ad-slideshow-start {
    cursor: default;
    font-style: italic;
    font-size: 10px;
}

.ad-gallery .ad-nav {
    width: 100%;
    position: relative;
}

.ad-gallery .ad-forward,
.ad-gallery .ad-back {
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 10;
}


/* IE 6 doesn't like height: 100% */

* html .ad-gallery .ad-forward,
.ad-gallery .ad-back {
    height: 100px;
}

.ad-gallery .ad-back {
    cursor: pointer;
    left: -20px;
    width: 13px;
    display: block;
    background: url('../js/img/ad_scroll_back.png') 0px 22px no-repeat;
}

.ad-gallery .ad-forward {
    cursor: pointer;
    display: block;
    right: -20px;
    width: 13px;
    background: url('../js/img/ad_scroll_forward.png') 0px 22px no-repeat;
}

.ad-gallery .ad-nav .ad-thumbs {
    overflow: hidden;
    width: 100%;
}

.ad-gallery .ad-thumbs .ad-thumb-list {
    float: left;
    width: 9000px;
    list-style: none;
}

.ad-gallery .ad-thumbs li {
    float: left;
    padding-right: 5px;
}

.ad-gallery .ad-thumbs li a {
    display: block;
}

.ad-gallery .ad-thumbs li a img {
    border: 3px solid #CCC;
    display: block;
}

.ad-gallery .ad-thumbs li a.ad-active img {
    border: 3px solid #616161;
}


/* Can't do display none, since Opera won't load the images then */

.ad-preloads {
    position: absolute;
    left: -9000px;
    top: -9000px;
}


/*end of ad gallery */


/*Navigation*/

#page_navigation {
    float: left;
    display: inline;
}

#page_navigation a {
    padding: 3px;
    border: 1px solid #000;
    margin: 2px;
    color: #000;
    text-decoration: none;
    font-size: .8em;
}

.active_page {
    background: #000;
    color: white !important;
}


/*End of Navigation*/


/* @group sponsors */

a#classic {
    background: url('../img/sponsors/BJC_Classic.png') no-repeat left top;
    width: 320px;
    height: 202px;
    text-indent: -9999px;
    display: block;
}

a#classic:hover {
    background: url('../img/sponsors/BJC_Classic2.png') no-repeat left top;
}

a#coats {
    background: url('../img/sponsors/BJC_Coats.png') no-repeat left top;
    width: 320px;
    height: 202px;
    text-indent: -9999px;
    display: block;
}

a#coats:hover {
    background: url('../img/sponsors/BJC_Coats2.png') no-repeat left top;
}

a#wrangler {
    background: url('../img/sponsors/BJC_Wrangler.png') no-repeat left top;
    width: 320px;
    height: 202px;
    text-indent: -9999px;
    display: block;
}

a#wrangler:hover {
    background: url('../img/sponsors/BJC_Wrangler2.png') no-repeat left top;
}

a#inland {
    background: url('../img/sponsors/BJC_InlandDesert.png') no-repeat left top;
    width: 320px;
    height: 202px;
    text-indent: -9999px;
    display: block;
}

a#inland:hover {
    background: url('../img/sponsors/BJC_InlandDesert2.png') no-repeat left top;
}

a#prairie {
    background: url('../img/sponsors/BJC_PrairieStates.png') no-repeat left top;
    width: 320px;
    height: 202px;
    text-indent: -9999px;
    display: block;
}

a#prairie:hover {
    background: url('../img/sponsors/BJC_PrairieStates2.png') no-repeat left top;
}

a#rockinu {
    background: url('../img/sponsors/BJC_RockinU.png') no-repeat left top;
    width: 320px;
    height: 202px;
    text-indent: -9999px;
    display: block;
}

a#rockinu:hover {
    background: url('../img/sponsors/BJC_RockinU2.png') no-repeat left top;
}

a#silverlining {
    background: url('../img/sponsors/BJC_SilverLining.png') no-repeat left top;
    width: 320px;
    height: 202px;
    text-indent: -9999px;
    display: block;
}

a#silverlining:hover {
    background: url('../img/sponsors/BJC_SilverLining2.png') no-repeat left top;
}

a#renew {
    background: url('../img/sponsors/BJC_RenewGold.png') no-repeat left top;
    width: 320px;
    height: 202px;
    text-indent: -9999px;
    display: block;
}

a#renew:hover {
    background: url('../img/sponsors/BJC_RenewGold2.png') no-repeat left top;
}

a#wicked {
    background: url('../img/sponsors/BJC_WickedWest.png') no-repeat left top;
    width: 320px;
    height: 202px;
    text-indent: -9999px;
    display: block;
}

a#wicked:hover {
    background: url('../img/sponsors/BJC_WickedWest2.png') no-repeat left top;
}


/* @end sponsors */

form label {
    color: #3b3a3a;
    font-weight: normal;
    padding-top: 10px;
}

form .required {
    color: #035b68;
    font-size: 10px;
}

form input {
    margin-bottom: 10px;
}

form textarea {
    margin-bottom: 10px;
}

form small,
form small a {
    color: #035b68;
    font-size: 11px;
}

.smallButton {
    background-color: #3e3e3e;
    color: #fff;
    padding: 5px;
    width: auto;
    border: none;
}

.smallButton:hover {
    background-color: red;
    color: #fff;
}

.err_group {
    padding-bottom: 20px;
}

.err {
    color: #035b68;
    font-size: 12px;
    padding-bottom: 5px;
}

ul.legend li {
    list-style-type: disc;
    color: #000;
    font-family: arial;
    font-size: 12px;
    margin-left: 20px;
}

ul.lifestyle-gal li {
    display: inline-block;
}


/* @group footer */

footer {
    background: #000 url('../img/bj-campbell-footer.jpg') no-repeat left top;
    width: 1097px;
    padding-top: 60px;
    margin: 0;
    padding-bottom: 0;
}

footer p,
footer a,
footer a:visited,
footer span {
    color: #fff;
    font-family: arial;
    font-size: 15px;
    text-decoration: none;
    letter-spacing: .12em;
    margin: 0;
    padding: 0;
}

footer a:hover {
    color: red;
}

footer ul li {
    display: inline;
}

footer ul li span {
    padding: 0 5px;
}

footer ul#social {
    padding: 0 0 15px 10px;
}

footer ul#social li a img {
    padding: 0 4px;
}

#copyright,
#copyright a,
#copyright a:visited {
    color: #737373;
}

#copyright a:hover {
    color: #fff;
}


/* @end footer */


/*slides*/

ul.slidesjs-pagination {
    list-style: none;
    padding: 0;
    margin: 0;
    float: right;
    position: relative;
    padding-top: 10px;
}

ul.slidesjs-pagination li {
    padding-right: 5px;
    float: left;
}

ul.slidesjs-pagination li a {
    display: block;
    width: 12px;
    height: 12px;
    overflow: hidden;
    text-indent: 20em;
    background: #bcbdbd;
    text-decoration: none;
    border-radius: 50%;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
}

ul.slidesjs-pagination li a.active,
ul.slidesjs-pagination li a:hover {
    background: #f71d1d;
}

a.slidesjs-previous {
    margin-top: -50px;
}

#slide-wrap {
    background: url('../img/slides/slide-frame.png') no-repeat;
    width: 515px;
    height: 253px;
}

#slides {
    padding: 17px 0 0 16px;
}


/*End of Slides*/


/*
|--------------------------------------------------------------------------
| UItoTop jQuery Plugin 1.2
| http://www.mattvarone.com/web-design/uitotop-jquery-plugin/
|--------------------------------------------------------------------------
*/

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    overflow: hidden;
    width: 51px;
    height: 51px;
    border: none;
    text-indent: 100%;
    background: url(../img/ui.totop.png) no-repeat left top;
}

#toTopHover {
    background: url(../img/ui.totop.png) no-repeat left -51px;
    width: 51px;
    height: 51px;
    display: block;
    overflow: hidden;
    float: left;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}

#toTop:active,
#toTop:focus {
    outline: none;
}


/*Pretty Photo*/

div.pp_default .pp_top,
div.pp_default .pp_top .pp_middle,
div.pp_default .pp_top .pp_left,
div.pp_default .pp_top .pp_right,
div.pp_default .pp_bottom,
div.pp_default .pp_bottom .pp_left,
div.pp_default .pp_bottom .pp_middle,
div.pp_default .pp_bottom .pp_right {
    height: 13px;
}

div.pp_default .pp_top .pp_left {
    background: url(../img/prettyPhoto/default/sprite.png) -78px -93px no-repeat;
}

div.pp_default .pp_top .pp_middle {
    background: url(../img/prettyPhoto/default/sprite_x.png) top left repeat-x;
}

div.pp_default .pp_top .pp_right {
    background: url(../img/prettyPhoto/default/sprite.png) -112px -93px no-repeat;
}

div.pp_default .pp_content .ppt {
    color: #f8f8f8;
}

div.pp_default .pp_content_container .pp_left {
    background: url(../img/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;
    padding-left: 13px;
}

div.pp_default .pp_content_container .pp_right {
    background: url(../img/prettyPhoto/default/sprite_y.png) top right repeat-y;
    padding-right: 13px;
}

div.pp_default .pp_next:hover {
    background: url(../img/prettyPhoto/default/sprite_next.png) center right no-repeat;
    cursor: pointer;
}

div.pp_default .pp_previous:hover {
    background: url(../img/prettyPhoto/default/sprite_prev.png) center left no-repeat;
    cursor: pointer;
}

div.pp_default .pp_expand {
    background: url(../img/prettyPhoto/default/sprite.png) 0 -29px no-repeat;
    cursor: pointer;
    width: 28px;
    height: 28px;
}

div.pp_default .pp_expand:hover {
    background: url(../img/prettyPhoto/default/sprite.png) 0 -56px no-repeat;
    cursor: pointer;
}

div.pp_default .pp_contract {
    background: url(../img/prettyPhoto/default/sprite.png) 0 -84px no-repeat;
    cursor: pointer;
    width: 28px;
    height: 28px;
}

div.pp_default .pp_contract:hover {
    background: url(../img/prettyPhoto/default/sprite.png) 0 -113px no-repeat;
    cursor: pointer;
}

div.pp_default .pp_close {
    width: 30px;
    height: 30px;
    background: url(../img/prettyPhoto/default/sprite.png) 2px 1px no-repeat;
    cursor: pointer;
}

div.pp_default .pp_gallery ul li a {
    background: url(../img/prettyPhoto/default/default_thumb.png) center center #f8f8f8;
    border: 1px solid #aaa;
}

div.pp_default .pp_social {
    margin-top: 7px;
}

div.pp_default .pp_gallery a.pp_arrow_previous,
div.pp_default .pp_gallery a.pp_arrow_next {
    position: static;
    left: auto;
}

div.pp_default .pp_nav .pp_play,
div.pp_default .pp_nav .pp_pause {
    background: url(../img/prettyPhoto/default/sprite.png) -51px 1px no-repeat;
    height: 30px;
    width: 30px;
}

div.pp_default .pp_nav .pp_pause {
    background-position: -51px -29px;
}

div.pp_default a.pp_arrow_previous,
div.pp_default a.pp_arrow_next {
    background: url(../img/prettyPhoto/default/sprite.png) -31px -3px no-repeat;
    height: 20px;
    width: 20px;
    margin: 4px 0 0;
}

div.pp_default a.pp_arrow_next {
    left: 52px;
    background-position: -82px -3px;
}

div.pp_default .pp_content_container .pp_details {
    margin-top: 5px;
}

div.pp_default .pp_nav {
    clear: none;
    height: 30px;
    width: 110px;
    position: relative;
}

div.pp_default .pp_nav .currentTextHolder {
    font-family: Georgia;
    font-style: italic;
    color: #999;
    font-size: 11px;
    left: 75px;
    line-height: 25px;
    position: absolute;
    top: 2px;
    margin: 0;
    padding: 0 0 0 10px;
}

div.pp_default .pp_close:hover,
div.pp_default .pp_nav .pp_play:hover,
div.pp_default .pp_nav .pp_pause:hover,
div.pp_default .pp_arrow_next:hover,
div.pp_default .pp_arrow_previous:hover {
    opacity: 0.7;
}

div.pp_default .pp_description {
    font-size: 11px;
    font-weight: 700;
    line-height: 14px;
    margin: 5px 50px 5px 0;
}

div.pp_default .pp_bottom .pp_left {
    background: url(../img/prettyPhoto/default/sprite.png) -78px -127px no-repeat;
}

div.pp_default .pp_bottom .pp_middle {
    background: url(../img/prettyPhoto/default/sprite_x.png) bottom left repeat-x;
}

div.pp_default .pp_bottom .pp_right {
    background: url(../img/prettyPhoto/default/sprite.png) -112px -127px no-repeat;
}

div.pp_default .pp_loaderIcon {
    background: url(../img/prettyPhoto/default/loader.gif) center center no-repeat;
}

div.light_rounded .pp_top .pp_left {
    background: url(../img/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat;
}

div.light_rounded .pp_top .pp_right {
    background: url(../img/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat;
}

div.light_rounded .pp_next:hover {
    background: url(../img/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;
    cursor: pointer;
}

div.light_rounded .pp_previous:hover {
    background: url(../img/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;
    cursor: pointer;
}

div.light_rounded .pp_expand {
    background: url(../img/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;
    cursor: pointer;
}

div.light_rounded .pp_expand:hover {
    background: url(../img/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;
    cursor: pointer;
}

div.light_rounded .pp_contract {
    background: url(../img/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;
    cursor: pointer;
}

div.light_rounded .pp_contract:hover {
    background: url(../img/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;
    cursor: pointer;
}

div.light_rounded .pp_close {
    width: 75px;
    height: 22px;
    background: url(../img/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;
    cursor: pointer;
}

div.light_rounded .pp_nav .pp_play {
    background: url(../img/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;
    height: 15px;
    width: 14px;
}

div.light_rounded .pp_nav .pp_pause {
    background: url(../img/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;
    height: 15px;
    width: 14px;
}

div.light_rounded .pp_arrow_previous {
    background: url(../img/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat;
}

div.light_rounded .pp_arrow_next {
    background: url(../img/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat;
}

div.light_rounded .pp_bottom .pp_left {
    background: url(../img/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat;
}

div.light_rounded .pp_bottom .pp_right {
    background: url(../img/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat;
}

div.dark_rounded .pp_top .pp_left {
    background: url(../img/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat;
}

div.dark_rounded .pp_top .pp_right {
    background: url(../img/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat;
}

div.dark_rounded .pp_content_container .pp_left {
    background: url(../img/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y;
}

div.dark_rounded .pp_content_container .pp_right {
    background: url(../img/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y;
}

div.dark_rounded .pp_next:hover {
    background: url(../img/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;
    cursor: pointer;
}

div.dark_rounded .pp_previous:hover {
    background: url(../img/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;
    cursor: pointer;
}

div.dark_rounded .pp_expand {
    background: url(../img/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;
    cursor: pointer;
}

div.dark_rounded .pp_expand:hover {
    background: url(../img/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;
    cursor: pointer;
}

div.dark_rounded .pp_contract {
    background: url(../img/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;
    cursor: pointer;
}

div.dark_rounded .pp_contract:hover {
    background: url(../img/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;
    cursor: pointer;
}

div.dark_rounded .pp_close {
    width: 75px;
    height: 22px;
    background: url(../img/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;
    cursor: pointer;
}

div.dark_rounded .pp_description {
    margin-right: 85px;
    color: #fff;
}

div.dark_rounded .pp_nav .pp_play {
    background: url(../img/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;
    height: 15px;
    width: 14px;
}

div.dark_rounded .pp_nav .pp_pause {
    background: url(../img/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;
    height: 15px;
    width: 14px;
}

div.dark_rounded .pp_arrow_previous {
    background: url(../img/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat;
}

div.dark_rounded .pp_arrow_next {
    background: url(../img/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat;
}

div.dark_rounded .pp_bottom .pp_left {
    background: url(../img/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat;
}

div.dark_rounded .pp_bottom .pp_right {
    background: url(../img/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat;
}

div.dark_rounded .pp_loaderIcon {
    background: url(../img/prettyPhoto/dark_rounded/loader.gif) center center no-repeat;
}

div.dark_square .pp_left,
div.dark_square .pp_middle,
div.dark_square .pp_right,
div.dark_square .pp_content {
    background: #000;
}

div.dark_square .pp_description {
    color: #fff;
    margin: 0 85px 0 0;
}

div.dark_square .pp_loaderIcon {
    background: url(../img/prettyPhoto/dark_square/loader.gif) center center no-repeat;
}

div.dark_square .pp_expand {
    background: url(../img/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;
    cursor: pointer;
}

div.dark_square .pp_expand:hover {
    background: url(../img/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;
    cursor: pointer;
}

div.dark_square .pp_contract {
    background: url(../img/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;
    cursor: pointer;
}

div.dark_square .pp_contract:hover {
    background: url(../img/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;
    cursor: pointer;
}

div.dark_square .pp_close {
    width: 75px;
    height: 22px;
    background: url(../img/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;
    cursor: pointer;
}

div.dark_square .pp_nav {
    clear: none;
}

div.dark_square .pp_nav .pp_play {
    background: url(../img/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;
    height: 15px;
    width: 14px;
}

div.dark_square .pp_nav .pp_pause {
    background: url(../img/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;
    height: 15px;
    width: 14px;
}

div.dark_square .pp_arrow_previous {
    background: url(../img/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat;
}

div.dark_square .pp_arrow_next {
    background: url(../img/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat;
}

div.dark_square .pp_next:hover {
    background: url(../img/prettyPhoto/dark_square/btnNext.png) center right no-repeat;
    cursor: pointer;
}

div.dark_square .pp_previous:hover {
    background: url(../img/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;
    cursor: pointer;
}

div.light_square .pp_expand {
    background: url(../img/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;
    cursor: pointer;
}

div.light_square .pp_expand:hover {
    background: url(../img/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;
    cursor: pointer;
}

div.light_square .pp_contract {
    background: url(../img/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;
    cursor: pointer;
}

div.light_square .pp_contract:hover {
    background: url(../img/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;
    cursor: pointer;
}

div.light_square .pp_close {
    width: 75px;
    height: 22px;
    background: url(../img/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;
    cursor: pointer;
}

div.light_square .pp_nav .pp_play {
    background: url(../img/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;
    height: 15px;
    width: 14px;
}

div.light_square .pp_nav .pp_pause {
    background: url(../img/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;
    height: 15px;
    width: 14px;
}

div.light_square .pp_arrow_previous {
    background: url(../img/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat;
}

div.light_square .pp_arrow_next {
    background: url(../img/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat;
}

div.light_square .pp_next:hover {
    background: url(../img/prettyPhoto/light_square/btnNext.png) center right no-repeat;
    cursor: pointer;
}

div.light_square .pp_previous:hover {
    background: url(../img/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;
    cursor: pointer;
}

div.facebook .pp_top .pp_left {
    background: url(../img/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat;
}

div.facebook .pp_top .pp_middle {
    background: url(../img/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x;
}

div.facebook .pp_top .pp_right {
    background: url(../img/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat;
}

div.facebook .pp_content_container .pp_left {
    background: url(../img/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y;
}

div.facebook .pp_content_container .pp_right {
    background: url(../img/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y;
}

div.facebook .pp_expand {
    background: url(../img/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;
    cursor: pointer;
}

div.facebook .pp_expand:hover {
    background: url(../img/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;
    cursor: pointer;
}

div.facebook .pp_contract {
    background: url(../img/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;
    cursor: pointer;
}

div.facebook .pp_contract:hover {
    background: url(../img/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;
    cursor: pointer;
}

div.facebook .pp_close {
    width: 22px;
    height: 22px;
    background: url(../img/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;
    cursor: pointer;
}

div.facebook .pp_description {
    margin: 0 37px 0 0;
}

div.facebook .pp_loaderIcon {
    background: url(../img/prettyPhoto/facebook/loader.gif) center center no-repeat;
}

div.facebook .pp_arrow_previous {
    background: url(../img/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;
    height: 22px;
    margin-top: 0;
    width: 22px;
}

div.facebook .pp_arrow_previous.disabled {
    background-position: 0 -96px;
    cursor: default;
}

div.facebook .pp_arrow_next {
    background: url(../img/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;
    height: 22px;
    margin-top: 0;
    width: 22px;
}

div.facebook .pp_arrow_next.disabled {
    background-position: -32px -96px;
    cursor: default;
}

div.facebook .pp_nav {
    margin-top: 0;
}

div.facebook .pp_nav p {
    font-size: 15px;
    padding: 0 3px 0 4px;
}

div.facebook .pp_nav .pp_play {
    background: url(../img/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;
    height: 22px;
    width: 22px;
}

div.facebook .pp_nav .pp_pause {
    background: url(../img/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;
    height: 22px;
    width: 22px;
}

div.facebook .pp_next:hover {
    background: url(../img/prettyPhoto/facebook/btnNext.png) center right no-repeat;
    cursor: pointer;
}

div.facebook .pp_previous:hover {
    background: url(../img/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;
    cursor: pointer;
}

div.facebook .pp_bottom .pp_left {
    background: url(../img/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat;
}

div.facebook .pp_bottom .pp_middle {
    background: url(../img/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x;
}

div.facebook .pp_bottom .pp_right {
    background: url(../img/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat;
}

div.pp_pic_holder a:focus {
    outline: none;
}

div.pp_overlay {
    background: #000;
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9500;
}

div.pp_pic_holder {
    display: none;
    position: absolute;
    width: 100px;
    z-index: 10000;
}

.pp_content {
    height: 40px;
    min-width: 40px;
}

* html .pp_content {
    width: 40px;
}

.pp_content_container {
    position: relative;
    text-align: left;
    width: 100%;
}

.pp_content_container .pp_left {
    padding-left: 20px;
}

.pp_content_container .pp_right {
    padding-right: 20px;
}

.pp_content_container .pp_details {
    float: left;
    margin: 10px 0 2px;
}

.pp_description {
    display: none;
    margin: 0;
}

.pp_social {
    float: left;
    margin: 0;
}

.pp_social .facebook {
    float: left;
    margin-left: 5px;
    width: 55px;
    overflow: hidden;
}

.pp_social .twitter {
    float: left;
    display: none;
}

.pp_nav {
    clear: right;
    float: left;
    margin: 3px 10px 0 0;
}

.pp_nav p {
    float: left;
    white-space: nowrap;
    margin: 2px 4px;
}

.pp_nav .pp_play,
.pp_nav .pp_pause {
    float: left;
    margin-right: 4px;
    text-indent: -10000px;
}

a.pp_arrow_previous,
a.pp_arrow_next {
    display: block;
    float: left;
    height: 15px;
    margin-top: 3px;
    overflow: hidden;
    text-indent: -10000px;
    width: 14px;
}

.pp_hoverContainer {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2000;
}

.pp_gallery {
    display: none;
    left: 50%;
    margin-top: -50px;
    position: absolute;
    z-index: 10000;
}

.pp_gallery div {
    float: left;
    overflow: hidden;
    position: relative;
}

.pp_gallery ul {
    float: left;
    height: 35px;
    position: relative;
    white-space: nowrap;
    margin: 0 0 0 5px;
    padding: 0;
}

.pp_gallery ul a {
    border: 1px rgba(0, 0, 0, 0.5) solid;
    display: block;
    float: left;
    height: 33px;
    overflow: hidden;
}

.pp_gallery ul a img {
    border: 0;
}

.pp_gallery li {
    display: block;
    float: left;
    margin: 0 5px 0 0;
    padding: 0;
}

.pp_gallery li.default a {
    background: url(../img/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
    display: block;
    height: 33px;
    width: 50px;
}

.pp_gallery .pp_arrow_previous,
.pp_gallery .pp_arrow_next {
    margin-top: 7px!important;
}

a.pp_next {
    background: url(../img/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
    display: block;
    float: right;
    height: 100%;
    text-indent: -10000px;
    width: 49%;
}

a.pp_previous {
    background: url(../img/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
    display: block;
    float: left;
    height: 100%;
    text-indent: -10000px;
    width: 49%;
}

a.pp_expand,
a.pp_contract {
    cursor: pointer;
    display: none;
    height: 20px;
    position: absolute;
    right: 30px;
    text-indent: -10000px;
    top: 10px;
    width: 20px;
    z-index: 20000;
}

a.pp_close {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    line-height: 22px;
    text-indent: -10000px;
}

.pp_loaderIcon {
    display: block;
    height: 24px;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 24px;
    margin: -12px 0 0 -12px;
}

#pp_full_res {
    line-height: 1!important;
}

#pp_full_res .pp_inline {
    text-align: left;
}

#pp_full_res .pp_inline p {
    margin: 0 0 15px;
}

div.ppt {
    color: #fff;
    display: none;
    font-size: 17px;
    z-index: 9999;
    margin: 0 0 5px 15px;
}

div.pp_default .pp_content,
div.light_rounded .pp_content {
    background-color: #fff;
}

div.pp_default #pp_full_res .pp_inline,
div.light_rounded .pp_content .ppt,
div.light_rounded #pp_full_res .pp_inline,
div.light_square .pp_content .ppt,
div.light_square #pp_full_res .pp_inline,
div.facebook .pp_content .ppt,
div.facebook #pp_full_res .pp_inline {
    color: #000;
}

div.pp_default .pp_gallery ul li a:hover,
div.pp_default .pp_gallery ul li.selected a,
.pp_gallery ul a:hover,
.pp_gallery li.selected a {
    border-color: #fff
}

div.pp_default .pp_details,
div.light_rounded .pp_details,
div.dark_rounded .pp_details,
div.dark_square .pp_details,
div.light_square .pp_details,
div.facebook .pp_details {
    position: relative;
}

div.light_rounded .pp_top .pp_middle,
div.light_rounded .pp_content_container .pp_left,
div.light_rounded .pp_content_container .pp_right,
div.light_rounded .pp_bottom .pp_middle,
div.light_square .pp_left,
div.light_square .pp_middle,
div.light_square .pp_right,
div.light_square .pp_content,
div.facebook .pp_content {
    background: #fff;
}

div.light_rounded .pp_description,
div.light_square .pp_description {
    margin-right: 85px;
}

div.light_rounded .pp_gallery a.pp_arrow_previous,
div.light_rounded .pp_gallery a.pp_arrow_next,
div.dark_rounded .pp_gallery a.pp_arrow_previous,
div.dark_rounded .pp_gallery a.pp_arrow_next,
div.dark_square .pp_gallery a.pp_arrow_previous,
div.dark_square .pp_gallery a.pp_arrow_next,
div.light_square .pp_gallery a.pp_arrow_previous,
div.light_square .pp_gallery a.pp_arrow_next {
    margin-top: 12px!important;
}

div.light_rounded .pp_arrow_previous.disabled,
div.dark_rounded .pp_arrow_previous.disabled,
div.dark_square .pp_arrow_previous.disabled,
div.light_square .pp_arrow_previous.disabled {
    background-position: 0 -87px;
    cursor: default;
}

div.light_rounded .pp_arrow_next.disabled,
div.dark_rounded .pp_arrow_next.disabled,
div.dark_square .pp_arrow_next.disabled,
div.light_square .pp_arrow_next.disabled {
    background-position: -22px -87px;
    cursor: default;
}

div.light_rounded .pp_loaderIcon,
div.light_square .pp_loaderIcon {
    background: url(../img/prettyPhoto/light_rounded/loader.gif) center center no-repeat;
}

div.dark_rounded .pp_top .pp_middle,
div.dark_rounded .pp_content,
div.dark_rounded .pp_bottom .pp_middle {
    background: url(../img/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;
}

div.dark_rounded .currentTextHolder,
div.dark_square .currentTextHolder {
    color: #c4c4c4;
}

div.dark_rounded #pp_full_res .pp_inline,
div.dark_square #pp_full_res .pp_inline {
    color: #fff;
}

.pp_top,
.pp_bottom {
    height: 20px;
    position: relative;
}

* html .pp_top,
* html .pp_bottom {
    padding: 0 20px;
}

.pp_top .pp_left,
.pp_bottom .pp_left {
    height: 20px;
    left: 0;
    position: absolute;
    width: 20px;
}

.pp_top .pp_middle,
.pp_bottom .pp_middle {
    height: 20px;
    left: 20px;
    position: absolute;
    right: 20px;
}

* html .pp_top .pp_middle,
* html .pp_bottom .pp_middle {
    left: 0;
    position: static;
}

.pp_top .pp_right,
.pp_bottom .pp_right {
    height: 20px;
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
}

.pp_fade,
.pp_gallery li.default a img {
    display: none;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */


/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}


/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}


/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}


/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}


/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}


/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}


/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}


/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    /*
     * Don't show links for images, or javascript/internal links
     */
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
        /* h5bp.com/t */
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}