@import 'reset.css';
/*@import 'content.css';*/

html, body {
    color: #fff;
}

body {
    background: black;
}

a {
    color: #fff;
    text-decoration: underline;
}
a:hover {
    color: #DC0169;
}

strong { font-weight: bold; }

img { opacity: 1.0; }


h1,
h2 {
    font-family: "Georgia", Times, serif;
    font-style: italic;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 15px;
    color: #DC0169;
}
h2 {
    margin-left: 50px;
}
h3 {
    font-size: 35px;
    line-height: 1em;
    text-indent: 50px;
    font-weight: bold;
    margin-bottom: 20px;
    hyphens: auto;
    max-width: 550px;
}
h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    padding-top: 15px;
}
h5, h6 {
    font-size: 16px;
    font-weight: bold;
}

.pink {
    color: #DC0169;
}

/*= ------------------------------------------------------------------------ */
/*= ------------------------- Basic site layout ---------------------------- */
/*= ------------------------------------------------------------------------ */

#container {
    width: 1000px;
    margin: 40px auto;
}

#header {
    margin-bottom: 94px;
    height: 1%;
}
#header h1 {
    background: url(img/logo.png) no-repeat top left;
    width: 220px;
    height: 26px;
    float: left;
    margin-bottom: 0;
}
#header h1 span { display: none; }
#header h1 a {
    display: block;
    width: 239px;
    height: 41px;
}

#nav {
    width: 230px;
    float: left;
    margin-top: 50px;
    margin-left: 0;
}

#content-container {
    float: left;
    width: 770px;
    font-size: 12px;
}

body.flatpage #content,
body.newsletterpage #content,
body.page-newsletter-archive #content,
/*body.memberslistpage #content,
body.membersdetailpage #content,*/
body.membernewslandingpage #content,
body.page-login #content,
body.page-logout #content {
    width: 575px;
}

#pageclass { display: none; }

#login a {
    text-decoration: none;
}

#login {
    float: right;
    font-weight: bold;
    font-size: 12px;
    margin-right: 22px;
}

#social-site-buttons {
    float: right;
}
#social-site-buttons a {
    float: left;
    margin-left: 8px;
    display: block;
    width: 23px;
    height: 23px;
    background-repeat: no-repeat;
    background-position: 0 0;
}
#social-site-buttons a#social-button-twitter {
    background: url(img/icons/social_networking/twitter_23.png);
}
#social-site-buttons a#social-button-twitter:hover {
    background: url(img/icons/social_networking/twitter_23-hover.png);
}
#social-site-buttons a#social-button-googleplus {
    background: url(img/icons/social_networking/googleplus_23.png);
}
#social-site-buttons a#social-button-googleplus:hover {
    background: url(img/icons/social_networking/googleplus_23-hover.png);
}
#social-site-buttons a#social-button-facebook {
    background: url(img/icons/social_networking/facebook_23.png);
}
#social-site-buttons a#social-button-facebook:hover {
    background: url(img/icons/social_networking/facebook_23-hover.png);
}

/*= -------------------------- Basic typography ---------------------------- */

html, body {
    font-family: "Arial", Helvetica, sans-serif;
}
body {
    font-size: 62.5%;
    line-height: 1.4em;
}

/*
 187.5% = 30px
 112.5% = 18px
 100% = 16px
 93.75% = 15px
 87.5% = 14px
 81.25% = 13px
 75%  = 12px
 68.75% = 11px
 62,5% = 10px
*/

p {
    font-family: "Arial", Helvetica, sans-serif;
    font-size: 12px;
    line-height: 1.4em;
    margin-bottom: 1em;
}

.normal {
    font-weight: normal;
}

#content {
    font-weight: bold;
}

#content a {
    font-family: "Georgia", Times, serif;
    font-style: italic;
    font-weight: normal;
    text-decoration: none;
    border-bottom: 1px solid #fff;
    padding-bottom: 2px;
    margin-bottom: 3px;
}
#content a:hover {
    border-bottom-color: #DC0169;
}

#content #contentlist-container {
    margin-top: 41px;
}
#content #contentlist-container a {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
#content a:hover {
    border-bottom-color: #DC0169;
}

