
/* Slider*/
.slider .slider__carousel{cursor:url("/img/2012/cursors/grab.png") 8 8,-moz-grab;}
.slider .slider__carousel{*cursor:url(/img/2012/cursors/grab.cur);}
.slider .slider__carousel{cursor:move\0/;} /* ie8 hack */

.slider .dragging{cursor:move;}
.slider .dragging{cursor:url("/img/2012/cursors/grabbing.png") 8 8,-moz-grabbing;}
.slider .dragging{*cursor:url(/img/2012/cursors/grabbing.cur);}

.photo-gallery .gallery__arrows{
        width: 100%;  
}

.gallery__next, .gallery__prev {
        background: url(/img/2012/nav.png) no-repeat 0 0;
}
.gallery__prev.disabled{background-position:0 100%;}
.gallery__next{right:0;background-position:100% 0;}
.gallery__next.disabled{background-position:100% 100%;}
#calendarContainer .photo-gallery{
        width: 609px;
        margin-left: 20%;
}

#calendarContainer .photo-gallery .gallery__slider{
        height:342px;
}


/* Photoswipe*/
div.ps-carousel-item-error {
	background: url(/img/2012/close.png) no-repeat center center; 
}
div.ps-toolbar div div.ps-toolbar-content
{
	background-image: url(/img/2012/photoswipe-icons.png);
}
.media__info{
  width:auto;
  }

