* {
	padding: 0;
	margin: 0;
}

.slider {
	width: 960px;
	height: 400px;
	margin: 0 auto;
}

.items {
	display: none;
}

.play.paused {
	color: #f00;
}

.banner {
	background: none;
	width: 365px;
	min-height: 296px;
	position: absolute;
	left: 7px;
	top: 100px;
	z-index: 99;
	padding: 0;
}

.banner h2.text-1 {
	font-size: 30px;
	color: #8fbc09;
	line-height: 100%;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 30px 0;
}

.banner h2.text-2 {
	font-size: 34px;
	color: #292929;
	line-height: 100%;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 0 30px;
	background: #fff;
}

.banner h2.text-3 {
	font-size: 14px;
	color: #797979;
	line-height: 150%;
	font-weight: 400;
	margin: 0 0 25px;
}

.banner h2.text-4 {
	font-size: 34px;
	color: #292929;
	line-height: 120%;
	font-weight: 700;
	text-transform: uppercase;
	margin: -13px 0 18px 80px;
}

.tm-button {
	display: inline-block;
	font-size: 14px;
	color: #fefefe;
	text-decoration: none;
	cursor: pointer;
	padding: 4px 8px;
	background: #292929;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.tm-button:hover {
	background: url(../images/tail-tm-button.jpg) 0 0 repeat-x #7cad06;
}

.pagination {
	position: absolute;
	width: 200px;
	height: 34px;
	padding: 0 0 0 4px;
	bottom: 11px;
	left: 3px;
	z-index: 999;
	/*background: url(../images/pag-shadow.jpg) 0 bottom no-repeat;*/
}

.pagination li {
	display: inline;
	width: 20px;
	height: 20px;
	margin-right: 1px;
}

.pagination li a {
	width: 20px;
	height: 20px;
	display: inline-block;
	background: url(../images/pagination.png) -21px 0 no-repeat;
}

.pagination li a:hover {
	background: url(../images/pagination.png) 0px 0 no-repeat;
}

.pagination li.current a {
	margin: 0;
	cursor: default;
	width: 20px;
	height: 20px;
	background: url(../images/pagination.png) 0px 0 no-repeat;
}

.controls {
	position: absolute;
	top: 160px;
	left: 0px;
	z-index: 600;
	width: 100%;
	height: 82px;
	background: transparent;
}

.controls a.prev {
	display: block;
	height: 82px;
	width: 41px;
	text-indent: -5000px;
	background: url(../images/tm-prev.png) 0 0px no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}

.controls a.prev:hover {
	background: url(../images/tm-prev.png) 0 -82px no-repeat;
}

.controls a.next {
	display: block;
	height: 82px;
	width: 41px;
	text-indent: -5000px;
	background: url(../images/tm-next.png) 0 0px no-repeat;
	position: absolute;
	top: 0;
	right: 0px;
	cursor: pointer;
}

.controls a.next:hover {
	background: url(../images/tm-next.png) 0 -82px no-repeat;
}

@media print {
	.tm-button, .controls {
		display: none;
	}
	
	.slider img {
		display: block;
		width: 50%;
		height: 50%;
	}
}