<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
	v 1.02.00
*/

body {
    margin: 0;
    font-family: Helvetica;
    font-size: 16px;
    color: #000;
	background-color: #fff;
	border-collapse: collapse;
	min-height: 417px;
}

body[orient="portrait"] {
    min-height: 417px;
}

body[orient="landscape"] 
{
	min-height: 269px;
}

.thumbs
{
	background-color: #FFF;
}

.slider
{
	background-color: #FFF;
}

img
{
	border:0px;
}


/* TOOLBARS */
.toolbar
{
	color: black;
	font-size: 20px;
	font-weight: bold;
	background: url(toolbar.png) repeat-x;
	height:44px;
	width:100%;	
	line-height:44px;	
	opacity: 0.90;
}

.toolbar table
{
	width: 320px;
}
body[orient="landscape"] .toolbar table
{
	width: 480px;
}

.toolbar table .wing
{
	width:100px;
}
body[orient="landscape"] .toolbar table .wing
{
	width:120px;
}

.toolbar table .center
{
	width:120px;
	display:block;
	text-align: center;
	overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    white-space: nowrap;	
}

body[orient="landscape"] .toolbar table .center
{
	width:220px;
}
 

/* THUMBNAILS */
#thumbs-container
{
	background: #FFF;
	display: none;
	color: gray;
	font-size: 16px;
	text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0;	
}
#thumbs-images-container
{
	padding: 2px;
}

#thumbs-toolbar-top
{
	text-align: center;
	display: none;
}

#thumbs-count-text
{
	clear:both;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 60px;
}

.thumbnail
{
	background:#444;
	display:block;
	overflow:hidden;
	float: left;
	margin: 2px 2px;
	height:75px;
	width:75px;
}


/* SLIDER  */

#slider-container
{
	display: none;
	line-height:0;
	overflow:hidden;
	background-color: #FFF;
	width: 100%;
	height: 100%;	
	color: #000;
}

/* SLIDE  */
#slider-container .slide
{
	vertical-align: middle;
	text-align: center;	
	width: 320px;
}
body[orient="landscape"] #slider-container .slide
{
	width:480px;	
}

#slider-container .slide img
{	
	max-width: 320px;
	max-height: 417px;
}

body[orient="landscape"] #slider-container .slide img
{	
	max-width: 480px;
	max-height: 269px;
}


#slider-container .space
{
	height: 417px;
	width: 20px;
}

body[orient="landscape"] #slider-container .space
{
	height: 269px;
	width: 20px;
}
#slider-container .space-width	
{
	height: 1px;
	width: 320px;
}

body[orient="landscape"] #slider-container .space-width
{
	height: 1px;
	width: 480px;
}

/* SLIDE DESCRIPTION */
.slider-text
{
	width: 100%;
	vertical-align: text-bottom;
	color: black;
	font-size: 20px;
	text-align: center;
	text-shadow: rgba(255, 255, 255,1) 1px 1px 2px, rgba(255, 255, 255,1) -1px -1px 2px;
}

#slider-desc-container
{
	position: absolute;	
	width:320px;
	height:328px;
	top:44px;
}
body[orient="landscape"] #slider-desc-container
{
	position: absolute;	
	width:480px;
	height:178px;
	top:44px;
}

#desc-title
{
	font-weight: bold;
}
#desc-text
{
	font-size: 16px;
	font-weight: bold;
}


/* SLIDER OVERLAY */
#slider-overlay
{
	position: absolute;
	width:100%;	
	z-index: 101;
	display: none;
}

#slider-toolbar-top
{
	position: absolute;
}

#slider-toolbar-bottom
{
	position: absolute;
	top: 373px;
}

body[orient="landscape"] #slider-toolbar-bottom
{
	position: absolute;
	top: 225px;
}

/* NAVI ELEMENTS */

.button {
	float:left;
	overflow: hidden;
	text-align:center;
	display:block;
 	margin-left:2px;
 	margin-right:2px;
    padding-left: 3px;
    padding-right: 3px;
    height: 30px;
	min-width: 35px;
	max-width: 60px;
	
    line-height: 30px;
    font-family: inherit;
    font-size: 14px;
    font-weight: bold;
    color: #007AFF;
    text-shadow: rgba(255, 255, 255, 0.6) 0px -1px 0;
    text-overflow: ellipsis;
    text-decoration: none;
    white-space: nowrap;
    border-width: 0 8px 0 14px;
	-webkit-border-image: url(btnBack.png) 0 8 0 14;
}

