.concert-teaser {
	height: 450px;
	background: #f2f2f2;
}

.concert-teaser-image {
	width: 480px;
	height: 450px;
	overflow: hidden;
	float: left;
	position: relative;
}

.concert-teaser-image ul {
	margin: 0;
	padding-left: 0;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
}
.concert-teaser-image ul li {
	width: 480px;
	height: 450px;
	float: left;
	overflow: hidden;
	position: relative;
}
.concert-teaser-image ul li img {
	border: none;
}

.concert-teaser-info {
	background: #FFF;
	position: absolute;
	z-index: 10;
	bottom: 0;
	left: 0;
	padding: 12px 12px 30px 12px;
	width: 456px;
}

.concert-teaser-info h4 {
	margin: 0;
	color: #b0be21;
	font-size: 1.6em;
	font-weight:normal;
}
.concert-teaser-info p {
	margin: 0.3em 0;
	font-weight:bold;
}

a.concert-teaser-ticket,
a.concert-teaser-ticket:visited {
	position: absolute;
	bottom: 0;
	right: 100px;
	z-index: 15;
	display: block;
	background:#c85f4c url(../../gfx/black-concert-ticket-button.png) right;
	width: 89px;
	padding: 0 5px;
	font-size: 1em;
	line-height: 22px;
	height: 22px;
	color: #FFF;
	text-decoration: none;
}

a.concert-teaser-read,
a.concert-teaser-read:link,
a.concert-teaser-read:visited,
a.concert-teaser-read:hover,
a.concert-teaser-read:active  {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 15;
	display: block;
	background:#c85f4c url(../../gfx/maijazz-concert-ticket-button.png) right;
	width: 89px;
	padding: 0 5px;
	font-size: 1em;
	line-height: 22px;
	height: 22px;
	color: #FFF;
	text-decoration: none;
}

.concert-teaser-scroll {
	width:332px;
	position: relative;
	background: url(../../gfx/bgconcertlist.jpg);
	height: 428px;
	overflow: hidden;
	float: left;
}
.concert-teaser-scroll ul {
	width: 332px;
	list-style: none;
	z-index: 10;
	padding: 0;
	margin: 0;
	position: absolute;

}
.concert-teaser-scroll li {
	margin: 0 10px;
}
.concert-teaser-scroll li a,
.concert-teaser-scroll li a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
.concert-teaser-scroll li a:hover {
	color: #CCC;
	text-decoration: none;
}
.concert-teaser-scroll-link {
	font-size: 1.6em;
	letter-spacing:-1px;
	line-height:1em;
	padding:5px 0;
	font-weight:normal;
}
.pri1 {
	font-size: 2.6em;
	letter-spacing:-1px;
}
.pri2 {
	font-size: 2.2em;
	letter-spacing:-1px;
}
.concert-teaser-scroll-up {
	cursor:pointer;
	width: 37px;
	height: 28px;
	background: url(../../gfx/concert-scroll-up.png) no-repeat;
	z-index: 15;
	position: absolute;
	top: 0;
	right: 0;
}
.concert-teaser-scroll-down {
	cursor:pointer;
	width: 332px;
	height: 28px;
	background: url(../../gfx/concert-scroll-down-gradient.png) no-repeat;
	position: absolute;
	z-index: 15;
	bottom: 0;
	right: 0;
}
.concert-teaser-scroll-program {
	float: left;
	width: 324px;
	height: 22px;
	background: #393335;
	text-align: right;
	line-height: 22px;
	padding-right: 8px;
}
.concert-teaser-scroll-program a,
.concert-teaser-scroll-program a:visited {
	color: #b0be21;
	font-weight: bold;
	text-decoration: none;
}

li.concert-teaser-selected a{
	color:#B0BE21;
}