﻿#galeria {
	width: 680px;
	height: 450px;
	background-color: #010101;
	position: relative;
	z-index: 1;
	margin: 25px 0 50px 0;
	}

.hidden {
	display: none;
}

#prev {
	position: absolute;
	left: 0;
	top: 400px;
	width: 70px;
	height: 50px;
	z-index: 8;
	cursor: pointer;
	}
#next {
	position: absolute;
	right: 0;
	top: 400px;
	width: 70px;
	height: 50px;
	z-index: 7;
	cursor: pointer;
	}
#slides {
	width: 680px;
	height: 450px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	}
#slides img {
	display: block;
	margin: 0 auto;
	}
#galeria p {
	margin: 0;
	padding: 0 70px;
	font-size: 15px;
	text-transform: uppercase;
	color: #fff;
	position: absolute;
	bottom: 0px;
	left: 0;
	line-height: 50px;
	width: 540px;
	height: 50px;
	background: #333;
	text-shadow: #000 1px 1px 2px;
	text-align: center;
/*opacity: .7;
filter:alpha(opacity=70); */
}