body[orient="landscape"] .button {
	max-width: 100px;
}

.navi-button
{
	display:block;
	text-align: center;
}

#navi-prev
{
	text-align:right;
	padding-right:12px;
	height: 44px;	
	background: url(navPrev.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#navi-next
{
	text-align:left;
	padding-left:12px;
	height: 44px;
	background: url(navNext.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#navi-play
{
	height: 44px;
	background: url(navPlay.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#navi-pause
{
	display: none;
	height: 44px;
	background: url(navPause.png);
	background-repeat: no-repeat;
	background-position: center center;
}

/* UTIL */
#preloader {
    display: none;
    background-image: url(btnBack.png), url(dummy.gif),
        url(navNext.png), url(navPause.png), url(navPlay.png)
        ,url(navPrev.png), url(toolbar.png), url(loading.gif);
}

/* SPLASH SCREEN */
.splash-screen
{
	display: none;
	background-color: #000;
	width: 100%;
}
.splash-screen .text
{
	color: white;
	font-size: small;
	font-weight: bold;
	text-align: center;
	vertical-align: bottom;
}
.splash-screen .image
{
	background-image: url(loading.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#splash-screen
{
	height: 417px;
}
body[orient="landscape"] #splash-screen
{
	height: 269px;
}

/* LIST GALLERIES */

ul
{
    margin: 0;
    padding: 0;
}

li 
{
    position: relative;
    margin: 0;
    border-bottom: 1px solid #E0E0E0;
    font-size: 14px;
    font-weight: bold;
    color: #2d3642;
    list-style: none;
}

li &gt; a 
{
    display: block;
    margin: -6px 0 -6px 0;
    padding: 10px 0 14px 4px;
    text-decoration: none;
    color: inherit;
    background: url(listArrow.png) no-repeat right center;
	min-height: 75px;
}


li .image
{
	float: left;
	border: none;
	background:#444;
	overflow:hidden;
	margin: 2px 2px;
	margin-right: 8px;
	height:75px;
	width:75px;
}

li .title
{
	display: block;
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 4px;
	margin-right: 20px;
}

li .text
{
	font-size: 13px;
	font-weight: normal;
	display: block;
	margin-right: 20px;
}

/* iPhone 4 ----------- */
@media  only screen and (device-width : 320px) and (device-height : 480px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {

}

@media  only screen and (device-width : 320px) and (device-height : 480px) and (-webkit-min-device-pixel-ratio : 2),
        only screen and (device-width : 480px) and (device-height : 320px) and (-webkit-min-device-pixel-ratio : 2) {
            
    body {
    	min-height: 371px;
    }
    
    body[orient="portrait"] {
        min-height: 371px;
    }
    
    body[orient="landscape"] {
         min-height: 231px;
    }
    
    .toolbar table {
    	width: 320px;
    }
    
    body[orient="portrait"] .toolbar table {
    	width: 320px;
    } 
    
    body[orient="landscape"] .toolbar table {
    	width: 480px;
    }
    
    #slider-container .slide {	
    	width: 320px;
        height: 371px;
    }
    
    body[orient="portrait"] #slider-container .slide {	
    	width: 320px;
        height: 371px;
    }
    
    body[orient="landscape"] #slider-container .slide {
    	width:480px;	
        height:231px;
    }
    
    #slider-container .slide img {	
    	max-width: 320px;
    	max-height: 371px;
    }
    
    body[orient="portrait"] #slider-container .slide img {	
    	max-width: 320px;
    	max-height: 371px;
    }
    
    body[orient="landscape"] #slider-container .slide img {
    	max-width: 480px;
    	max-height: 231px;
    }
    
    #slider-container .space {
    	height: 371px;
    	width: 20px;
    }
    
    body[orient="portrait"] #slider-container .space {
    	height: 371px;
    	width: 20px;
    }
    
    body[orient="landscape"] #slider-container .space {
    	height: 231px;
    	width: 20px;
    }
    
    #slider-container .space-width {
    	width: 320px;
    }
    
    body[orient="portrait"] #slider-container .space-width {
    	width: 320px;
    }
    
    body[orient="landscape"] #slider-container .space-width {
    	width: 480px;
    }
    
    #slider-desc-container {
    	width:320px;
    	height:280px;
    }
    
    body[orient="portrait"] #slider-desc-container {
    	width:320px;
    	height:280px;
    }
    
    body[orient="landscape"] #slider-desc-container {	
    	width:480px;
    	height:142px;
    }
    
    #slider-toolbar-bottom {
    	top: 327px;
    }
    
    body[orient="portrait"] #slider-toolbar-bottom {
    	top: 327px;
    }
    
    body[orient="landscape"] #slider-toolbar-bottom {
    	top: 188px;
    }
    
    #splash-screen {
    	height: 391px;
    }
    
    body[orient="portrait"] #splash-screen {
    	height: 391px;
    } 
    
    body[orient="landscape"] #splash-screen {
    	height: 231px;
    }
}