#content ul {
    margin: 0 0 15px 0;
    padding-left: 0;
    list-style: none;
}
#content ul li {
    font-family: "Georgia", Times, serif;
    font-style: italic;
    font-weight: normal;
    margin-bottom: 5px;
    padding-left: 7px;
    background-image: url(img/list-bullet.gif);
    background-repeat: no-repeat;
    background-position: 0 .5em;
    line-height: 1.5em;
}
#content .imagelist-container ul li {
    padding-left: 0;
}

/*= --------------------------- Forms -------------------------------------- */

input {
    background-color: #DC0169;
    border: 0;
    color: white;
    margin: 0;
    width: 100%;
}
button {
    font-family: "Georgia", Times, serif;
    font-style: italic;
    font-size: 12px;
    border: none;
    border-bottom: 1px solid #fff;
    padding: 0 0 2px 0;
    margin-bottom: 3px;
    background: none;
    color: #fff;
}
button:hover {
    color: #DC0169;
    border-bottom-color: #DC0169;
}
label {
    display: block;
    font-weight: bold;
    margin-bottom: 3px;
}

.submit-container {
    margin-top: 8px;
}
.submit-container button {
    float: right;
    display: block;
}
.submit-container .required-text {
    float: left;
    font-weight: bold;
    color: #656565;
}

.errorlist {
    color: #DC0169;
}
#content ul.errorlist li {
    font-family: "Arial", Helvetica, sans-serif;
    font-style: normal;
    background: none;
    padding-left: 0;
}

/*= --------------------------- Main navigation ---------------------------- */

#nav ul.level-2 {
    margin-bottom: 25px;
}

#nav ul.level-1 li {
    font-family: "Georgia", Times, serif;
    font-size: 11px;
    font-weight: normal;
    font-style: italic;
    letter-spacing: 1px;
    line-height: 15px;
}

#nav ul.level-2 {
    margin-top: 5px;
}
#nav ul.level-2 li {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 15px;
}

#nav ul.nav-main a:link,
#nav ul.nav-main a:visited,
#nav ul.nav-main a:hover,
#nav ul.nav-main a:active {
    color: #F6F6F6;
    text-decoration: none;
}

#nav ul.nav-main li a {
    display: block;
    height: 1%;
}

#nav ul.nav-main li a.nav-current {
    color: #DC0169;
}

/*#nav .ui-anchor-overlay-wrapper {
    position: relative;
}

#nav a.ui-anchor-overlay-proxy {
    display: block;
    width: 100%;
    height: 100%;
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.0;
}*/

/*= ------------------------ Generic content styles ------------------------ */

.left {
    float: left;
}

ul.contentlist li.content {
    margin-top: 3px;
    padding: 5px 4px 3px;
}

ul.contentlist li.content img {
    width: 200px;
    height: 92px;
    float: left;
    margin-right: 10px;

}
ul.contentlist li.content p.meta {
    margin-bottom: 4px;
}
ul.contentlist li.content .slug {
    display: none;
}

ul.contentlist li.content h3.date,
ul.contentlist li.content div.title {
    display: none;
}

body.newspage ul.contentlist li.content h3.title,
body.newspage ul.contentlist li.content div.client {
    display: none;
}

body.newspage ul.contentlist li.content h3.date,
body.newspage ul.contentlist li.content div.title {
    display: block;
}
body.newspage ul.contentlist li.content div.title {
    font-family: "Arial", Helvetica, sans-serif;
    font-style: normal;
    font-weight: bold;
}

body.frontpage ul.contentlist li.content .description p {
    margin-bottom: 0;
}
#content ul.contentlist li {
    padding-left: 4px;
}
ul.contentlist li.content {
    margin: 0 0 4px 0;
    padding: 4px 4px;
    position: relative;
}
body.frontpage ul.contentlist li.content {
    padding: 0;
}
body.frontpage #content ul.contentlist li.content a.image {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
body.frontpage ul.contentlist li.content a.image {
    width: 141px;
    float: left;
    cursor: pointer;
}

