/* Add here all your CSS customizations */
.temp {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.previous {
	left: 10px;
    background: url(../images/controls.png) no-repeat 0 -32px;
    position: absolute;
    top: 51%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 1;
    /*background-color: #f1f1f1;
    color: black;
    position:absolute;
	top: 140px;
	height: 50px;
	width: 50px;
	opacity: 0.6;*/
}


.next {
    /*background-color: #4CAF50;*/
    right: 10px;
    background: url(../images/controls.png) no-repeat -43px -32px;
    /*color: white;
    position:absolute;
	top: 140px;
	
	height: 50px;
	width: 50px;
	opacity: 0.6;*/
	position: absolute;
    top: 51%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 1;
}
div.previous a:link {
  color: #123456;
}

div.previous a:hover {
  color: #123;
}

div.previous a:visited {
  color: #654321;
}
.next:hover{
	opacity:0.3;
}

.previous:hover{
	opacity:0.3;
}
/*.round {
    border-radius: 50%;
}*/