/* iPhone 5 ----------- */
@media  only screen  
        and (min-device-width: 320px) 
        and (max-device-height: 568px) 
        and (orientation : landscape) 
        and (-webkit-device-pixel-ratio: 2) {
}

@media  only screen  and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2),
        only screen  and (device-width: 568px) and (device-height: 320px) and (-webkit-device-pixel-ratio: 2) {
    body {
    	min-height: 460px;
    }
    
    body[orient="portrait"] {
        min-height: 460px;
    }
    
    body[orient="landscape"] {
         min-height: 276px;
    }
    
    .toolbar table {
    	width: 320px;
    }
    
    body[orient="portrait"] .toolbar table {
    	width: 320px;
    } 
    
    body[orient="landscape"] .toolbar table {
    	width: 568px;
    }
    
    #slider-container .slide {	
    	width: 320px;
        height: 460px;
    }
    
    body[orient="portrait"] #slider-container .slide {	
    	width: 320px;
        height: 460px;
    }
    
    body[orient="landscape"] #slider-container .slide {
    	width:568px;	
        height:232px;
    }
    
    #slider-container .slide img {	
    	max-width: 320px;
    	max-height: 460px;
    }
    
    body[orient="portrait"] #slider-container .slide img {	
    	max-width: 320px;
    	max-height: 460px;
    }
    
    body[orient="landscape"] #slider-container .slide img {
    	max-width: 568px;
    	max-height: 232px;
    }
    
    #slider-container .space {
    	height: 460px;
    	width: 20px;
    }
    
    body[orient="portrait"] #slider-container .space {
    	height: 460px;
    	width: 20px;
    }
    
    body[orient="landscape"] #slider-container .space {
    	height: 232px;
    	width: 20px;
    }
    
    #slider-container .space-width {
    	width: 320px;
    }
    
    body[orient="portrait"] #slider-container .space-width {
    	width: 320px;
    }
    
    body[orient="landscape"] #slider-container .space-width {
    	width: 568px;
    }
    
    #slider-desc-container {
    	width:320px;
    	height:370px;
    }
    
    body[orient="portrait"] #slider-desc-container {
    	width:320px;
    	height:370px;
    }
    
    body[orient="landscape"] #slider-desc-container {	
    	width:568px;
    	height:142px;
    }
    
    #slider-toolbar-bottom {
    	top: 416px;
    }
    
    body[orient="portrait"] #slider-toolbar-bottom {
    	top: 416px;
    }
    
    body[orient="landscape"] #slider-toolbar-bottom {
    	top: 188px;
    }
    
    #splash-screen {
    	height: 460px;
    }
    
    body[orient="portrait"] #splash-screen {
    	height: 460px;
    } 
    
    body[orient="landscape"] #splash-screen {
    	height: 232px;
    }
}

/* iPhone 6 ----------- */
@media only screen 
        and (min-device-width: 375px) 
        and (max-device-height: 667px) 
        and (orientation : landscape) 
        and (-webkit-device-pixel-ratio: 2) {
}

