﻿.bgmain {
	position:fixed; 
	position:absolute; 
	top:-45%; 
	top:-50%; 
	left:-50%;
	width:200%; 
	height:200%;
	*top:0; *left:0; 
	*width:100%; *height:100%;
}
.bgmain img {
	position:absolute; 
	top:50; 
	left:0; 
	right:0; 
	bottom:0; 
	margin:auto; 
	min-width:50%;
	min-height:50%;
    width: auto !important;
    height: auto !important;
    /*
    *width: 100%; 
	*min-width: inherit; 
	*min-height: inherit;
	*min-width: 1680px;
	_width:expression(document.body.clientWidth < 1680 ? "1680px" : "auto");
	*min-height: 957px;
	_height:expression(this.scrollHeight < 957 ? "957px" : "auto");
	*/
}
.cycle-slideshow img {
    -webkit-animation:bg-scale 60s linear infinite alternate;
    -moz-animation:bg-scale 60s linear infinite alternate;
    -o-animation:bg-scale 60s linear infinite alternate;
    -ms-animation:bg-scale 60s linear infinite alternate;
    animation:bg-scale 60s linear infinite alternate;	
}

@-webkit-keyframes bg-scale{
    0% {-webkit-transform:scale(1, 1);-moz-transform:scale(1, 1); -ms-transform:scale(1, 1);-o-transform:scale(1, 1);transform:scale(1, 1)}
    100% {-webkit-transform:scale(1.3, 1.3); -moz-transform:scale(1.3, 1.3); -ms-transform:scale(1.3, 1.3); -o-transform:scale(1.3, 1.3); transform:scale(1.3, 1.3)}
}
@-moz-keyframes bg-scale{
    0% {-webkit-transform:scale(1, 1);-moz-transform:scale(1, 1); -ms-transform:scale(1, 1);-o-transform:scale(1, 1);transform:scale(1, 1)}
    100% {-webkit-transform:scale(1.3, 1.3); -moz-transform:scale(1.3, 1.3); -ms-transform:scale(1.3, 1.3); -o-transform:scale(1.3, 1.3); transform:scale(1.3, 1.3)}
}
@-o-keyframes bg-scale{
    0% {-webkit-transform:scale(1, 1);-moz-transform:scale(1, 1); -ms-transform:scale(1, 1);-o-transform:scale(1, 1);transform:scale(1, 1)}
    100% {-webkit-transform:scale(1.3, 1.3); -moz-transform:scale(1.3, 1.3); -ms-transform:scale(1.3, 1.3); -o-transform:scale(1.3, 1.3); transform:scale(1.3, 1.3)}
}

.home .title {
    position: absolute;
    top: 90%;
    left: 50%;
    width: 800px;
    height: 250px;
    margin: -100px 0 0 -420px;
    text-indent: -100000px;
    background: url(../jpg/home/Rinpoche.png) no-repeat;
    z-index: 10;
}

.home .logo2 {
    position: absolute;
    top: 40px;
    left: 30px;
    width: 120px;
    height: 110px;
    text-indent: -10000px;
    background: url(../jpg/home/RinpocheLogo_2.png) no-repeat;
    z-index: 10;
}

.home .logo1 {
    position: absolute;
    top: 40px;
    left: 150px;
    width: 120px;
    height: 110px;
    text-indent: -10000px;
    background: url(../jpg/home/RinpocheLogo_1.png) no-repeat;
    z-index: 10;
}

.menu{
width: 50px;
height: 50px;
margin-left: -35px;
position: absolute;
top: 40px;
left: 95%;
z-index: 10;
cursor: pointer;
}

.menu:hover {opacity:0.7;}


.play{
width: 50px;
height: 50px;
margin-left: -35px;
position: absolute;
bottom: 80px;
left: 95%;
z-index: 10;
cursor: pointer;
}

.play:hover {opacity:0.7;}




.homedown{
width: 50px;
height: 50px;
margin-left: -35px;
position: absolute;
bottom: 30px;
left: 95%;
z-index: 10;
background: url(../jpg/home/scrolldown.png) no-repeat 0 0;
}

.homedown:hover {background: url(../jpg/home/scrolldown2.png) no-repeat 0 0;}




