/* CSS Document */

#galleriafoto {
	float: left;
	width: 804px;
	height: 375px;
	position:relative;
	/*background-color: #000;*/
	background: #000 url(../images/icons/ajax-loader.gif) no-repeat 30px 30px;
}
#galleriafoto .foto{
	position:absolute;
	left:0;
	top:0;
	width:806px;
	height:375px;
	overflow:hidden;
}

#navbar{
	position:absolute;
	height: 20px;
	width: 180px;
	left:10px;
	bottom:10px;
	/*background:transparent url(controls_sprite.png) no-repeat;
	filter:alpha(opacity=60);*/
}

#navbar .slide {

	background: transparent url(../images/icons/controls_sprite.png) no-repeat scroll 0 0;
	cursor: pointer;
	float: left;
	height: 20px;
	width: 25px;

}

#navbar .control {

	background: transparent url(../images/icons/controls_sprite.png) no-repeat scroll 0 0;
	cursor: pointer;
	float: left;
	height: 20px;
	width: 25px;

}

#navbar .separator {

	float: left;
	height: 20px;
	width: 10px;

}
