/*
 * Globals
 */

body {
  font-family: "Helvetica Neue", "Helvetica", Georgia, "Times New Roman", Times, serif;
  color: #444; 
  background:#213f52;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.container-fluid {
  margin:0;
  background-color: ##fafafa;
}

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

.clear {
  clear: both;
}

/*
 * Override Bootstrap's default container.
 */

@media (min-width: 1200px) {
  .container {
    width: 1000x;
  }
}

/*
 * Main Typography
 */

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 1em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
}

a {
  color:#2175bc;
  transition: all 0.2s ease;
}

a:hover, a:focus {
  opacity:0.7;
  color:#2175bc;
  text-decoration: none;
}

blockquote {
  font-size:15px;
  border-left: 3px solid rgba(0,0,0,0.1);
  padding: 0px 20px;
}

.slash {
  height:5px;
  width:5px;
  margin:0 2px 2px 2px;
  border-radius: 50%;
  background:#ccc;
  display:inline-block;
}

/*
 * Notes Styles
 */

.notecontainer {
  margin:50px 0 0 0;
  padding:30px 0 20px 0;
}

.notes {
  list-style: none;
  margin:10px 0 0 0;
  padding:0;
}

.notes li {
  margin:0 0 11px 0;
}

.notes li a img {
  margin:0 11px 0 0;
}

.avatar_frame {
    display: inline-block;
    max-width: 100%;
    position: relative;
    text-align: center
}

.avatar_frame img {
    vertical-align: top 
}

.avatar_frame:before {
    background: #fff;
    content: "";
    left: 0;
    top: 0;
    width:35px;
    height:35px;
}

.avatar_frame:after {
    display: inline-block;
    font-family: "icomoon";
    line-height: 1em;
    text-align: center;
    vertical-align: baseline;
    width: 1em;
    height: 1em;
    content: "\e601";
    font-size: 14px;
    left: calc(50% - 5px);
    margin: -5px 0 0 -0.5em;
    top: 50%;
}

.reblog .avatar_frame:after {
    content: "\e602"
}

.notes blockquote, .notes .action, .notes .clear {
    display: none
}

.notes>li {
    float: left
}

.avatar_frame, .notes>li {
    height: 30px
}

.avatar_frame:before, .avatar_frame img {
    -webkit-border-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 4px;
    -moz-background-clip: padding;
    border-radius: 4px;
    background-clip: padding-box;
    max-width:35px;
}

.avatar_frame:before, .avatar_frame img {
    -webkit-border-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 4px;
    -moz-background-clip: padding;
    border-radius: 4px;
    background-clip: padding-box;
    max-width:35px;
}

.avatar_frame:before, .avatar_frame:after {
    position: absolute;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    color:#000;
}

.avatar_frame:hover:before, .avatar_frame:hover:after {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    color:#000;
}

.more_notes_link {
  display:block;
  font-size:0.8em;
  background:rgba(0,0,0,0.07);
  margin:5px 0px 10px 0;
  padding:4px 6px 4px 6px;
}


/*
 * Following and Likes Styles
 */

.following {
  list-style: none;
  margin:10px 0 0 0;
  padding:0;
}

.following li {
  margin:0 0 10px 0;
  font-size:0.9em;
}

.following li img {
  margin:-5px 10px 0 0;
}

.following li a {
  margin:2px 0 0 0;
}

#likes {
  list-style:none;
  margin:0;
  padding:0;
  font-size: 14px;
}

#likes li {
  margin-bottom:15px;
}

#likes li img {
  margin-bottom:10px;
  max-width:100%;
}


/*
 * Dribbble Styles
 */

#dribbble {
}

#dribbble p {
}

#dribbble ul {
  list-style: none;
  padding: 0;
}

#dribbble ul li {
  display: inline;
  margin: 0;
  padding: 0;
}

#dribbble ul li img {
  width: 45%;
  margin-right:2.5%;
  margin-bottom:10px;
}

/*
 * Group Blog
 */

#group-members img {
  width: 45%;
  margin-right:2.5%;
  margin-bottom:10px;
}

/*
 * Flickr Styles
 */

.flickr_badge_image {
  margin:0px;
  display:inline;
}

.flickr_badge_image img {
  border: 0;
  margin-right:5%;
  margin-bottom:10px;
  width: 45%;
  height:auto;
}


/*
 * Instagram Styles
 */

