/**CSS RESET****************************************/
/***************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
a:focus {
    outline: 0;
}
ol, ul {
    list-style: none;
}
/**BASIC CSS****************************************/
/***************************************************/
body {
    color: #dedede;
    background: white;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}
a{
    color: #dedede;
    text-decoration: underline;
}
a:hover{
    color: #dedede;
    text-decoration: underline;
}
a:visited{
    color: #dedede;
    text-decoration: underline;
}
h1 a{
    text-decoration: none;
}
h1 a:hover{
    text-decoration: none;
}
h1 a:visited{
    text-decoration: none;
}
/**NAVIGATION***************************************/
/***************************************************/
.prev{
    position: absolute;
    left: 0px;
    width: 50%;
    height: 100%;
    overflow: hidden;
    display: block;
    background: transparent url(css/img/transparent.gif);
}
.next{
    position: absolute;
    right: 0px;
    width: 50%;
    height: 100%;
    overflow: hidden;
    display: block;
    background: transparent url(css/img/transparent.gif);
}
.slide {
    position: relative;
    float: left;
    margin-left: 8px;
    width: 17px;
}
#btn-slide{
    background: url(img/min.png) no-repeat bottom center;
    position: relative;
    width: 17px;
    height: 25px; 
    color:#f3f1f2;
    text-align: center; 
    text-decoration: none;
    padding: 10px;
}
#btn-slide.active{
    background: url(img/plus.png) no-repeat bottom center;
}
#thumbs-slide{
    background: url(img/thumb.png) no-repeat bottom center;
    position: relative;
    width: 17px;
    height: 25px; 
    color:#f3f1f2;
    text-align: center; 
    text-decoration: none;
    padding: 10px;
}
#thumbs-slide.active{
    background: url(img/close.png) no-repeat bottom center;
}

/**FULL*WINDOW*PHOTO********************************/
/***************************************************/
#overlay{
    height: 0px;
}
#superbgimage {
    display: none;
    background: #fff url('img/superbgloading.gif') center center no-repeat;
}
#superbgimage img {
    image-rendering: optimizeQuality;
    -ms-interpolation-mode: bicubic;
}

/**PANEL*+*CONTENT**********************************/
/***************************************************/
#panel-wrapper{
    position: fixed;
}
#panel {
    background: transparent url('img/bg45.png');
    height: auto;
    width: 180px;
    margin-left: 0px;
    margin-top: -12px;
    margin-left: 8px;
/**rounded corners*********************************/
    -moz-border-radius-bottomright: 12px; /* FF1+ */
    -moz-border-radius-bottomleft: 12px; /* FF1+ */
    -webkit-border-bottom-right-radius: 12px; /* Saf3+, Chrome */
    -webkit-border-bottom-left-radius: 12px; /* Saf3+, Chrome */
    border-radius-bottomright: 12px; /* Opera 10.5, IE 9 */
    border-radius-bottomleft: 12px; /* Opera 10.5, IE 9 */
/**box shadow*************************************/
    -moz-box-shadow: 0px 0px 5px #000;
    -webkit-box-shadow: 0px 0px 5px #000;
    box-shadow: 0px 0px 5px #000;
}
#tekst{
    width:160px;
    margin: 10px;
    padding:12px 0;
}
#tekst h1{
    padding-bottom: 15px;
}
#info_rc{
    padding-bottom: 10px;
}
#info_rc img{
    padding-right: 5px;
}
#showtitle {
	width: 150px;
	border-top: dashed 1px #dedede;
	padding-top: 10px;
}
.title{
    padding-top: 5px;
}
.imagecount{
    padding-top: 10px;
    font-size: 9px;
}

/**THUMBNAILS***************************************/
/***************************************************/
#wrapper{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent url('img/bg80.png');
}
#content_window {
    position:relative;
    width: 610px;
    margin-left: auto;
    margin-right: auto;
    top: 50px;
    padding: 0;
}
#photos{
    display: none;
}
#photos a {
    display: inline-block;
    padding-bottom: 6px;
    margin: 0 8px 8px 0;
}
#photos a.activeslide {
    padding-bottom: 4px;
    border-bottom: 2px solid #dedede;
}