ul.contentlist li.content .image {
    display: block;
/*    height: 85px;
    width: 126px;*/
    width: 133px;
    height: 89px;
    float: left;
    margin-bottom: 4px;
}
ul.contentlist li.content .text-container {
    float: left;
    width: 610px;
}

body.frontpage ul.contentlist li.content .image {
    float: left;
    height: 80px;
    margin-right: 18px;
}
ul.contentlist li.content .image img {
    width: 133px;
    height: 89px;
}

ul.contentlist li.content {
    height: 125px;
}

ul.contentlist li.content div.img-overlay {
    display: block;
    height: 132px;
    left: 0;
    position: absolute;
    top: 0;
    width: 141px;
    opacity: 0.0;
    background-color: #DC0169;
}
ul.contentlist li.content div.img-overlay a {
    display: block;
    height: 100%;
    width: 100%;
}

ul.contentlist li.current div.img-overlay {
    opacity: 0.5;
}

ul.contentlist li.content h3 {
    font-family: "Georgia", Times, serif;
    font-style: italic;
    font-weight: normal;
    /*font-family: "Arial", Helvetica, sans-serif;
    font-style: normal;
    font-weight: bold;*/
    font-size: 12px;
    margin-bottom: 0;
    width: 126px;
    overflow: hidden;
    line-height: 1.4em;
    white-space: nowrap;
}
ul.contentlist li.content div.client {
    font-family: "Arial", Helvetica, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    width: 126px;
    overflow: hidden;
    white-space: nowrap;
}

body.frontpage div#content ul li,
div#content div#contentlist-container ul li,
div#content div.imagelist-container ul li {
    background: none;
}
body.frontpage div#content ul,
div#content div#contentlist-container ul,
div#content div.imagelist-container ul {
    margin: 0;
}

#contentlist-container {
    width: 139px;
    float: right;
}
body.archivepage #contentlist-container {
    float: none;
}
#contentlist-container a {
    display: block;
}

#contentdetails-container {
    float: left;
    width: 576px;
}

#contentdetails-info-container #imagelist-pager {
    font-family: "Georgia", Times, sans-serif;
    font-size: 12px;
    font-style: italic;
    font-weight: normal;
    float: right;
    display: none;
}
#contentdetails-info-container #imagelist-pager-current {
    color: #DC0169;
}

#contentdetails-container .content .slug {
    display: none;
}

#contentdetails-container .content dl {
    font-size: 12px;
    margin: 5px 0 10px 50px;
    float: left;
    width: 450px;
    line-height: 1.4em;
}
#contentdetails-container .content dt {
    font-family: "Georgia", Times, sans-serif;
    font-style: italic;
    font-size: 12px;
    font-weight: normal;
    float: left;
    clear: left;
    margin-right: 6px;
    text-transform: uppercase;
    height: 1%;
}
#contentdetails-container .content dd {
    font-weight: bold;
}

#contentdetails-container .content .description {
    clear: both;
    margin-top: 10px;
}

.ui-listscroller-wrapper {
    width: 576px;
    overflow: hidden;
    display: block;
}
body.newspage .imagelist-container .ui-listscroller-wrapper {
   height: 390px;
}

#contentlist-container h3  {
    text-indent: 0px;
}
#contentlist-container ul.contentlist  {
/*     width: 159px; */
    width: 166px;
}

#contentlist-container .ui-listscroller-wrapper {
    max-height: 471px;
    width: 159px;
}
body.designpage #contentlist-container .ui-listscroller-wrapper {
    max-height: 482px;
}

/*body.archivepage #contentlist-container .ui-listscroller-wrapper {
    width: 666px;
}
body.archivepage #content #contentlist-container {
    margin-top: 0;
}*/

#contentlist-container .ui-listscroller-next,
#contentlist-container .ui-listscroller-previous {
    width: 159px;
    height: 16px;
