
#carouselul div:focus{
 opacity: 1;
}
#pndivholder{
    position:absolute;
    top:10px;
    right:10px;
    display:block;
}
.textnotifacation{

    /*background: rgba(96, 96, 96, 0.5);*/
    line-height: 30px;
    font-family:sans-serif;
    font-size: 200%;
    color: white;
    vertical-align: top;
}
.notification{
    line-height:30px;
    padding:1em;
    background: rgba(96, 96, 96, 0.5);
}
.userava{
    background: rgba(96, 96, 96, 1);
    display:block;
    line-height:30px;
}
#carouselul li {
    /*-webkit-transition: all 0.30s ease-in-out;*/
    /*-moz-transition: all 0.30s ease-in-out;*/
    /*-ms-transition: all 0.30s ease-in-out;*/
    /*-o-transition: all 0.30s ease-in-out;*/
    /*outline: none;*/
    /*border: 3px solid #DDDDDD;*/
}
#carouselul li:focus > div {
    box-shadow: 0 0 3px rgba(81, 203, 238, 1);
    border: 3px solid rgba(81, 203, 238, 1);

    animation: breath linear 2s infinite;
    -webkit-animation: breath linear 4s infinite;
    -moz-animation: breath linear 2s infinite;
    -o-animation: breath linear 2s infinite;
    -ms-animation: breath linear 2s infinite;

}

@-webkit-keyframes breath {
    0% {
        opacity:1;
        -webkit-transform:  rotate(0deg) scaleX(0.5) scaleY(0.5) ;
    }
    50% {
        opacity:1;
        -webkit-transform:  rotate(0deg) scaleX(0.9) scaleY(0.9) ;
    }
    100% {
        opacity:1;
        -webkit-transform:  rotate(0deg) scaleX(0.5) scaleY(0.5) ;
    }
}
/*
#container{
	height:auto;
	width:auto;
background-color:#0F0;
	}

#shareholder {
background-color:#666;

}
#shareorignalmedia input{
position:absolute;
height:100%;
width:100%;

}
#shareorignalmedia img{
max-width: 100%;
max-height: 100%;
height: auto;

}
#shareorignalmedia iframe{
position:absolute;
height:100%;
width:100%;

}
#thumbnailimags{
position:absolute;
margin-top:400px;
}

#thumbnailimags input,li{
display:inline;float:left;margin-left:5px

}

#sharethumbnail ul input{display:inline;float:left;margin-left:5px}
#sharethumbnail ul iframe{display:inline;float:left;margin-left:5px}
#sharethumbnail li img{width:45px; height:45px;
border-style: solid;
border-top-width: 5px;
border-right-width: 5px;
border-bottom-width: 5px;
border-left-width: 5px;
}
*/
/*
#userdetailsholder {
	position:absolute;
	left:800px;
	top:100px
}

#leftarrow{
	visibility: hidden;
	margin-top:350px;
	align-self:flex-end;
	float:left;
	width: 0;
	height: 0;
	border-top: 50px solid transparent;
	border-right: 30px solid red;
	border-bottom: 50px solid transparent;
	}
#rightarrow{
	visibility: hidden;
	margin-top:350px;
	align-self:flex-end;
	float:right;
	width: 0;
	height: 0;
	border-top: 50px solid transparent;
	border-left: 30px solid red;
	border-bottom: 50px solid transparent;
	}
