/* Start of CMSMS style sheet 'MK7_galleryview' */
/* GALLERY LIST */
/* IMPORTANT - Change '#photos' to the ID of your gallery list to prevent a flash of unstyled content */
#testi{ visibility: hidden;}
#karuselli{ visibility: hidden;}

.nav-prev, .nav-next, .nav-prev-overlay, .nav-next-overlay, .pointer{

display: none !important;

}
/* GALLERY CONTAINER */
.gallery { background: transparent; border: none; padding: 0px;}

/* LOADING BOX */
.loader { background: url(loader.gif) center center no-repeat #ddd; }

/* GALLERY PANELS */
.panel {}

/* DEFINE HEIGHT OF PANEL OVERLAY */
/* NOTE - It is best to define padding here as well so overlay and background retain identical dimensions */
.panel .panel-overlay,
.panel .overlay-background {

height: 120px; 
padding: 0 1em; 

}

#karuselli .panel-overlay{

height: 260px; 
padding: 0 1em; 

}

/* PANEL OVERLAY BACKGROUND */
.panel .overlay-background { background: transparent; }

/* PANEL OVERLAY CONTENT */
.panel-overlay span{

font-family: 'FontinSansSmallCaps';
font-weight: normal;
font-size: 16px;
padding-top: 10px;
padding-bottom: 10px;
}

.panel .panel-overlay { 

font-family: 'Trebuchet MS';
color: white; 
font-size: 12px; 
width: 270px !important;
display: block !important;
margin-left: 18px;

}

.panel .panel-overlay a{ 
color: #8eb9ff; 
text-decoration: none; 
}

.panel .panel-overlay a:hover {
color: #fff;
}

/* FILMSTRIP */
/* 'margin' will define top/bottom margin in completed gallery */
.filmstrip { margin: 15px; }

/* FILMSTRIP FRAMES (contains both images and captions) */
.frame {}

/* WRAPPER FOR FILMSTRIP IMAGES */
.frame .img_wrap { border: 1px solid #aaa; }

/* WRAPPER FOR CURRENT FILMSTRIP IMAGE */
.frame.current .img_wrap { border-color: #000; }

/* FRAME IMAGES */
.frame img { border: none; }

/* FRAME CAPTION */
.frame .caption { 


font-size: 11px; 
text-align: center; 
color: #888; 

}

/* CURRENT FRAME CAPTION */
.frame.current .caption { color: #000; }

/* POINTER FOR CURRENT FRAME */
.pointer {
	border-color: #000;
}

/* TRANSPARENT BORDER FIX FOR IE6 */
/* NOTE - DO NOT CHANGE THIS RULE */
*html .pointer {
	filter: chroma(color=pink);
}


/* LIGHTBOX * /











/* End of 'MK7_galleryview' */