/*     background: url(img/90percent_black_bg.png) repeat top left; */
}
#contentlist-container  .ui-listscroller-previous {
    display: none;
    margin-bottom: 4px;
    top: 0;
}
#contentlist-container .ui-listscroller-next a,
#contentlist-container  .ui-listscroller-previous a {
    text-align: center;
    display: block;
    width: 159px;
    height: 16px;
}
#contentlist-container .ui-listscroller-previous a {
    background: transparent url(img/arrow-up.png) no-repeat scroll 76px 4px;
}
#contentlist-container .ui-listscroller-previous span {
    display: block;
    height: 13px;
    margin: 0 0 0 76px;
    text-indent: -20000px;
    width: 15px;
}
#contentlist-container .ui-listscroller-previous a:hover {
    background: transparent url(img/arrow-up-hover.png) no-repeat scroll 76px 4px;
}

#contentlist-container .ui-listscroller-next {
    display: none;
}

#contentlist-container .ui-listscroller-next a {
    background: transparent url(img/arrow-down.png) no-repeat scroll 76px 4px;
    display: block;

}
#contentlist-container .ui-listscroller-next a:hover {
    background: transparent url(img/arrow-down-hover.png) no-repeat scroll 76px 4px;
}
#contentlist-container .ui-listscroller-next span {
    display: block;
    height: 13px;
    margin: 0 0 0 76px;
    text-indent: -20000px;
    width: 15px;
    margin-top: 4px;
}

.imagelist-container {
    position: relative;
    margin-bottom: 10px;
}

.imagelist {
    float: left;
}

.imagelist li {
    /* Hide all li's by default and only display the first one (next rule). */
    display: none;
    float: left;
}
.imagelist li.first {
    display: block;
}

.imagelist-container .ui-listscroller-next,
.imagelist-container .ui-listscroller-previous {
    text-decoration: none;
    font-weight: bold;
}
/*.imagelist-container .ui-listscroller-next:hover,
.imagelist-container .ui-listscroller-previous:hover {
    background-color: #DC0169;
    opacity: 0.3;
}*/

.imagelist-container .ui-listscroller-previous {
    background: transparent url(img/arrow-left.png) no-repeat scroll 5px 192px;
    height: 200px;
    left: -17px;
    position: absolute;
    top: 0;
    width: 17px;
    padding-top: 190px;
}
.imagelist-container .ui-listscroller-previous:hover {
    background: transparent url(img/arrow-left-hover.png) no-repeat scroll 5px 192px;
}
.imagelist-container .ui-listscroller-previous span {
    display: block;
    height: 15px;
    margin: 0;
    text-indent: -20000px;
    width: 17px;
}

.imagelist-container .ui-listscroller-next {
    background: transparent url(img/arrow-right.png) no-repeat scroll 5px 192px;
    height: 200px;
    position: absolute;
    top: 0;
    width: 15px;
    padding-top: 190px;
    left: 576px;
}
.imagelist-container .ui-listscroller-next:hover {
    background: transparent url(img/arrow-right-hover.png) no-repeat scroll 5px 192px;
}
.imagelist-container .ui-listscroller-next span {
    display: block;
    height: 15px;
    margin: 0;
    text-indent: -20000px;
    width: 17px;
}

/*= ------------------------------------------------------------------------ */
/*= --------------------------- Specific sites  ---------------------------- */
/*= ------------------------------------------------------------------------ */

/*= ----------------------------- Frontpage  ------------------------------- */

body.frontpage #content h2 {
    display: block;
}
body.frontpage #content h3 {
    width: 373px;
}
body.frontpage #content #news-container h3 {
    width: 575px;
    max-width: 575px;
}

body.frontpage #areas-container {
    margin-bottom: 50px;
    height: 1%;
}

body.frontpage .area {
    float: left;
    width: 364px;
/*     position: relative; */
    margin-right: 40px;
}

body.frontpage .area .area-images {
    width: 364px;
    height: 246px;
    overflow: hidden;
    margin-bottom: 15px;
}

body.frontpage .area-text {
/*     height: 75px; */
/*     width: 364px; */
    padding-left: 1px;
    margin-bottom: 7px;
}

body.frontpage .area .bottom p {
    margin-bottom: 0;
}

body.frontpage .area.last {
    margin-right: 0px;
}

body.frontpage .area p {
    padding-bottom: 4px;
}

