#slideShowContainer{
	width:900px;
	height:500px;
	padding:10px;
	margin:0 auto;
	position:relative;
	    border: 1px solid #80c342;
}

#slideShow{
	width:900px;
	height:500px;
	left:10%;
	background-color:#fff;
	z-index:100;
}

#pictures { position: relative; width:100%; margin:0 auto; }
#pictures img { position: absolute; top: 0; left: 0; }

#slideShowContainer > a{
	border:none;
	text-decoration:none;
	text-indent:-99999px;
	overflow:hidden;
	width:36px;
	height:37px;
	background:url('../img/arrows.png') no-repeat;
	position:absolute;
	top:50%;
	margin-top:-21px;
}

#previousLink{
	left:-38px;
}

#previousLink:hover{
	background-position:bottom left;
}

a#nextLink{
	right:-38px;
	background-position:top right;
}

#nextLink:hover{
	background-position:bottom right;
}

/* Общие стили */

.note{
	margin-bottom:40px;
	text-align:center;
}

.credit{
	font-size:12px;
}

.credit a{
	color:#bbb !important;
}


a, a:visited {
	text-decoration:underline;
	outline:none;
	color:#97CAE6;
}

a:hover{
	text-decoration:none;
}