/* CSS Document */

.teaserBar .teaser1
{
    left: 0;
}
.teaserBar .teaser2
{
    left: 125px;
}
.teaserBar .teaser3
{
    left: 250px;
}
.teaserBar .teaser4
{
    left: 375px;
}
.teaserBar .teaser5
{
    left: 500px;
}

.teaserBar
{
    position: relative;
    top: -4px;
    left: 0;
    margin: 0 0 52px 0;
    padding: 0;
    height: 65px;
    display: block;
}

.teaserBar li
{
    position: absolute;
    top: 0;
    margin: 0;
    padding: 0;
    width: 120px;
    height: 65px;
    display: block;
	
}

.teaserBar img
{
    display: block;
    border: 1px solid rgb(185,185,185);
}

.teaserBar span
{
    display: block;
    margin-top: 5px;
    padding-left: 8px;
    background: #fff url(/img/arrow-black.gif) no-repeat left 3px;
	font-size: 10px;

}

.teaserBar li a 
{
    text-decoration: none;
    display: block;
}

.teaserBar a:hover span
{
    background-image:  url(/img/arrow-green.gif);
}

.contactinfo {

	color:#324b77;
	font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
}
#ticktext
{
	font-family: verdana,arial; 
	font-size: 11px; 
	font-weight:bold;
	color: #282b78;
	text-decoration: none;
	top:3px; 
	overflow: hidden;
	position: absolute;
	right:0px;
	visibility: hidden;
	height: 20px;
	width: 437px;
}
#ticktext a
{
	color: #282b78;
	text-decoration: none;
}
#ticktext a:hover
{
	text-decoration: underline;
}