#instafeed a {
  display: inline;
  margin: 0;
  padding: 0;
}

#instafeed a img {
  width: 29%;
  margin-right:4%;
  margin-bottom:15px;
}


/*
 * Show/hide sidebar functionality
 */

.container-fluid, .blog-sidebar, .sidebar-show, .sidebar-open {
  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;     
}

.blog-sidebar {
  width:250px;
  position:absolute;
  top:0;
  left:0;
  left:-250px;
}

body.show-sidebar .blog-sidebar {
  left:0;  
}

body.show-sidebar .container-fluid {
  left:250px;
  position:absolute;
  width:100%;
}

.container-fluid {
  position:absolute;
  width:100%;
}

.icon-menu {
  position:absolute;
  top:0px;
  left:0px;
  cursor: pointer;
  font-size: 1.2em;
  background:rgba(255,255,255,0.1);
  width:90px;
  text-align: center;
  padding:36px 0 36px 0;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;  
}

.icon-menu:hover {
  cursor: pointer;
  opacity: 0.8;
}

.icon-close {
  position:absolute;
  top:32px;
  right:20px;
  cursor: pointer;
  font-size: 1.2em;
}

.icon-close:hover {
  cursor: pointer;
  opacity: 0.8;
}

.left-bar, .right-bar {
  color:#fff;
  height:100px;
}

.right-bar {
  right:0;
  padding:35px 35px 0 35px;
  text-align:center;
  margin:0;
}

.left-bar .sidebar-title {
  margin:0;
  color:#fff;
  font-size:1.8em;
  opacity:1;
  font-weight:bold;
  display:block;
  text-transform:uppercase;
  text-align:center;
  padding:30px 0 0 0;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;  
}

.right-bar a {
  margin:0px 10px 0px 10px;
  display:inline-block;
  font-size:1em;
  opacity:0.7;
}

.right-bar a:hover {
  opacity:1;
}

/* Sidebar Changes at Over 768px */

@media screen and (min-width:768px) {

  .left-bar .sidebar-title {
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position:absolute;
    left: -182px;
    top: 45%;
    width:500px;
    height:90px;
    padding:0;
  }

  .left-bar, .right-bar {
    height:100%;
    top:0;
    bottom:0;
    position:fixed;
    width:90px;
  }

  .right-bar {
    padding:0;
  }

  .blog-main {
    margin-left:90px;
    width:calc(100% - 180px);
  }

  .right-bar .social-icons {
    width:500px;
    height:90px;
    right:-240px;
    top: 45%;
    position:absolute;
    text-align: center;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .right-bar .social-icons a {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .icon-menu {
    padding:30px 0 30px 0;
  }

}

/* Navigation links */

.blog-nav {
  list-style: none;
  margin:0 0 0px -35px;
  padding: 0;
}

.blog-nav li {
  margin:0;
  padding: 0;
}

.blog-nav li a, .tag-menu-enclosure a {
  font-size: 0.9em;
  width:250px;
  margin-left:-30px;
  left:-30px;
  display:block;
  padding:6px 35px;
  margin:0 0 2px 0;
  background:rgba(0,0,0,0.04);
  text-transform: uppercase;
  font-weight:bold;
}

.tag-menu-enclosure {
  position:relative;
  display:inline-block;
}

.dropdown-menu {
  border:0;
  border-radius: 0;
  box-shadow:none;
  margin:0;
  top:32px;
  left:0px;
  padding:0;
}

.tag-menu-enclosure .dropdown-menu>li>a, tag-menu-enclosure .dropdown-menu>li>a:hover, tag-menu-enclosure .dropdown-menu>li>a:focus {
  margin:0;
  padding:5px 35px;
  background:rgba(0,0,0,0.04);
}

/*
 * Blog name and description
 */

.blog-title {
  margin:0 0 15px 0;
  font-size: 1.9em;
  margin-top:0px;
  font-weight:bold;
  text-transform:uppercase;

}
.blog-description {
  font-weight: normal;
  font-size:1em;
  line-height: 1.5em;
  max-width:400px;
  margin:0 0 30px 0;
  opacity:0.8;
}
.sidebar-module .blog-description {
  margin-bottom: 0px;
}

/*
 * Avatar & Logo Style
 */

#avatar img {
  width:100px;
  margin:0 0 30px 0;
}

#logo img {
  margin:0 0 30px 0;
}

