﻿
.hidden
{
display: none;
}

#next	{
	margin-bottom: -2.5em;
	border: 0px solid red;
	width: 33px;
	position: absolute;
	right: 0;
	top: 90%;	}


#prev	{
	margin-bottom: -2.5em;
	border: 0px solid red;
	width: 33px;
	position: absolute;
	right: 3%;
	top: 90%;	}


#next img	{
	position: relative;
	z-index: 2;
	cursor: pointer;	}

#prev img	{
	position: relative;
	z-index: 2;
	cursor: pointer;	}


#slides p	{
	display: block;
	bordeR:0px solid green;
	width: 130px;
	margin: 0;
	padding: 0 1em;
	font-size: 1.5em;
	position: relative;
	top: 0px;
	line-height: 50px;
	height: 50px;
	background: red;
	color: #fff;
	z-index: 9999;	}

#slides img {
	z-index: -1;
	bordeR: 0; }
	
	
.slidesDownload {
	width: 250px;
	height: 45px;
	position: absolute; 
	bottom: 5%;
	right: 20%;
	border: 0px solid blue;
	z-index: 99999; }
	
	.gallitem{
	float:left; 
	width:200px; 
	margin-right:20px;
	height:200px;
}
*html .gallitem{
	margin-right:10px;
}
.gallcaption{
	width:200px;
	position:relative;
	top:-19px;
	float:left;
	text-align:center;
	margin:0px 23px 0px 0px;
}
*html .gallcaption{
	margin:0px 13px 0px 0px;
}