/* Adding url prefix '/device/basic-spider-unknown/' */

/* Minify_CSS_UriRewriter::$debugText

docRoot    : /var/www/html/SMF/Kurogo-Mobile-Web/www
currentDir : /var/www/html/SMF/Kurogo-Mobile-Web/app/common/javascript/lib/jquery-cycle2

*/

/* slideshow.css */

/* 1   */ /*
/* 2   *|     these are just the default styles used in the Cycle2 demo pages.
/* 3   *|     you can use these styles or any others that you wish.
/* 4   *| */
/* 5   */ 
/* 6   */ /* set border-box so that percents can be used for width, padding, etc (personal preference) */
/* 7   */ .cycle-slideshow, .cycle-slideshow * {
/* 8   */     -webkit-box-sizing: border-box;
/* 9   */     -moz-box-sizing: border-box;
/* 10  */     box-sizing: border-box;
/* 11  */ }
/* 12  */ 
/* 13  */ .cycle-slideshow {
/* 14  */     min-width: 200px;
/* 15  */     max-width: 500px;
/* 16  */     margin: 10px auto;
/* 17  */     padding: 0;
/* 18  */     position: relative;
/* 19  */     background: url("/device/basic-spider-unknown/common/javascript/lib/jquery-cycle2/images/spinner.gif") 50% 50% no-repeat;
/* 20  */ }
/* 21  */ 
/* 22  */ /* slideshow images (for most of the demos, these are the actual "slides") */
/* 23  */ .cycle-slideshow img {
/* 24  */     /*
/* 25  *|     some of these styles will be set by the plugin (by default) but setting them here
/* 26  *|     helps avoid flash-of-unstyled-content
/* 27  *|     */
/* 28  */     position: absolute;
/* 29  */     top: 0;
/* 30  */     left: 0;
/* 31  */     width: 100%;
/* 32  */     padding: 0;
/* 33  */     display: block;
/* 34  */ }
/* 35  */ 
/* 36  */ /* in case script does not load */
/* 37  */ .cycle-slideshow img:first-child {
/* 38  */     position: static;
/* 39  */     z-index: 100;
/* 40  */ }
/* 41  */ 
/* 42  */ /* pager */
/* 43  */ .cycle-pager {
/* 44  */     text-align: center;
/* 45  */     width: 100%;
/* 46  */     z-index: 500;
/* 47  */     position: absolute;
/* 48  */     bottom: 0;
/* 49  */ }
/* 50  */ .cycle-pager span {

/* slideshow.css */

/* 51  */     font-family: arial;
/* 52  */     font-size: 50px;
/* 53  */     width: 16px;
/* 54  */     height: 16px;
/* 55  */     display: inline-block;
/* 56  */     color: #ddd;
/* 57  */     cursor: pointer;
/* 58  */ }
/* 59  */ .cycle-pager span.cycle-pager-active { color: #D69746;}
/* 60  */ .cycle-pager > * { cursor: pointer;}
/* 61  */ 
/* 62  */ 
/* 63  */ /* caption */
/* 64  */ .cycle-caption {
/* 65  */     position: absolute;
/* 66  */     color: white;
/* 67  */     bottom: 15px;
/* 68  */     right: 15px;
/* 69  */     z-index: 700;
/* 70  */ }
/* 71  */ 
/* 72  */ /* overlay */
/* 73  */ .cycle-overlay {
/* 74  */     font-family: tahoma, arial;
/* 75  */     position: absolute;
/* 76  */     bottom: 0;
/* 77  */     width: 100%;
/* 78  */     z-index: 600;
/* 79  */     background: black;
/* 80  */     color: white;
/* 81  */     padding: 15px;
/* 82  */     opacity: .5;
/* 83  */ }
/* 84  */ 
/* 85  */ /* prev / next links */
/* 86  */ .cycle-prev, .cycle-next {
/* 87  */     position: absolute;
/* 88  */     top: 0;
/* 89  */     width: 15%;
/* 90  */     z-index: 800;
/* 91  */     height: 100%;
/* 92  */     cursor: pointer;
/* 93  */ }
/* 94  */ .cycle-prev {
/* 95  */     left: 0;
/* 96  */      background: url("/device/basic-spider-unknown/common/javascript/lib/jquery-cycle2/images/left.png") 50% 50% no-repeat;
/* 97  */  }
/* 98  */ .cycle-next {
/* 99  */     right: 0;
/* 100 */     background: url("/device/basic-spider-unknown/common/javascript/lib/jquery-cycle2/images/right.png") 50% 50% no-repeat;

/* slideshow.css */

/* 101 */ }
/* 102 */ 
/* 103 */ .disabled {
/* 104 */     opacity: .5;
/* 105 */     filter:alpha(opacity=50);
/* 106 */ }
/* 107 */ 
/* 108 */ /* display paused text on top of paused slideshow */
/* 109 */ .cycle-paused:after {
/* 110 */     content: 'Paused';
/* 111 */     color: white;
/* 112 */     background: black;
/* 113 */     padding: 10px;
/* 114 */     z-index: 500;
/* 115 */     position: absolute;
/* 116 */     top: 10px;
/* 117 */     right: 10px;
/* 118 */     border-radius: 10px;
/* 119 */     opacity: .5;
/* 120 */     filter: alpha(opacity=50);
/* 121 */ }
/* 122 */ 
/* 123 */ /*
/* 124 *|     media queries
/* 125 *|     some style overrides to make things more pleasant on mobile devices
/* 126 *| */
/* 127 */ 
/* 128 */ @media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
/* 129 */     .cycle-overlay { padding: 4px; }
/* 130 */     .cycle-caption { bottom: 4px; right: 4px; }
/* 131 */ }