@media  only screen  and (device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2),
        only screen  and (device-width: 667px) and (device-height: 375px) and (-webkit-device-pixel-ratio: 2){
    body {
    	min-height: 559px;
    }
    
    body[orient="portrait"] {
        min-height: 559px;
    }
    
    body[orient="landscape"] {
         min-height: 331px;
    }
    
    .toolbar table {
    	width: 375px;
    }
    
    body[orient="portrait"] .toolbar table {
    	width: 375px;
    }
    
    body[orient="landscape"] .toolbar table {
    	width: 667px;
    }
    
    #slider-container .slide
    {	
    	width: 375px;
    }
    
    body[orient="portrait"] #slider-container .slide
    {	
    	width: 375px;
    }
    
    body[orient="landscape"] #slider-container .slide
    {
    	width:559px;	
    	height:331px;	
    }
    
    #slider-container .slide img
    {	
    	max-width: 375px;
    	max-height: 559px;
    }
    
    body[orient="portrait"] #slider-container .slide img
    {	
    	max-width: 375px;
    	max-height: 559px;
    }
    
    body[orient="landscape"] #slider-container .slide img
    {	
    	max-width: 667px;
    	max-height: 331px;
    }
    
    
    #slider-container .space
    {
    	height: 559px;
    	width: 20px;
    }
    
    body[orient="portrait"] #slider-container .space
    {
    	height: 559px;
    	width: 20px;
    }
    
    body[orient="landscape"] #slider-container .space
    {
    	height: 331px;
    	width: 20px;
    }
    
    #slider-container .space-width	
    {
    	width: 375px;
    }
    
    body[orient="portrait"] #slider-container .space-width	
    {
    	width: 375px;
    }
    
    body[orient="landscape"] #slider-container .space-width
    {
    	width: 667px;
    }
    
    #slider-desc-container
    {	
    	width:375px;
    	height:469px;
    }
    
    body[orient="portrait"] #slider-desc-container
    {	
    	width:375px;
    	height:469px;
    }
    
    body[orient="landscape"] #slider-desc-container
    {	
    	width:667px;
    	height:241px;
    }
    
    #slider-toolbar-bottom
    {
    	top: 515px;
    }
    
    body[orient="portrait"] #slider-toolbar-bottom
    {
    	top: 515px;
    }
    
    body[orient="landscape"] #slider-toolbar-bottom
    {
    	top: 287px;
    }
    
    #splash-screen
    {
    	height: 559px;
    }
    
    body[orient="portrait"] #splash-screen
    {
    	height: 559px;
    }
    
    body[orient="landscape"] #splash-screen
    {
    	height: 331px;
    }
}

/* iPhone 6+ ----------- */
@media only screen 
    and (min-device-width: 414px) 
    and (max-device-height: 736px) 
    and (orientation : landscape) 
    and (-webkit-device-pixel-ratio: 3) {
}

@media  only screen  and (device-width: 414px) and (device-height: 736px) and (-webkit-device-pixel-ratio: 3),
        only screen  and (device-width: 736px) and (device-height: 414px) and (-webkit-device-pixel-ratio: 3) {
    body {
    	min-height: 628px;
    }
    
    body[orient="landscape"] {
         min-height: 326px;
    }
    
    body[orient="landscape"] .toolbar table {
    	width: 736px;
    }
    
    body[orient="portrait"] {
        min-height: 628px;
    }
    
    .toolbar table {
    	width: 414px;
    }
    
    body[orient="portrait"] .toolbar table {
    	width: 414px;
    }
    
    #slider-container .slide {
    	width: 414px;
        height: 628px;
    }
    
    body[orient="portrait"] #slider-container .slide {
    	width: 414px;
        height: 628px;
    }
    
    body[orient="landscape"] #slider-container .slide {
    	width:736px;	
        height:370px;
    }
    
    #slider-container .slide img {	
    	max-width: 414px;
    	max-height: 628px;
    }
    
    body[orient="portrait"] #slider-container .slide img {	
    	max-width: 414px;
    	max-height: 628px;
    }
    
    body[orient="landscape"] #slider-container .slide img {	
    	max-width: 736px;
    	max-height: 370px;
    }
    
    #slider-container .space {
    	height: 628px;
    }
    
    body[orient="portrait"] #slider-container .space {
    	height: 628px;
    }
    
    body[orient="landscape"] #slider-container .space {
    	height: 370px;
    }
    
    #slider-container .space-width {
    	width: 414px;
    }
    
    body[orient="portrait"] #slider-container .space-width {
    	width: 414px;
    }
    
    body[orient="landscape"] #slider-container .space-width {
    	width: 736px;
    }
    
    #slider-desc-container {
    	width:414px;
    	height:538px;
    }
    
    body[orient="portrait"] #slider-desc-container {
    	width:414px;
    	height:538px;
    }
    
    body[orient="landscape"] #slider-desc-container {
    	width:736px;
    	height:280px;
    }
    
    #slider-toolbar-bottom {
    	top: 584px;
    }
    
    body[orient="portrait"] #slider-toolbar-bottom {
    	top: 584px;
    }
    
    body[orient="landscape"] #slider-toolbar-bottom {
    	top: 326px;
    }
    
    #splash-screen {
    	height: 628px;
    }
    
    body[orient="portrait"] #splash-screen {
    	height: 628px;
    }
    
    body[orient="landscape"] #splash-screen {
    	height: 326px;
    }
}</pre></body></html>