/* CSS Document */
/*Globally Override fancybox setting here*/

/*Fancybox adds an extra scrollbar to the content and then indents the old content by 17px. We don't want this*/
.fancybox-lock .fancybox-overlay 
{
	overflow: auto;
	overflow-y: hidden;
}
.dark.fancybox-lock
{
	margin-right:auto !important;
}

/*when supersizing the images there's a slight bit of white present. */
/*make the background transparent to deal with this. NB: fancybox borders would also be transparent if they are used*/
.fancybox-skin
{
	background-color: transparent !important;
}

/*make the thumbnails less transparent*/
#fancybox-thumbs ul li 
{
	opacity: 0.8;
}