
/* wzslider.css */

/* 1   */ /**
/* 2   *|  * Galleria Classic Theme
/* 3   *|  * Copyright (c) 2010, Aino
/* 4   *|  * Licensed under the MIT license.
/* 5   *|  */
/* 6   */ #galleria { margin:20px 0; clear:both; }
/* 7   */ #galleria img { margin:0; }
/* 8   */ .galleria-errors {display:none;}
/* 9   */ 
/* 10  */ .galleria-container {
/* 11  */     position: relative;
/* 12  */     overflow: hidden;
/* 13  */     background: #000;
/* 14  */     margin-bottom:20px;
/* 15  */ }
/* 16  */ .galleria-container img {
/* 17  */     -moz-user-select: none;
/* 18  */     -webkit-user-select: none;
/* 19  */     -o-user-select: none;
/* 20  */ }
/* 21  */ .galleria-stage {
/* 22  */     position: absolute;
/* 23  */     top: 10px;
/* 24  */     bottom: 75px;
/* 25  */     left: 10px;
/* 26  */     right: 10px;
/* 27  */     overflow:hidden;
/* 28  */ }
/* 29  */ .galleria-thumbnails-container {
/* 30  */     height: 65px;
/* 31  */     bottom: 0;
/* 32  */     position: absolute;
/* 33  */     left: 10px;
/* 34  */     right: 10px;
/* 35  */     z-index: 2;
/* 36  */ }
/* 37  */ .galleria-carousel .galleria-thumbnails-list {
/* 38  */     margin-left: 30px;
/* 39  */     margin-right: 30px;
/* 40  */ }
/* 41  */ .galleria-thumbnails .galleria-image {
/* 42  */     height: 55px;
/* 43  */     width: 60px;
/* 44  */     background: #000;
/* 45  */     margin: 0 5px 0 0;
/* 46  */     border: 1px solid #000;
/* 47  */     float: left;
/* 48  */     cursor: pointer;
/* 49  */ }
/* 50  */ .galleria-counter {

/* wzslider.css */

/* 51  */     position: absolute;
/* 52  */     bottom: 10px;
/* 53  */     left: 10px;
/* 54  */     text-align: right;
/* 55  */     color: #fff;
/* 56  */     font: normal 11px/1 arial,sans-serif;
/* 57  */     z-index: 1;
/* 58  */ }
/* 59  */ .galleria-loader {
/* 60  */     background: #000;
/* 61  */     width: 20px;
/* 62  */     height: 20px;
/* 63  */     position: absolute;
/* 64  */     top: 10px;
/* 65  */     right: 10px;
/* 66  */     z-index: 2;
/* 67  */     display: none;
/* 68  */     background: url(/wp-content/themes/erudito/functions/wpzoom/assets/images/wzslider/classic-loader.gif) no-repeat 2px 2px;
/* 69  */ }
/* 70  */ .galleria-info {
/* 71  */     width: 50%;
/* 72  */     z-index: 2;
/* 73  */     position: absolute;
/* 74  */     bottom:80px;
/* 75  */     left:26%;
/* 76  */ }
/* 77  */ .galleria-info-text {
/* 78  */     background: url(/wp-content/themes/erudito/functions/wpzoom/assets/images/wzslider/60.png) repeat;
/* 79  */     padding: 12px;
/* 80  */     /* IE7 */ zoom:1;
/* 81  */ }
/* 82  */ .galleria-info-title {
/* 83  */     font: bold 12px/1.1 arial,sans-serif;
/* 84  */     margin: 0;
/* 85  */     color: #fff;
/* 86  */ }
/* 87  */ .galleria-info-description {
/* 88  */     font: italic 12px/1.4 georgia,serif;
/* 89  */     margin: 5px 0 0;
/* 90  */     color: #bbb;
/* 91  */ }
/* 92  */ .galleria-info-close {
/* 93  */     width: 9px;
/* 94  */     height: 9px;
/* 95  */     position: absolute;
/* 96  */     top: 5px;
/* 97  */     right: 5px;
/* 98  */     background-position: -753px -11px;
/* 99  */     opacity: .5;
/* 100 */     filter: alpha(opacity=50);

/* wzslider.css */

/* 101 */     cursor: pointer;
/* 102 */ }
/* 103 */ .notouch .galleria-info-close:hover{
/* 104 */     opacity:1;
/* 105 */     filter: alpha(opacity=100);
/* 106 */ }
/* 107 */ .touch .galleria-info-close:active{
/* 108 */     opacity:1;
/* 109 */     filter: alpha(opacity=100);
/* 110 */ }
/* 111 */ .galleria-info-link {
/* 112 */     background-position: -669px -5px;
/* 113 */     opacity: .7;
/* 114 */     filter: alpha(opacity=70);
/* 115 */     position: absolute;
/* 116 */     width: 20px;
/* 117 */     height: 20px;
/* 118 */     cursor: pointer;
/* 119 */     background-color: #000;
/* 120 */     display:none;
/* 121 */     top:-44px;
/* 122 */     left:-49%;
/* 123 */ }
/* 124 */ .notouch .galleria-info-link:hover {
/* 125 */     opacity: 1;
/* 126 */     filter: alpha(opacity=100);
/* 127 */ }
/* 128 */ .touch .galleria-info-link:active {
/* 129 */     opacity: 1;
/* 130 */     filter: alpha(opacity=100);
/* 131 */ }
/* 132 */ .galleria-image-nav {
/* 133 */     position: absolute;
/* 134 */     top: 50%;
/* 135 */     margin-top: -62px;
/* 136 */     width: 100%;
/* 137 */     height: 62px;
/* 138 */     left: 0;
/* 139 */ }
/* 140 */ .galleria-image-nav-left,
/* 141 */ .galleria-image-nav-right {
/* 142 */     opacity: .3;
/* 143 */     filter: alpha(opacity=30);
/* 144 */     cursor: pointer;
/* 145 */     width: 62px;
/* 146 */     height: 124px;
/* 147 */     position: absolute;
/* 148 */     left: 10px;
/* 149 */     z-index: 2;
/* 150 */     background-position: 0 46px;

/* wzslider.css */

/* 151 */ }
/* 152 */ .galleria-image-nav-right {
/* 153 */     left: auto;
/* 154 */     right: 10px;
/* 155 */     background-position: -254px 46px;
/* 156 */     z-index: 2;
/* 157 */ }
/* 158 */ .notouch .galleria-image-nav-left:hover,
/* 159 */ .notouch .galleria-image-nav-right:hover {
/* 160 */     opacity: 1;
/* 161 */     filter: alpha(opacity=100);
/* 162 */ }
/* 163 */ .touch .galleria-image-nav-left:active,
/* 164 */ .touch .galleria-image-nav-right:active {
/* 165 */     opacity: 1;
/* 166 */     filter: alpha(opacity=100);
/* 167 */ }
/* 168 */ .galleria-thumb-nav-left,
/* 169 */ .galleria-thumb-nav-right {
/* 170 */     cursor: pointer;
/* 171 */     display: none;
/* 172 */     background-position: -495px 10px;
/* 173 */     position: absolute;
/* 174 */     left: 0;
/* 175 */     top: 0;
/* 176 */     height: 55px;
/* 177 */     width: 23px;
/* 178 */     z-index: 3;
/* 179 */     opacity: .8;
/* 180 */     filter: alpha(opacity=80);
/* 181 */ }
/* 182 */ .galleria-thumb-nav-right {
/* 183 */     background-position: -578px 10px;
/* 184 */     border-right: none;
/* 185 */     right: 0;
/* 186 */     left: auto;
/* 187 */ }
/* 188 */ .galleria-thumbnails-container .disabled {
/* 189 */     opacity: .2;
/* 190 */     filter: alpha(opacity=20);
/* 191 */     cursor: default;
/* 192 */ }
/* 193 */ .notouch .galleria-thumb-nav-left:hover,
/* 194 */ .notouch .galleria-thumb-nav-right:hover {
/* 195 */     opacity: 1;
/* 196 */     filter: alpha(opacity=100);
/* 197 */     background-color: #111;
/* 198 */ }
/* 199 */ .touch .galleria-thumb-nav-left:active,
/* 200 */ .touch .galleria-thumb-nav-right:active {

/* wzslider.css */

/* 201 */     opacity: 1;
/* 202 */     filter: alpha(opacity=100);
/* 203 */     background-color: #111;
/* 204 */ }
/* 205 */ .notouch .galleria-thumbnails-container .disabled:hover {
/* 206 */     opacity: .2;
/* 207 */     filter: alpha(opacity=20);
/* 208 */     background-color: transparent;
/* 209 */ }
/* 210 */ 
/* 211 */ .galleria-carousel .galleria-thumb-nav-left,
/* 212 */ .galleria-carousel .galleria-thumb-nav-right {
/* 213 */     display: block;
/* 214 */ }
/* 215 */ .galleria-thumb-nav-left,
/* 216 */ .galleria-thumb-nav-right,
/* 217 */ .galleria-info-link,
/* 218 */ .galleria-info-close,
/* 219 */ .galleria-image-nav-left,
/* 220 */ .galleria-image-nav-right {
/* 221 */     background-image: url(/wp-content/themes/erudito/functions/wpzoom/assets/images/wzslider/classic-map.png);
/* 222 */     background-repeat: no-repeat;
/* 223 */ }
/* 224 */ 
