/******************************************************
 * Estilos del popup de imágenes *
******************************************************/ 

html, body { height: 100%; }

div#fancy_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #070707;
	display: none;
	z-index: 30;
}

* html div#fancy_overlay {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

div#fancy_wrap {
	text-align: left;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('../images/fancy_progress.png') no-repeat;
}

div#fancy_loading_overlay {
	position: absolute;
	z-index: 30;
}

div#fancy_loading_icon {
	position: absolute;
	background: url('fancy_loading.gif') no-repeat;
	z-index: 35;
	width: 16px;
	height: 16px;
}

div#fancy_outer {
	position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  padding: 18px 18px 33px 18px;
  margin: 0;
  /*overflow: hidden;*/
  background: transparent;
  display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
	border: 5px solid #474382;
}

div#fancy_div {
	background: #000;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -14px;
	right: -19px;
	height: 37px;
	width: 37px;
	background: url('../images/fancy_closebox.png') no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 100px; 
	cursor: pointer;
	z-index: 111; 
	outline: none;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -50px; 
	background: transparent url('../images/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -50px; 
	background: transparent url('../images/fancy_right.png') no-repeat;
}

a#fancy_left:hover {
  visibility: visible;
}

a#fancy_right:hover {
  visibility: visible;
}

a#fancy_left:hover span {
	left: -50px; 
}

a#fancy_right:hover span {
	right: -50px; 
}

.fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div.fancy_bg_n {
	top: -20px;
	width: 100%;
	height: 20px;
	background: transparent url('../images/fancy_shadow_n.png') repeat-x;
}

div.fancy_bg_ne {
	top: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../images/fancy_shadow_ne.png') left bottom no-repeat;
}

div.fancy_bg_e {
	right: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('../images/fancy_shadow_e.png') repeat-y;
}

div.fancy_bg_se {
	bottom: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../images/fancy_shadow_se.png') no-repeat;
}

div.fancy_bg_s {
	bottom: -20px;
	width: 100%;
	height: 20px;
	background: transparent url('../images/fancy_shadow_s.png') repeat-x;
}

div.fancy_bg_sw {
	bottom: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../images/fancy_shadow_sw.png') right top no-repeat;
}

div.fancy_bg_w {
	left: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('../images/fancy_shadow_w.png') repeat-y;
}

div.fancy_bg_nw {
	top: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../images/fancy_shadow_nw.png') right bottom no-repeat;
}

div#fancy_title {
	position: absolute;
	bottom: -38px;
	/*left: 0;*/
	left: 50%;
	margin-left: -500px;
	/*width: 100%;*/
	width: 1000px;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #fff;
	padding: 0 10px;
	font: normal 14px/26px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 26px;
	width: 11px;
	background: transparent url(../images/fancy_title_left.png) no-repeat;
}

td#fancy_title_main {
	height: 26px;
	background: transparent url(../images/fancy_title_main.png) repeat-x;
}

td#fancy_title_right {
	height: 26px;
	width: 11px;
	background: transparent url(../images/fancy_title_right.png) no-repeat;
}


/******************************************************
 * Estilos del scrollable para galería *
******************************************************/ 

.no_show { display: none; }

.gallery_cont {
  float: left;
  padding: 102px 0 0;
}

/* Gallerys BG's */

#choral { background: url(../images/choral_inst_bg.png) 55px 65px no-repeat; }
#liturgical { background: url(../images/liturgical_bg.png) 55px 65px no-repeat; }
#presentations { background: url(../images/presentations_bg.png) 55px 65px no-repeat; }
#print { background: url(../images/print_bg.png) 55px 65px no-repeat; }
#children { background: url(../images/children_bg.png) 55px 65px no-repeat; }
#engagement { background: url(../images/engagement_bg.png) 55px 65px no-repeat; }
#expectant { background: url(../images/expectant_bg.png) 55px 65px no-repeat; }
#head_shots { background: url(../images/head_shots_bg.png) 55px 65px no-repeat; }
#musicians { background: url(../images/musicians_bg.png) 55px 65px no-repeat; }
#pets { background: url(../images/pets_bg.png) 55px 65px no-repeat; }
#wedding { background: url(../images/wedding_bg.png) 55px 65px no-repeat; }

.gallery_cont .scrollable {
  float: left;
  width: 811px;
  height: 173px;
  padding: 31px 0;
  background: url(../images/print_items_bg.png);
}
.gallery_cont .scrollable_fill {
  float: left;
  width: 31px;
  height: 173px;
  padding: 31px 0;
  background: url(../images/print_items_bg.png);
}

.gallery_cont .items { height: 173px; }

.gallery_cont a.prev, .gallery_cont a.next, .gallery_cont a.prevPage, .gallery_cont a.nextPage {
	display: block;
	width: 34px;
	height: 23px;
	padding: 106px 0 0;
	cursor: pointer;
	float: left;
}


.gallery_cont a.prev, .gallery_cont a.prevPage { background: url(../images/print_prev.png) center bottom no-repeat; }
.gallery_cont a.next, .gallery_cont a.nextPage { background: url(../images/print_next.png) center bottom no-repeat; }

.gallery_cont .navi {
  float: left;
  position: relative;
  text-align: center;
	width: 873px;
	height: 24px;
	padding: 11px 0 0 34px;
	background: none;
}

.gallery_cont .scrollable .items div {
	float:left;
	text-align:center;
	width: auto;
	height: auto;
	border: 5px solid #474382;
	margin-right: 60px;	
}

.gallery_cont .scrollable .items div a { float: left; }

.gallery_cont .navi a { background: url(../images/print_nav.png) 0 -11px no-repeat; }
.gallery_cont div.navi a:hover { background-position: 0 0px; }
.gallery_cont div.navi a.active {	background-position: 0 0px; }