﻿@charset "utf-8";

/* ------NAVIGATION-----*/

.agora_tila {
    background-color: #6b142a;
    height: 25px;
}

/*----CONTENT----*/

#arkki{	
	height:65%;
	position:relative;
	/*overflow:auto; нужно для scrollbar */	
	/*	background-color: #333;*/
}

#naamiot_teksti{
	/*background-color: #fef2f6;*/
	color:#fef2f6;
	font-weight:lighter;
	width: 561px;
	height:251px;
	position:absolute;
	top: 75px;
	left:218px;
	}

#naamiot_nimi h5{ 
	/*background-color:#CC99CC;*/
	text-align: center;
	color:#fef2f6;
	margin-top:10px;	
}

#naamiot_kuvat{
	/*background-color:rgb(204,153,255);*/
	width:1300px;
	height:240px;
	position:absolute;
	top:338px;
	left:-150px;
	z-index:3456;
	
}

#naamiot_kuvat a:hover{ } /*- селектор для наведенной ссылки*/

#naamiot_kuva_mini{
	width:164px;
	height:232px;
	margin:0 12px 0 12px;
}
.naamiot_kuva_mini_x{
	width:89px;
	height:232px;
	
}

.lb-default
{
	border:3px solid #f0e9de;
}

.lb-hover
{
	border:3px solid #465160;
}

.jcarousel-control-prev{
	position:absolute;
        top:-35px;
        left:0;
	height:308px;
	width:153px;
        background-image:url(../img/naamiot/prev.png);
}

.jcarousel-control-next{
	position:absolute;
        top:-35px;
        right:0;
	height:308px;
	width:153px;
        background-image:url(../img/naamiot/next.png);
	}

/*----SOUND----*/

#lb-sound{
	position: absolute;
	width:30px;
	height:30px;
	right:30px;
	bottom:30px;
        z-index:9000;
}

#lb-sound.on{background-image:url(../img/aani/naamiot_aani_on.png);}/*background-color: rgb(128,255,128);*/
#lb-sound.off{ background-image:url(../img/aani/naamiot_aani_off.png);}/*background-color:#FF8080;*/
#lb-sound.on-hover{ background-image:url(../img/aani/naamiot_aani_on_hover.png);}/*background-color: rgb(0,255,0);*/
#lb-sound.off-hover{ background-image: url(../img/aani/naamiot_aani_off_hover.png);}/*background-color:#FF0000;*/

/*------------------NAVBAR DOWN---------------*/

.naamiot{
	background-color:#6b142a;
}
