img
{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}

/*GALLERY*/

.containerglry
{
	.contmax-width:100%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	float: none;
/* 	background-color:#FC3;*/
	
}
 
ul.slideshow {
	list-style:none;
	.contmax-width:100%;
/* 	max-height:400px;
	min-height:auto;
	*/		
	height: 345px;

	overflow:hidden;
	position:relative;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding:0;
	z-index:499;
	background-color: #FFF;
}  
 
ul.slideshow li {
	/* */ position:absolute;
	left:0;
	right:0;
}
 
ul.slideshow li.show {
	z-index:500;
	background-color: #FFF;
}
 ul.slideshow {

}
ul img {
    border:none;   
	
}
 
#slideshow-caption {
	/*width:490px;*/
	width: 100%;
	height:100px;
	/*  	position:relative;*/
 	position: absolute;
	top: 11px;
	/*
	bottom:0;
	*/
	left:0px;
	color:#FFF;
	z-index:500;
	margin-left: auto;
	margin-right: auto;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
 
#slideshow-caption .slideshow-caption-container {
	z-index:1000;
	padding:0;
	/* 	position: absolute;*/ 
 	position:relative;
	margin-top: 1px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #616161;
	max-width: 100%;
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";

    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}
 
#slideshow-caption h3 {
	margin:0;
	padding:0;
	font-size:18px;
	color: #FEE0DE;
}
 
#slideshow-caption p {
	margin:0;
	padding:0;
	font-size: 1.15em;
}

