/*#slider_container { float: left; margin: 0 0 0 -15px; padding: 15px; width: 700px; background: url(../img/bg.png) no-repeat 0 0; position:absolute;z-index:-1;}*/
.slider_container { position:absolute; z-index:10; }

.slider_photos { float: left; overflow: hidden; }

/*.slider_photos_nav { margin: 0; padding: 10px 0 0 0; height: 16px; text-align: center; overflow-y: hidden; }*/
.slider_photos_nav { position:absolute; bottom:10px; right:10px; z-index:40; }
.slider_photos_nav a:link, .slider_photos_nav a:active, .slider_photos_nav a:visited, .slider_photos_nav a:hover{
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	text-decoration: none;
	cursor: pointer; /*web accessibility*/
}
.slider_photos_nav a img
{
	border: none;
	width: 15px;
	height: 15px;
	background: url(../images/photos_bullet.png) no-repeat center center;

}
.slider_photos_nav a.active img
{
	background: url(../images/photos_bullet_active.png) no-repeat center center;
}
