@charset "utf-8";
/* CSS Document */
body {
    padding: 0;
    margin: 0;
	background-image:url(../../img/backrounds/backround3.jpg);
}

h1 {
    text-align: center;
    padding-top: 50px;
    font-size: 35px;
    font-family: "Segoe UI";
    font: 100 40px / 25px "Century Gothic";
    text-align: center;
    color:#FFF;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, .5);
}

#slider {
	width:640px;
    height:430px;
	margin-top:160px;
	margin-left:0px;
    position:absolute;
	background-image:url(../../img/work%20gallery/17%20continuity/continuity%201.jpg);
    /*box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);*/
	background-repeat:no-repeat;

}


#slider ul {
    width: 140px;
    height: 40px;
    padding: 0 0 0 0;
    position: absolute;
    z-index: 10;
    list-style: none;
    left:-16px;
	top:410px;
	
}

#slider ul li:first-child {
    margin-left: 16px;
}

#slider ul li {
    float: left;
    margin-right: 12px;
    margin-top: 14px;
}

#slider ul li:last-child {
    margin-right: 0;
}

#slider ul li a {
    width: 10px;
    height: 10px;
    display: block;
    outline: none;
    border: none;
    position: relative;
    z-index: 2;
	background-color:#FFF;
    box-shadow: inset 0 1px 1px 0px rgba(0, 0, 0, 0.6), 0px 1px 1px 0px white;
    -moz-box-shadow: inset 0 1px 1px 0px rgba(0, 0, 0, 0.6), 0px 1px 1px 0px white;
    -webkit-box-shadow: inset 0 1px 1px 0px rgba(0, 0, 0, 0.6), 0px 1px 1px 0px white;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

#slider ul li a:hover {
    background: #888;
}

#slider img {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    
}

#slider img:target {
    opacity: 1;
    
}

#slider img#five {
    opacity: 1;
  }

#slider img:not(:target), #slider img:target ~ img#five  {
  opacity: 0;
    }

#slider ul li a[href="#five"] {
	background: #777;
}

#one:target ~ ul li a[href="#one"],
#two:target ~ ul li a[href="#two"],
#three:target ~ ul li a[href="#three"],
#four:target ~ ul li a[href="#four"],
#five:target ~ ul li a[href="#five"] {
  background: #777;
}

#two:target ~ ul li a[href="#five"],
#three:target ~ ul li a[href="#five"],
#four:target ~ ul li a[href="#five"],
#one:target ~ ul li a[href="#five"] {
	background: #aaa;
}