body.frontpage #news-container {
    float: left;
    width: 575px;
}
body.frontpage #news-container .header {
    width: 575px;
}
body.frontpage #news-container ul.contentlist li.content a {
    font-family: "Arial", Helvetica, sans-serif;
    font-style: normal;
    font-weight: bold;
}
body.frontpage #news-container ul.contentlist li.content a {
    border-bottom: none;
}
body.frontpage #news-container ul.contentlist li.content h3 {
    font-family: "Arial", Helvetica, sans-serif;
    font-style: normal;
    text-indent: 0px;
    width: auto;
    height: auto;
    overflow: visible;
}

body.frontpage ul.contentlist {
    width: 575px;
    margin-bottom: 0;
}
body.frontpage ul.contentlist li.content {
    height: 110px;
    width: 575px;
}
body.frontpage ul.contentlist li.content .text-container {
    width: 409px;
}

body.frontpage ul.contentlist li.content {
    padding-top: 0;
    margin-bottom: 0;
}
body.frontpage ul.contentlist li.content-last {
    margin-bottom: 7px;
    height: auto;
}
body.frontpage ul.contentlist li.content .date {
    display: block;
    font-family: "Georgia", Times, serif;
    font-size: 13px;
    font-style: italic;
    margin-bottom: 0;
    width: auto;
    margin-top: -2px;
}
body.frontpage ul.contentlist li.content .detail-link {
    font-family: "Georgia", Times, serif;
    font-style: italic;
    font-size: 13px;
}

body.frontpage ul.contentlist li.content .title {
    font-weight: bold;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 9px;
}
body.frontpage ul.contentlist li.content .description p {
/*     line-height: 1em; */
    margin-bottom: 4px;
    font-style: normal;
    font-weight: bold;
}
body.frontpage ul.contentlist li.content .meta {
    display: none;
}
body.frontpage #news-list-link {
    margin-left: 162px;
    font-family: "Georgia", Times, serif;
    font-style: italic;
    font-size: 13px;
    margin-top: 30px;
}

/*= ------------------------------ Members page  --------------------------- */

body.memberslistpage #content h2,
body.membersdetailpage #content h2 {
    display: block;
    margin-bottom: 15px;
}
/*body.membersdetailpage #content div#image-set a {
    border-bottom: none;
}
body.membersdetailpage div#image-set ul {
    margin: 0;
}
body.membersdetailpage div#image-set ul li {
    background: none;
    float: left;
    margin: 0 10px 10px 0;
}
body.membersdetailpage div#image-set ul li.odd {
    margin-right: 0;
}

body.membersdetailpage div#image-set div.img-container {
    float: left;
    margin: 0 0 10px 0;
    text-align: center;
    width: 143px;
    font-size: .9em;
    overflow: hidden;
}*/

body.membersdetailpage #content #contentlist-container {
    width: 774px;
    margin-top: 10px;
}
body.membersdetailpage #contentlist-container ul.contentlist {
    width: 774px;
}

body.membersdetailpage #contentlist-container li.content {
    width: 150px;
    float: left;
    margin-right: 0;
    margin-bottom: 10px;
}
body.membersdetailpage #contentlist-container li.content-last-in-row {
    width: 133px;
}

body.membersdetailpage ul.contentlist li.content {
    height: 90px;
}
body.membersdetailpage ul.contentlist li.content div.img-overlay {
    height: 97px;
}

/*= ------------------------------ Member News  ---------------------------- */

body.membernewslistpage,
body.membernewslandingpage {
    /*background: url(/media/dyn/backgrounds/background_black.jpg) no-repeat fixed top left;*/
}

body.membernewslandingpage div.image {
    margin-bottom: 18px;
}

body.membernewslistpage #contentdetails-container {
    float: none;
}

body.membernewslandingpage #content {
    width: 576px;
}

body.membernewslistpage #content {
    width: 608px;
}

body.membernewslistpage #contentdetails-container .content span.date {
    float: right;
}

body.membernewslistpage div#content ul {
    margin: 0;
}

