div#tmpSlideshow {
    margin: 0px;
    padding: 0px;
	margin-left:10px;
	margin-top:11px;
    position: relative;
    height: 222px;
    width: 715px;
}
div.tmpSlide {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 715px;
    height: 222px;
    display: none;
}
div.tmpSlide img {
    float: left;
    margin: 0px;
	padding:0px;
    width: 715px;
    height: 222px;
	*margin-left:-3px;
}
div#tmpSlideshowControls {
    position: relative;
    top: 185px;
	left: 607px;
    width: 100px;
}
div.tmpSlideshowControl {
    border: 1px solid #CCCCCC;
	background-color:#e1dece;
    float: left;
    margin: 0 2px 0 0;
    width: 20px;
    height: 20px;
    color: #333;
    font: 12px Arial, sans-serif;
    text-align: center;
    cursor: pointer;
}
div.tmpSlideshowControl span {
    line-height: 20px;
    vertical-align: middle;
}
div.tmpSlideshowControlOn {
	background-color:#CCCCCC;
}
div.tmpSlideshowControlActive {
	background-color:#CCCCCC;
    border: 1px solid rgb(161, 155, 137);
}
div.tmpSlideCopy {
    position: absolute;
    left: 0px;
    top: 162px;
    width: 715px;
	height: 50px;
	background-color: #efefef;
	opacity:0.80;
	filter:alpha(opacity=80);
}
div.slidefoot{
    position: absolute;
    left: 0px;
	top: 212px;
	height: 10px;
	width: 715px;
	background-image: url(/templates/telia/images/slideshowdown.png);
	background-repeat:no-repeat;
	background-position:top left;
}
div#tmpSlideshow h4 {
	color: #333;
	text-transform: uppercase;
	font: 13px Arial, sans-serif;
	font-weight:bold;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 3px;
}
div.tmpSlideCopy p {
	margin:0px;
	margin-left:3px;
    font: 10px Arial, sans-serif;
    line-height: 12px;
	width:550px;
}