#cycleHolder
{
    padding: 0;
    margin: 0 0 20px 3px;
    width: 625px;
    height: 250px;
    border: 0px solid black;   
}

.cycle{
	display: none;
	width: 625px;
	border: 1px solid red;
	margin: 0;
	padding: 0;
	border: 0;
}

	.cycle li{
		display: block;
		margin: 0;
		padding: 0;
		list-style: none;
		width: 625px;
		height: 250px;
		border: 0px solid red;
	}
	
	.cycle li p{
		margin: 0 0 10px 0;
	}
	
	.cycle p a{
		color: #4b4b4b;
		text-decoration: none;
	}
		
#cycleNavContainer{
	text-align: right;
	width: 500px;
	background-color: #333;
	z-index: 9999999;
	position: absolute;
	
	margin: -34px 0 0 0;
	filter:alpha(opacity=80); 
    -moz-opacity: 0.8; 
    opacity: 0.8;
}
    #cycleBottomText
    {
        width:880px;
        padding: 0 0 0 40px;
        z-index: 9999999;
	    position: absolute;
        margin: -26px 0 0 0;
        font-size: 16px;
        font-weight: bold;
        color: #fff;
        letter-spacing: 1px;
    }

	#cycleNav{
		width: 900px;
		text-align: right;
	}
		
		#cycleNav a {
			display: inline-block;
			background: url('/image/_siteImage/icons/sma-knappar-gra.png') no-repeat scroll left top;
			text-decoration: none; 
			margin: 0;
			padding: 8px 0 0 0;
			_height: 30px;
			height: 25px;
			width: 30px;
			color: #505050;
			font-weight: bold;
			text-align: center;
		}
	
		#cycleNav .activeSlide { 
			background: url('/image/_siteImage/icons/sma-knappar-bla.png') no-repeat scroll left top;
			color: #fff;
		}
		
		#cycleNav a:focus { 
			outline: none; 
		}