body.membernewslistpage h2 {
    margin-left: 0;
}
body.membernewslistpage ul.contentlist li.content h3 {
    font-family: "Arial", Helvetica, sans-serif;
    text-indent: 0;
    font-style: normal;
    font-weight: bold;
}
body.membernewslistpage #news-container {
    margin-top: 18px;
}
body.membernewslistpage #news-container .header {
    margin-bottom: 20px;
}
body.membernewslistpage #news-container ul li {
    background: none;
}

body.membernewslistpage ul.contentlist li.content {
    height: 100px;
}

body.membernewslistpage ul.contentlist li.content .text-container {
    width: 420px;
}
body.membernewslistpage ul.contentlist li.content .description {
    font-style: normal;
    font-family: "Arial", Helvetica, sans-serif;
}
body.membernewslistpage ul.contentlist li.content .date {
    display: block;
    font-size: 12px;
}
body.membernewslistpage #content ul.contentlist li.content a.image {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
body.membernewslistpage ul.contentlist li.content a.image {
    width: 141px;
    float: left;
    cursor: pointer;
}
body.membernewslistpage ul.contentlist li.content .image {
    float: left;
    height: 80px;
    margin-right: 18px;
}

/*= ------------------------------ Login page  ----------------------------- */

body.page-login form#login-form div.field {
    margin-bottom: 5px;
}

body.page-login form#login-form button.submit {
    margin-top: 5px;
}

/*= ---------------------------- Newsletter page  -------------------------- */

body.newsletterpage .errorlist {
    margin: 0 0 5px 52px;
}

/*.newsletter-subscription-form label  {
    display: block;
}*/

.newsletter-subscription-form .errorlist {
    float: right;
    margin-top: 3px;
    font-weight: bold;
    color: #DC0169;
}

.newsletter-subscription-form label.error {
    display: block;
    float: right;
    position: relative;
    top: -22px;
    width: 222px;
    font-weight: bold;
    color: #DC0169
}
.newsletter-subscription-form  #id_honeypot { display: none; }
.newsletter-subscription-form  label.honeypot { display: none; }

/*= ------------------------- Archive page  -------------------------------- */

body.archivepage #contentlist-container {
    width: 774px;
}
body.archivepage #contentlist-container ul.contentlist {
    width: 774px;
}

body.archivepage #contentlist-container li.content {
    width: 150px;
    float: left;
    margin-right: 0;
    margin-bottom: 10px;
}
body.archivepage #contentlist-container li.content-last-in-row {
    width: 133px;
}


/*body.archivepage #contentlist-container .ui-listscroller-next,
body.archivepage #contentlist-container .ui-listscroller-previous {
    width: 666px;
}


body.archivepage #contentlist-container .ui-listscroller-next a,
body.archivepage #contentlist-container .ui-listscroller-previous  a {
    width: 666px;
}
body.archivepage #contentlist-container .ui-listscroller-previous span,
body.archivepage #contentlist-container .ui-listscroller-next span {
    margin: auto;
}*/

/*.back-to-archive {
    clear: both;
    position: relative;
    top: 10px;
}

.back-to-archive a {
    display: block;
    height: 16px;
    padding-top: 1px;
    text-align: center;
    text-decoration: none;
    width: 124px;
}

.back-to-archive a:hover {
    background: none;
    background-color: #DC0169;
}*/

/*= ------------------------- Customer Flatpage ---------------------------- */

body.flatpage-customer #content-container,
body.flatpage-customer #content {
    width: 770px;
}
body.flatpage-customer #content img  {
    margin: 0 22px 22px 0;
}
body.flatpage-customer #content img.last-row {
    margin-right: 0;
}
body.flatpage-customer #content a {
    border-bottom: none;
}

/*= ------------------------- Social bar  ---------------------------------- */

div#social-container div#social-toolbar {
    padding-top: 2px;
}
.addthis_toolbox {
    float: right;
    font-size: 0.916em;
}
.addthis_toolbox img {
    margin-right: 2px;
}

div#social-container {
    padding-top: 12px;
}

div#social-container div#facebook-like {
    padding-right: 25px;
}

/*= ------------------------- jCarousel  ----------------------------------- */

/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite
       loops. */
    width: 161px;
    height: 87px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

/*= ---------------------- Cross-Browser fixes ----------------------------- */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