#avatar img.circle {
  border-radius: 64px;
}


/*
 * Main column and sidebar layout
 */

.blog-header {
  padding-bottom: 50px;
  text-align: center;
  background-size: 100%;
  background-repeat: no-repeat;
}

.blog-main {
  line-height: 1.5;
  font-size: 15px;
}

.blog-main .post-page {
  font-size: 1.1em;
}

.blog-sidebar {
  font-size: 15px;
  background-size: 200%;
  background-repeat: no-repeat;
  padding:0 !important;
  max-width:300px;
  -webkit-transform:translateZ(1px);
  -moz-transform:translateZ(1px);
  -o-transform:translateZ(1px);
  transform:translateZ(1px);
}

.sidebar-content {
  padding:60px 30px 30px 30px;
}

/* 
Sidebar modules for boxing content
*/

.sidebar-module {
  padding: 5px;
  margin: 0 0px 20px;
}

.sidebar-module h4 {
  margin-bottom: 1em;
  margin-top: 0;
  color:#fff;
  text-transform: uppercase;
  font-size: 0.8em;
}

.sidebar-footer {
  font-size:0.8em;
  color: rgba(255,255,255,1);
  opacity: 0.6;
  border-top:1px solid rgba(255,255,255,0.2);
  padding-top:1em;
}

.sidebar-footer p {
  margin:0 0 0.5em;
}


/* 
In-post copy and images
*/

.copy p {
  margin:15px 0 15px 0;
}

.copy img {
  max-width: 100%;
  height:auto !important;
}

.copy iframe {
  max-width: 100%;
  margin-bottom: 20px;
}

/* Grid Masonry Layout */

.blog-post, .grid-sizer {
  width:  calc((100% - 150px) / 6);
  margin:0 0px 30px 0;
}

.blog-post.featured {  
  width:  calc(((100% - 150px) / 6)*2 + 30px);
}

@media screen and (max-width:2000px) {
  .blog-post, .grid-sizer {
    width: calc((100% - 120px) / 5);
  }
  .blog-post.featured {  
    width:  calc(((100% - 120px) / 5)*2 + 30px);
  }
}

@media screen and (max-width:1500px) {
  .blog-post, .grid-sizer {
    width: calc((100% - 90px) / 4);
  }
  .blog-post.featured {  
    width:  calc(((100% - 90px) / 4)*2 + 30px);
  }
}

@media screen and (max-width:1200px) {
  .blog-post, .grid-sizer {
    width: calc((100% - 60px) / 3);
  }
  .blog-post.featured {  
    width:  calc(((100% - 60px) / 3)*2 + 30px);
  }
}

@media screen and (max-width:1000px) {
  .blog-post, .grid-sizer {
    width: calc((100% - 30px) / 2);
  }
  .blog-post.featured {  
    width: 100%;
  }
}

@media screen and (max-width:767px) {
  .blog-post {width:100%;}
  .blog-post.featured {width:100%;}
}

/* Tags */

.footer {
  margin-top:10px;
}

.footer a {
  color:#ccc;
}

.permalink {
  padding-top:0px;
}

.tags {
  margin-top:10px;
}

.tags, .permalink {
  font-size:0.9em;
}
.tags a, .permalink a {
  font-weight: normal;
}

.tags a {
  margin:0 5px 5px 0;
  font-size:0.9em;
  background:#f9f9f9;
  padding:1px 4px;
  border:2px solid #f0f0f0;
  display:inline-block;
}

.blog-posts.index.hide-meta .blog-post .blog-post-content .permalink .meta {
  display:none;
}

.blog-posts.index.hide-tags .blog-post .blog-post-content .footer .tags {
  display:none;
}


/* Read More Link */

.read_more_container a {
  margin:0 5px 5px 0;
  font-size:1em;
  font-weight: bold;
  text-transform: capitalize;
  background:#f9f9f9;
  padding:1px 4px;
  border:2px solid #f0f0f0;
  display:inline-block;
}

/* Search Box */

.form-control {
  -webkit-box-shadow:none;
  box-shadow: none;
  border-radius:0px;
  border: 0;
  background:none;
  border-bottom:2px solid rgba(255,255,255,0.5);
  max-width:380px;
  margin:0 auto;
  color:#fff;
  padding-left:0px;
  font-size:1em;
  transition:background-color 0.2s linear;
}

