body {margin: 0; padding:0; background: #f8f4f5 url(images/bg.jpg) no-repeat fixed; font-family: Helvetica; font-size: 75%;}

#larkan { position: absolute; z-index: 1000; margin-top:-175px;}
#wrapper { width:514px; margin-left: 375px; position: relative;}
#content {margin-top: 20px; height: 500px;}
#slideWrapper { background: #fff; padding: 8px 8px 25px 8px; -moz-border-radius: 8px; margin-top: 200px; }

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden!important
}

.col1 {float: left; width: 47%; font-weight: normal; font-size: 1.2em; line-height: 1.4em; color: #414141 ; }
.col2 {float: right; width: 49%;}

#pins {position: absolute; top: 530px; left: -40px;}

/* Node slideshow */

		.slideshow {
			position: relative;
			_background: #000;
		}
		
		.slideshow img {
			_width: 496px;	
		}
		
		.next, .prev {
			width: 49%;
			height: 100%;
			position: absolute;
			z-index: 10;
			top: 0;
		}
		
		.next { right: 0; }
		.prev { left: 0; }
		
		.next a, .prev a {
			height: 40px;
			width:  40px;
			text-indent: -9999px;
			position: absolute;
			top: 300px!important;
		}
		
		.next a { right: 10px; background: transparent url(images/next.png) no-repeat 0 0; outline: none; }
		.prev a { left: 10px; background: transparent url(images/prev.png) no-repeat 0 0; outline: none; }
		
		.slideshow .description {
			font-family: Helvetica;
			font-size: 11px;
			width: 496px;
			_height: 25px;
			line-height: 25px;
			_text-align: center;
			_background: #fff url(slideshow-description.png) no-repeat 0 0;
			position: absolute;
			bottom: -35px;
			left: 0;
			padding: 5px 0 0 5px;
		}


