@charset "iso-8859-1";
/* ----------- RESET HTML5  ------- */
* {
	padding: 0;
	margin: 0;
	border: none;
	border: 0;
	list-style-type: none;
	text-decoration: none;
}
html, body {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
body {
}
object {
	background-position: top;
}
/* TM-SLIDER
========================================================================= */

.slider-holder, .shadow-1  {
	box-shadow: 0 1px 2px 1px #bbb;
}
.slider-holder {
	margin:0 auto;
	width: 930px;
	position:relative;
	overflow: hidden;
	background: #ededed;
	padding: 5px;
}
.slider {
	width: 930px;
	height: 490px;
	overflow: hidden;
	position: relative;
	z-index: 2;
	background: #000;
}
.banner{
	display: block;
	overflow: hidden;
	position: absolute;
	z-index:15;
	color: #fff;
	top: 420px;
	right: -478px;
	width: 478px;
	height: 73px;
	background: url('../imgs/banner-bg.png');
}

.banner-text {
	font: 38px/72px 'Squada One', cursive;
	color:#ffffff;
	text-shadow: rgba(0,0,0,0.2) 1px 1px 1px;
	text-transform: uppercase;
	padding-left: 24px;
}
	.banner-text:hover {
		color:#aaa;
	}
.tm-prev {
	display:block;
	overflow:hidden;
	position:absolute;
	left:15px;
	top: 50%;
	margin-top: -16px;
	z-index:3;
	width: 32px;
	height: 32px;
	background: url('../imgs/tms-prev.png') no-repeat;
}
	.tm-prev:hover {
		background: url('../imgs/tms-prev.png') no-repeat 0 -32px;
	}
.tm-next {
	display:block;
	overflow:hidden;
	position:absolute;
	right:15px;
	top: 50%;
	margin-top: -16px;
	z-index:3;
	width: 32px;
	height: 32px;
	background: url('../imgs/tms-next.png') no-repeat;
}
	.tm-next:hover {
		background: url('../imgs/tms-next.png') no-repeat 0 -32px;
	}