.form-control:active, .form-control:focus {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color:#fff;
  border-bottom:2px solid rgba(255,255,255,0.8);
}

.form-control::-webkit-input-placeholder {
  color:#fff;
}

::-webkit-input-placeholder::before { font-family: icomoon; content:'\e613'; opacity:0.3;  }
::-moz-placeholder::before  { font-family: icomoon; content:'\e613  '; opacity:0.3;  } /* firefox 19+ */
:-ms-input-placeholder::before  { font-family: icomoon; content:'\e613'; opacity:0.3;  } /* ie */
input:-moz-placeholder::before  { font-family: icomoon; content:'\e613'; opacity:0.3;  }

#searchresults, #daypage {
  padding:10px 0px 0px 30px;
}


/* Tweets */

#tweets .tweet {
  font-size: 0.9em;
  opacity:1;
  color:#fff;
  background:rgba(255,255,255,0.15);
  padding:10px;
  position: relative;
}
#tweets .tweet a {
  opacity:0.7;
}
#tweets .tweet a:hover {
  opacity:0.5;
}
.tweet {
  margin-bottom:1.7em;
}

#tweets .tweet:after, #tweets .tweet:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

#tweets .tweet:after {
  border-color: rgba(213, 206, 0, 0);
  border-top-color: rgba(255,255,255,0);
  border-width: 5px;
  margin-left: -5px;
}
#tweets .tweet:before {
  border-color: rgba(194, 225, 245, 0);
  border-top-color: rgba(255,255,255,0.15);
  border-width: 9px;
  margin-left: -9px;
}

/* Overlay Permalink Icon */

.permalink-icon {
  position:absolute;
  bottom:15px;
  left:20px;
  display:none;
}
.permalink-icon a {
  color:#ccc;
}
.permalink-icon a:hover {
  color:#bbb;
  cursor: pointer;
}

/* Likes, Shares & Reblogs */

.like-reblog-buttons {
  border-top:3px dashed #f9f9f9;
  display:block;
  width:100%;
  padding-top:10px;
  margin-top:10px;
  position: relative;
  height:30px;
}
.post-page .like-reblog-buttons {
  padding-top:20px;
  height:40px;
}
.like-button {
  float:left;
  width:15px;
  height:15px;
  padding-right:2px;
  transition:opacity 0.2s linear;
}
.like-button:hover, .share-button:hover {
  cursor: pointer;
}
.like-button:hover {
  opacity:0.8;
}
.reblog-button {
  float:left;
  margin-right:11px;
}
.icon-share,
.icon-heart {
  width:16px;
  margin-top:9px;
}
.icon-share:before {
  color:#ccc;
}
.icon-share:hover:before {
  color:#bbb;
  cursor: pointer;
}
.share-button {
  float:left;
  height:15px;
  margin-top:-13px;
}

.like_post .like_caption {
  display: none;
}

/* Share Widget */

.social-share-widget-enclosure {
  position:relative;
  display:inline-block;
  margin:-3px 0 0 0;
  padding:0;
  float:left;
}

.social-share-widget {
  list-style:none;
  padding:6px 4px;
  width:172px;
  margin:0;
  height:42px;
  background:#e9e9e9;
  border-radius: 2px;
  left:0px;
  top:-45px;
  box-shadow: none;
  border:0;
}

.social-share-widget li {
  float:left;
}

.social-share-widget li a {
  height:auto;
  margin-right:2px;
  margin-left:2px;
  padding:2px 9px;
  background-color:rgba(255, 255, 255, 1);
  border:1px solid #dcdcdc;
  border-radius:2px;
  font-size:14px;
  text-align:center;
}

.social-share-widget [class^="icon-"],
.social-share-widget [class^="icon-"]:hover,
.social-share-widget [class*=" icon-"],
.social-share-widget [class*=" icon-"]:hover {
  color:#bebebe;
  margin:0;
}

.social-link {
  display:none;
}

/* Pagination */

