.cd_album{
	width:600px;
	height:600px;
	/*border-radius:270px 270px 270px 270px;*/
	background-color:transparent;
	background-repeat: no-repeat;
	background-position:center center;
	position: absolute;
	/*top:50%;
	left:50%;
	margin:-270px 0px 0px -270px;
	border:20px solid #fff;*/
	display:none;
}

.cd_album{
	background-position: center !important;
}

.cd_album_0{
	background-image:url(../img/0.png);
}
.cd_album_1{
	background-image:url(../img/1.png);
}
.cd_album_2{
	background-image:url(../img/2.png);
}
.cd_album_3{
	background-image:url(../img/3.png);
}
.cd_album_4{
	background-image:url(../img/4.png);
}
.cd_album_5{
	background-image:url(../img/5.png);
}
.cd_album_6{
	background-image:url(../img/6.png);
}
.cd_album_7{
	background-image:url(../img/7.png);
}

.cd_navigation{
	height: 610px;
	position: relative;
}

.cd_navigation a{
	cursor: pointer;
	width:55px;
	height:55px;
	text-indent:-9000px;
	outline:none;
	opacity:0.6;
	z-index:999999;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-transition: all 0.5s ease-in-out;
}
.cd_navigation a:hover{
	opacity:1.0;
}
.cd_navigation a.cd_prev{
	background:transparent url(../img/nav_prev_rotated.png) no-repeat center center;
	bottom:10px;
	display: inline-block;
}
.cd_navigation a.cd_next{
	background:transparent url(../img/nav_next_rotated.png) no-repeat center center;
	top:100px;
	display: inline-block;
}

.cd_navigation a.cd_next span { display:none;}
.cd_navigation a.cd_prev span { display:none;}
