p.intro {
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
	padding: 20px 0 30px 0;
	text-align: center;
	width: 100%
}

.cross-link {
	margin-top: 20px;
	display: block;
	float: right;
	height: 13px;
	width: 85px;
	background:transparent url(../img/startsida/readmore2.gif) no-repeat;
	text-indent: -5000px;
}

.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0 15px 0 30px;
}

/* These 2 lines specify style applied while slider is loading */

.csw {
	width: 100%;
	height: 399px;
	background: #fff;
	overflow: hidden;
}

.csw .loading {
	margin: 200px 0 300px 0;
	text-align: center;
	color: #ebebeb;
	text-indent: -5000px;
}

.stripViewer {
	

/* This is the viewing window */
	position: relative;
	overflow: hidden;
	

/*this is the border. should have the same value for the links */
	margin: auto;
	width: 898px;
	

/* also specified in  .stripViewer .panelContainer .panel  below */
	height: 399px;
	clear: both;
	background: transparent url(../img/startsida/slider_bg.gif) no-repeat;
}

.stripViewer .panelContainer {


/* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	list-style-type: none;

/* -moz
-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
}

.stripViewer .panelContainer .panel {


/* Each panel is arranged end-to-end */
	float: left;
	height: 100%;
	position: relative;
	width: 898px;

/* A

lso specified in  .stripViewer  above */
}

/*STYLA PANELERNA */

.sliderwrapper {
	margin-top: 53px;
	margin-left: 59px;
	margin-right: 59px;
}

.sliderwrapper .left {
	width: 444px;
	float: left;
	padding-right: 29px;
}

.sliderwrapper .left h1 {
	font: 20px Georgia, serif;
	font-weight: normal;
	font-style: italic;
	padding-bottom: 18px;
	margin-top: 24px;
	color: #B20926;
	letter-spacing:-0.02em;
}

.sliderwrapper .left p {
	padding-bottom: 13px;
	font: 13px/1.6 "Lucida Grande", Verdana,  Lucida, sans-serif;
}

.sliderwrapper .right {
	width: 307px;
	float: left;
	padding: 0;
	margin: 0;
}

/* M E N Y N */

.stripNav {
	position: relative;
	
	z-index: 99;
	width: 898px;
}

.stripNav ul li {
	float: left;
}

.stripNav li a {

   display: block;
	height: 41px;
	text-indent: -9999px;
}

.stripNav li.tab1 a {
	background: url(../img/startsida/tab1.jpg) top center no-repeat;
	width: 149px;
}

.stripNav li.tab2 a {
	background: url(../img/startsida/tab2.jpg) top center no-repeat;
	width: 150px;
}

.stripNav li.tab3 a {
	background: url(../img/startsida/tab3.jpg) top center no-repeat;
	width: 150px;
}

.stripNav li.tab4 a {
	background: url(../img/startsida/tab4.jpg) top center no-repeat;
	width: 150px;
}
.stripNav li.tab5 a {
	background: url(../img/startsida/tab5.jpg) top center no-repeat;
	width: 150px;
}
.stripNav li.tab6 a {
	background: url(../img/startsida/tab6.jpg) top center no-repeat;
	width: 149px;
}
/*aktiva*/
.stripNav li.tab1 a.current {
	background: url(../img/startsida/tab1.jpg) 0px -41px no-repeat;
}

.stripNav li.tab2 a.current {
	background: url(../img/startsida/tab2.jpg) 0px -41px no-repeat;
}

.stripNav li.tab3 a.current {
	background: url(../img/startsida/tab3.jpg) 0px -41px no-repeat;
}

.stripNav li.tab4 a.current {
	background: url(../img/startsida/tab4.jpg) 0px -41px no-repeat;
}
.stripNav li.tab5 a.current {
	background: url(../img/startsida/tab5.jpg) 0px -41px no-repeat;
}
.stripNav li.tab6 a.current {
	background: url(../img/startsida/tab6.jpg) 0px -41px no-repeat;
}

.stripNavL, .stripNavR {
	visibility: hidden;
	text-indent: -9000em;
}

.stripNavL a, .stripNavR a {
	display: none;
}