
.og-grid {
    list-style: none outside none;
    margin: 0 auto;
    padding: 20px 0;
    width: 100%;
}
.og-grid li {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    display: inline-block;
    margin: 0 0.668% 0 0;
    padding: 0 !important;
    vertical-align: top;
}

.og-grid li > a, .og-grid li > a img {
    border: medium none;
    display: block;
    margin: 20px 0 0 !important;
    outline: medium none;
    position: relative;
}
.og-grid li a img {
    border: 1px solid #E0E0E0;
}
.og-grid li.og-expanded  a img {
    border: 1px solid #1883C7;
}

.og-grid li.og-expanded > a:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #1883C7;
    border-image: none;
    border-style: solid;
    border-width: 15px;
    content: " ";
    height: 0;
    left: 50%;
    margin: -20px 0 0 -15px;
    pointer-events: none;
    position: absolute;
    top: auto;
    width: 0;
}
.og-expander {
    background: none repeat scroll 0 0 #DDDDDD;
    height: 0;
    left: 0;
    margin-top: 10px;
    overflow: hidden;
    position: absolute;
    text-align: left;
    top: auto;
    width: 100%;
    -webkit-backface-visibility: hidden;
}
.og-expander-inner {
    height: 100%;
    padding: 50px 30px;
}
.og-close {
    cursor: pointer;
    height: 40px;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 40px;
}
.og-close:before, .og-close:after {
    background: none repeat scroll 0 0 #888888;
    content: "";
    height: 1px;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 100%;
}
.og-close:after {
    transform: rotate(-45deg);
}
.og-close:hover:before, .og-close:hover:after {
    background: none repeat scroll 0 0 #333333;
}
.og-expander {
    background: none repeat scroll 0 0 #F3F3F3;
    border: 1px solid #1883C7;
    color: #000000;
    text-align: center;
}
.og-expander .image {
    float: left;
    margin-left: 50px;
    width: 50%;
}
.og-expander .content {
    text-align: left;
    width: 680px;
}
.og-expander .content h2 {
    margin: 0 0 15px;
}
.og-expander .content a {
    cursor: pointer;
}
.og-expander .padding {
    display: none;
    padding: 20px;
    margin-top: 25px;
    overflow-y: auto;
}
.gridder-close, .gridder-nav {
    background: none repeat scroll 0 0 #3085D6;
    border: 1px solid #3085D6;
    color: #FFFFFF !important;
    cursor: pointer;
    display: inline;
    line-height: 0 !important;
    padding: 0 !important;
    position: absolute;
    right: -1px;
    top: -1px;
    z-index: 1;
}
.gridder-nav {
    bottom: -1px;
    margin: 0;
    top: auto;
}
.icon-cross, .icon-arrow-left5, .icon-arrow-right5 {
    color: #FFFFFF !important;
    font-size: 24px !important;
}
.gridder-close:hover, .gridder-nav a:hover {
    background: none repeat scroll 0 0 #58B2FA;
    text-decoration: none;
}
.gridder-nav a {
    display: inline-block;
}

.gridder-thumb .teaserBoxText {
    bottom: 0px;
    left: 0px;
    position: absolute;
    padding: 10px;
}

.gridder-thumb .teaserBoxText h4 {
    background: none repeat scroll 0 0 #0071B9;
    color: #FFFFFF;
    display: inline;
    line-height: 18px;
    margin: 0;
    padding: 5px;
    white-space: pre-wrap;
}

.gridder-thumb .teaserBoxText h4 span {
    padding-left: 5px;
}

.gridder-list:hover .teaserBoxText h4 {
    text-decoration: underline;
}

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
    overflow: hidden;
    position: relative;
}

.jspPane
{
    position: absolute;
    padding: 20px !important;
}

.jspVerticalBar
{
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: 100%;
    background: red;
}

.jspHorizontalBar
{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16px;
    background: red;
}

.jspCap
{
    display: none;
}

.jspHorizontalBar .jspCap
{
    float: left;
}

.jspTrack
{
    background: #F3F3F3;
    position: relative;
}

.jspDrag
{
    background: #D4D6DA;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
    float: left;
    height: 100%;
}

.jspArrow
{
    background: #50506d;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
    padding: 0;
    margin: 0;
}

.jspArrow.jspDisabled
{
    cursor: default;
    background: #80808d;
}

.jspVerticalBar .jspArrow
{
    height: 16px;
}

.jspHorizontalBar .jspArrow
{
    width: 16px;
    float: left;
    height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
    outline: none;
}

.jspCorner
{
    background: #eeeef4;
    float: left;
    height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
    margin: 0 -3px 0 0;
}