.pager, .daypager {
  text-align: center;
  margin:0;
  padding:0px 30px 20px 30px;
  font-size:0.9em;
  list-style:none;
}
.pager > li, .daypager > li {
  margin:0 7px 20px 7px;
  display: inline-block;
}
.pager > li > a, .daypager > li > a {
  width: 200px;
  text-align: center;
  border:none;
  background: none;
  text-transform: capitalize;
  padding: 5px 14px;
  display: inline-block;
}
.pager > li > a:hover , .daypager > li > a:hover {
  width: 200px;
  text-align: center;
  border:none;
  background: none;
}
.pager > li > a span.icon-arrow-left, .pager > li > a span.icon-arrow-right, .daypager > li > a span.icon-arrow-left, .daypager > li > a span.icon-arrow-right {
  font-size: 0.9em;
  margin:0 5px 0 5px;
}

/*
 * Blog posts
 */ 

.blog-posts {
  margin:30px 30px 50px 30px;
  display: none;
}

@media screen and (max-width:767px) {
  .blog-posts {
    margin:30px 10px 50px 10px;
  }
}

.blog-post {
  margin-bottom: 40px;
}

.blog-posts.post-page .blog-post {
  margin:0 auto;
  padding:30px;
  background:#fff;
}

.blog-post-content {
  padding: 20px;
}

.blog-post-title {
  margin-top:0;
  margin-bottom: 0.5em;
  font-size: 1.8em;
}

.post-page .blog-post-title {
  font-size: 2.5em;
}

.blog-posts.post-page .blog-post .caption {
  margin: 40px 0 20px 0;
}

.blog-posts.post-page .blog-post .permalink {
  padding:20px 0 20px 0;
  margin:0 0 20px 0;
}

.meta {
  display: inline;
}

.blog-post .media {
  text-align: center;
}

.blog-post .media img {
  max-width:100% !important;
  border-radius: 3px;
}

.html_photoset, .photoset {
  max-width:100% !important;
}

/*
 * Quotes and Questions
 */

.quote, .question {
  margin-bottom:0.5em;
}

.asker_container {
  margin-bottom:1em;
}

div.lines, .blog-post-content .quote {
  font-style: italic;
}

.blog-post-content .quote p {
  display:inline;
}

div.line.odd, div.line.even {
  padding:10px 0 10px 0;
}

/*
 * Audio and Video
 */

.audio_container {
  position: relative;
  padding-top: 100px;
  max-height: 100px;
  overflow: hidden;
  margin-bottom:1.5em;
}

.video_container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  overflow: hidden;
  margin-bottom:1.5em;
}

.audio_container iframe, .video_container iframe,  
.audio_container object, .video_container object,  
.audio_container embed, .video_container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/*
 * Comments
 */ 

#comments-block {
  padding:20px;
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
  min-width: 100% !important;
  width: 100% !important;
}



/*
 * Loading Spinner
 */

.spinner {
  width: 20px;
  height: 20px;
  position: relative;
  margin: 100px auto;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2.0s infinite ease-in-out;
  animation: bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}


/*
 * Infinite Scroll
 */

#infscr-loading {
  bottom:0px;
  position:absolute;
  width:100%;
  text-align: center;
  border-radius: 3px;
  background:none;
  border:none;
  height:35px;
  line-height:40px;
  margin: 0px auto;
}

 #infscr-loading .spinner {
    position: relative;
    margin: 20px auto;
  }

 #infscr-loading .spinner .double-bounce1, #infscr-loading .spinner .double-bounce2 {
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}


/*
 * Lightbox Styles
 */

#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;-webkit-transform:translateZ(2px);-moz-transform:translateZ(2px);-o-transform:translateZ(2px);transform:translateZ(2px);}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

#cboxOverlay{background:#000000;}
#colorbox{outline:0;}
#cboxContent{margin-top:32px; overflow:visible;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{background:#000000; padding:1px;}
#cboxLoadingGraphic{background:url(http://static.tumblr.com/hmqexaq/L8bnfqtq6/spinner.gif) no-repeat center center;}
#cboxLoadingOverlay{background:#000000;}
#cboxTitle{position:absolute; top:-22px; left:0; color:#ffffff; text-shadow:none;}
#cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}

#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }

#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

#cboxSlideshow, #cboxPrevious, #cboxNext, #cboxClose{text-indent:-9999px; width:20px; height:20px; position:absolute; top:-20px; background:url(http://static.tumblr.com/hmqexaq/COOnfqum6/slideshow-icons.png) no-repeat 0 0;}
#cboxPrevious{background-position:0px 0px; left:25px;}
#cboxNext{background-position:-25px 0px; left:50px;}
#cboxClose{background-position:-50px 0px; left:0px;}
.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
.cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
.cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}