.contentslide{
	border: 0;
	border-bottom-width: 0px;
	padding: 0px;
	width: 730px;
	height: 280px;
}
* html .contentslide{
	w\idth: 650px; /*IE6 width*/
}
.contentslide .opacitylayer{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
width: 100%;
height: 100%;
/* filter:progid:DXImageTransform.Microsoft.alpha(opacity=100); */
-moz-opacity: 1;
opacity: 1;

}

.contentslide .contentdiv{
 display: none; 
}

.contentslide .contentdiv .PT_Text_KortKampanj_start br{
 display: none; 
}

.pagination{
	position:relative;
	left:25px;
	top:-265px;
	width:220px;
	height:7px;
	line-height: 6px;
	font-size: 6px;
	z-index:1;
 	padding-bottom: 3px; 
	border-bottom: 1px solid #D3D3D3;
}



.pagination span
{
	position:relative;
	width:5px;
	line-height:4px;
	font-size: 4px;
	height:5px;
	background-color: #eee;
	display: block;
	margin: 0 5px 0 0;
}

.pagination a.selected span
{
	background-color: #ec008c;
}

.pagination a span#one
{
	left:0;
	top:0;
}
.pagination a span#two
{
	left: 20px;
	top:-5px;
}
.pagination a span#three
{
	left:40px;
	top:-10px;
}
.pagination a span#four
{
	left:60px;
	top:-15px;	
}
.pagination a span#five
{
	left:80px;
	top:-20px;	
}
.pagination a span#six
{
	left:100px;
	top:-25px;	
}
.pagination a span#seven
{
	left:120px;
	top:-30px;	
}
.pagination a span#eight
{
	left:140px;
	top:-35px;	
}

.pagination a.next
{
	position: relative;
	top:-25px;
	left:160px;
	font-size: 10px;
}
.pagination a, .pagination a:visited{
	text-decoration: none;
	color: #707070;
}

.pagination a:hover, .pagination a.selected{
color: #707070;
background-color: #FFFFFF;
}
