

.ls-container {
	margin-left: auto;
	margin-right: auto;
}


#wrapper {
	margin: 50px auto;
}

#ls-transition-gallery {
	border: 1px solid #e3e3e3;
	border-radius: 5px;
	border-collapse: collapse;
	width: 100%;
}

#ls-transition-gallery td, #ls-transition-gallery th {
	padding: 5px 5px;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #fbfbfb 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#fbfbfb));
	background: -webkit-linear-gradient(top, #ffffff 0%,#fbfbfb 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#fbfbfb 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#fbfbfb 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#fbfbfb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fbfbfb',GradientType=0 );
}

#ls-transition-gallery td:first-child {
	border-right: 1px solid #e3e3e3;
}

.ls-popup {
	width: 300px;
	height: 150px;
	position: absolute;
	padding: 20px;
	background: white;
	border-radius: 7px;
	color: #eee;
	z-index: 6000;
	box-shadow: 0px 7px 30px -5px black;
}

.ls-popup .inner {
	width: 300px;
	height: 150px;
	padding: 0px;
	box-shadow: none;
	background: none;
}
.slidebigfont{

	font-family: "Gotham SSm A","Gotham SSm B",Arial,sans-serif;
	font-size:3em;
	color:#ff004f;
text-shadow: 0px 0px 5px #000000;
}
.slidesmallfont{

	font-family: "Gotham SSm A","Gotham SSm B",Arial,sans-serif;
	font-size:13px;
	color:#fff;
	font-weight: normal;
text-shadow: 0px 0px 5px #000000;
}
#wrapper a {
	border: none;
}

#wrapper h3 {
	margin: 30px 0px;
}

#wrapper td * {
	font-size: 12px !important;
}
.br5 {
	box-shadow: -2px -2px 15px -3px black
	border-radius: 5px;
	padding: 10px 5px;
	font-size: 40px;
	background: rgba(0,0,0,0.5);
	line-height: 20px;
	font-size: 12px;
	border-radius: 5px;
}
.slidebutton{
	border:1px solid black;
}

.slidebutton :hover {

	background: #ed1b53;

}
.slidebutton  a:hover {
	color:#fff;
}

.slidebutton  a {

	background: #333;

	color: #f1eadd;

	display: block;

	font-family: "Gotham SSm A","Gotham SSm B",Arial,sans-serif;

	font-size: 13px;

	padding: 5px 9px;

	text-transform: uppercase;

}