﻿html.bg { background-position: 336px  0px; background-repeat: no-repeat; }
html.bg body { filter:alpha(opacity=50); opacity: .5; }
html.bg { background-image: url(http://skisser.newmarketstudio.se/flensbostad/images/skiss_startsida.png); }
* {
	margin:0;
	padding:0;
	}

html {
	overflow-y:scroll;
	height:100%;
	background-color:#eeeeee;
	}
	
body{
	background-color:#eeeeee;
	height:100%;
	}
	
a{
	outline:none;
	}

p{
	margin:0 0 18px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	line-height:14px;
	}

span.caption {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	line-height:21px;
}


h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#333333;
	margin:0 0 20px 0;
	letter-spacing:-1px;
	}

	.firstpage h1{
		margin-bottom:10px;
	}

h2{
	font-family:"Myriad Pro", Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#FFFFFF;
	margin:0 0 10px 0;
	line-height:21px;
	}
	 .firstpage #content h2{
		margin-bottom:0px;
	}

h3{
	font-family:"Myriad Pro", Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#7c76b7;
	z-index:90;
	margin-bottom:10px;
	}

h4{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333333;
	font-weight:bold;
	margin:0 0 7px 0;
	}
#content h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333333;
	font-weight:bold;
	margin:0 0 7px 0;
}	
h5{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	font-weight:bold;
	margin:0;
	}
	
h6{
	font-family:"Myriad Pro", Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFFFFF;
	}
	
strong{
	font-weight:bold;
	}
	
hr{
	background-image:url(/images/border_dott.png);
	background-repeat:repeat-x;
	border:0;
	width:100%;
	margin:20px 0 20px 0;
	}	


.bold{
	font-weight:bold;
	}

.margin_left_10px{
	margin-left:10px;
	}
	
.margin_left_20px{
	margin-left:20px;
	}

.red_font{
	color:#ff6767
	}
		

/*--------------- container ---------------*/	
#container{
	width:968px;
	margin:auto;
	/* background-color:#fff;*/
	}


/*--------------- header ---------------*/	
#header {
	width:958px;
	padding:0 5px;
	margin:14px auto;
	height:68px;

	clear:both;
	background:transparent url('/images/header-s.png') top center no-repeat;
	padding-top:4px;
	
}
	
#header a{
	font-family:Tahoma,Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	text-decoration:none;
	}	



		
#nav li ul li.current{
	color:#444;
}

#logo {
	width:166px;
	height:29px;
	float:left;
	display:inline;
	margin:0px;
	margin:16px 0 0 22px;
	}	
	
#logo img{
	margin:0;
	border:0;
	}	


/*----- drop_menu ----- */
#nav{
	display:block;
	float:left;
	width:700px;
	margin:0 0 0 33px;
	z-index:90;
	}
	
	#nav li{
	float:left;
	display:inline;
	list-style:none;
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	font-size:13px;
	color:#fff;
		height:60px;
		
		background: url('/images/li.png') top right no-repeat;
		
	}
	
	#nav > li {
		padding-right:2px;
		position: relative;
		z-index:1;
	}
	
	#nav > li > a{
		height:60px;
		/* line-height:72px; */
		
	}
	
	#nav > li > a:hover, #nav > li > a.current{
		background: url('/images/li-on.png') top left repeat-x;
	}
	
	#nav li:last-child, #nav li.last {
		background:none;
	}
	
	#nav li a, #nav li span{
	width:auto;
	display:block;
	padding:32px 13px 0px 13px;
	text-decoration:none;
	color:#fff;
	cursor:pointer;
	white-space:nowrap;
	font-size: 14px;
	font-weight: normal;
	}
		

	#nav li a.nohover:hover{
	co lor:#fff280;
	cursor:default;
	}

		#nav li span.nohover:hover{
		cursor:default;
	}	
		#nav li ul{
		margin:1px 0 0 0;
		padding:0;
		position:absolute;
		visibility:hidden;
		z-index:98;
		top:60px;
		left:0px;
		z-index:100;
		width:150px;
		-moz-box-shadow: 0 0 8px #aaa;
		-webkit-box-shadow: 0 0 8px #aaa;
		box-shadow: 0 0 8px #aaa;
		}
		
		#nav li ul li{
		float:none;
		display:inline;
		z-index:98;
		}
		
		#nav li ul li a{
		width:auto;
		padding:8px 54px 5px 15px;
		font-size: 11px;
		color:#666666;
		background:#fff;
		border-bottom:1px solid #eee;
		z-index:98;
		font-weight: normal;
		}
		
		#nav li ul li a.current {
		color:#9a95cc;
		font-size: 11px;
	
		}
		
		#nav li ul li a:hover{
		background:#fff;
		color:#9a95cc;
		}
.drop_menu{
	z-index:99;
	background-color:#FFFFFF;
	}

/*-- end drop_menu -- */

/*--------------- main ---------------*/	

#main {
	width:960px;
	margin:auto;
	clear:both;
	float:left;
	background-color: #fff;
	margin:0 auto;
	height:auto !important;
	min-height:500px;
	height:500px; 
	padding-top:3px;
	padding-bottom:50px; 
	}	

#wrapper {
	background:url('/images/main-top.png') top left no-repeat;
	h eight:14px;
	width:960px;
	margin:0 auto;
	padding-top:14px;
	overflow:hidden;
	
}

#shadow {
	width:950px;
	height:15px;
	margin:0 auto 40px auto;
	clear:both;
	background-image:url(/images/bg_shadow.png);
	background-repeat:repeat-x;
	}	
	
/*---- left -----*/		
#left{
	width:203px;
	float:left;
	display:inline;
	/* margin:0 0 0 30px; */
	padding-left:20px;
	}

#left .left_news {
	width:170px;
	float:left;
	display:inline;
	margin:10px 0 10px 0;
	padding:0 0 5px 0;
	clear:both;
	border-bottom:1px solid #f1f1f1;
	}

#left .left_news p {
	margin:0 0 10px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:normal;
	color:#333333;
	}
	
#left .left_news a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:normal;
	font-weight:normal;
	color:#7c76b7;
	text-decoration:none;
	}

#left .left_news .pub {
	color:#999999;
	}

/*---- Anchor hover -----*/
#left a:hover { color: #9994d1; }
#right a:hover { color: #9994d1; }
#content a:hover { color: #9994d1; }
#footer a:hover { color: #9994d1; }
	
/*---- left_info -----*/	
	
#left .left_info {
	width:180px;
	float:left;
	display:inline;
	margin:0 0 10px 0;
	padding:0 0 5px 0;
	clear:both;
	border-bottom:1px solid #f1f1f1;
}	

#left .left_info p {
	margin:7px 0 7px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:12px;
	color:#333333;
	}
	
#left .left_info a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#7c76b7;
	text-decoration:none;
	}

#left .left_info h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#7c76b7;
	margin-bottom: 12px;
	z-index:90;
	}

/*---- left_omraden -----*/	
	
#left .left_omraden {
	width:170px;
	float:left;
	display:inline;
	margin:10px 0 10px 0;
	padding:0 0 2px 0;
	clear:both;
	}
	
#left .left_omraden ul{
	padding-bottom:8px;
	width:170px;
	float:left;

}

#left .left_omraden ul li{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	font-weight:bold;
	float:left;
	clear:left;
	width:170px;
}		
#left .left_omraden ul li ul {
	padding-top:2px;
	border-bottom:1px solid #f1f1f1;
	/*margin-left:15px;*/
	
}	
#left .left_omraden ul li ul li{
	/*list-style-image:url(/images/bullet.gif);
	text-indent:-3px;
	list-style-position:outside;*/
}

#left .left_omraden ul li ul li a{
	font-weight:normal;
	text-decoration:none;
	color:#333;
}
#left .left_omraden ul li ul li a.current{
	color:#7c76b7;
}

#left .left_omraden a:hover {
	color:#7c76b7;
}

/*---- center -----*/			
#center{
	width:480px;
	float:left;
	display:inline;
	margin:0px;
	}

#center_top{
	width:480px;
	height:145px;
	margin:0 0 16px 0;
	clear:both;
	background-image:url(/images/puff_stor1.png);
	background-repeat:no-repeat;
	background-position:0 3px;
	}
	
#center_top2{
	height:auto;
	width:auto;
	margin:1px 0 16px 40px;
	}

#center_top_text{
	width:270px;
	height:85px;
	margin:21px 0 0 25px;
	float:left;
	display:inline;
	clear:both;
	}

#center_top_text p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:12px;
	color:#FFFFFF;
	}

#center_top_readmore{
	w idth:65px;
	height:30px;
	margin:0;
	position:relative;
	bottom:24px;
	left:203px;
	}

#center_top_readmore a{
	font-family:"Myriad Pro", Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
	}

#center_top_readmore img{
	position:static;
	left:5px;
	top:5px;
	padding-left:5px;
	vertical-align:middle;
	padding-bottom:2px;
	}

#content_wrap{
	height:auto;
	margin:0;
	clear:both;
	float:left;
	width:460px;
	margin-left:36px;
	}

#content{
	width:350px;
	height:auto;
	margin:0 0 0 38px;
	
	clear:both;
	}
	
.firstpage	#content{
	margin:0 0 0 58px;
}

.content {
	width:350px;
	padding: 30px;
	background: #fff;
	}
	
#content p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	line-height:15px;
	margin:0 0 10px 0;
	}	
	
#content a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#7C76B7;
	line-height:14px;
	text-decoration:none;
	}

#content .font11px_bold_margin_t30px{
	margin:30px 0 0 0;
	font-size:11px;
	font-weight:bold;
	}

#content ul {
	margin:10px 0 0 0;
	}
	
#content li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	list-style: inside;
	list-style-type:disc;
	line-height:14px;
	}
	
#content2 {
	width:260px;
	width:280px;
	height:auto;
	float:left;
	display:block;
	margin:0 0 0 0px;
	padding:0 10px 0 0;
	position:relative;

	}
	
#content2_info {
	width:140px;
	height:auto;
	float:left;
	display:inline;
	margin:65px 0 0 0;
	padding:0 0 0 15px;
	border-left:1px solid #7c76b7;
	}

#content2_info p { 
	margin-bottom: 8px;
	}
	
#content2 p { 
	margin-bottom: 10px;
	}

#content2_info a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#7c76b7;
	text-decoration:none;	
	}
	
content2 ul {
	margin:0;
	padding: 0;
	
	width:260px;
	}
	
#content2 li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	list-style: inside;
	list-style-type:disc;
	width:260px;
	line-height:14px;

}

#misc {
	width:auto;
	height:28px;
	margin:auto;
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#CCCCCC;	
	margin-bottom:5px;
	}
	#content2 #misc {
	padding-bottom:40px;
	}

#content2 #misc a, #content #misc a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#CCCCCC;
	text-decoration:none;
	
	}
#content2 h1 {
	width:400px;
	float:left;
	position:absolute;
	top:30px;
	left:0;

}	
#misc img{
	position:relative;
	top:2px;
	left:0;
	}

/*-- galleri pic_wraper --*/

#pic_wraper{
	width:420px;
	height:auto;
	float:left;
	display:inline;
	background-color:inherit;
	color:#8d8c87;
	margin:0 0 10px 40px;
	}
	
div.galleria_container{
	width:420px;
	height:auto;
	clear:both;
	float:right;
	display:inline;
	background-color:#FFFFFF;
	color:#8d8c87;
	margin:0 0 10px 0;
	}
	
#pic_container img{
	float:left;
	border:0;
	}

.gallery_demo ul{
	float:right;
	clear:both;
	width:420px;
	height:auto;
}

.gallery_demo li{
	display:block;
	float:left;
	display:inline;
	width:auto;
	height:40px;
	margin:5px 5px 5px 0;
	cursor:pointer;
}

#thumbbox{
	width:400px;
	height:81px;
	margin:auto;
	float:left;
	display:inline;
	clear:both;
	}

#thumbdisplay{
	width:420px;
	height:20px;
	margin:auto;
	float:left;
	display:inline;
	clear:both;
	}

#thumbdisplay p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	padding-left:12px;
	margin-top:8px;
	float:left;
	display:inline;
	clear:both;
}	


/*-- center_bottom--*/	
#center_bottom{
	position:relative;
	width:480px;
	margin:auto;
	clear:both;
	}
	
#center_bottom p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#FFFFFF;
	line-height:11px;
	margin:0;
	}

#center_bottom a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#FFFFFF;
	line-height:11px;
	margin:0;
	text-decoration:none;
	}

#form_felanmalan{
	width:380px;
	height:auto;
	margin:0 0 0 36px;
	clear:both;
	}
	
#form_felanmalan p{
	width:370px;
	height:20px;
	float:left;
	display:inline;
	margin:3px 0;
	}
	
#form_felanmalan label{
	float:left;
	display:inline;
	padding:2px 0 0 0;
	}
	
#form_felanmalan select{
	width:175px;
	height:20px;
	float:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	padding: 3px 0 0 3px;
	color:#666666;
	}
	
#form_felanmalan option{
	padding: 3px 0 0 3px;
	}

#form_felanmalan input{
	width:173px;
	height:20px;
	float:right;
	background-image:url(/images/bg_input_form_felanmalan.png);
	background-repeat:no-repeat;
	border:0px;
	padding:3px 0 0 2px;

	}

#form_felanmalan .small_input{
	width:95px;
	height:20px;
	float:right;
	background-image:url(/images/bg_input_form_felanmalan_small.png);
	background-repeat:no-repeat;
	border:0px;
	margin:0 80px 0 0;
	}

.radiobtn_wraper label{
	width:30px;
	height:20px;
	}
	
#form_felanmalan .radiobtn{
	width:15px;
	position:relative;
	top:0;
	right:79px;
	margin:0 33px 0 0;
	background-image:none;
	}

#form_felanmalan .radiobtn_label{
	width:20px;
	position:relative;
	top:3px;
	left:140px;
	margin:0 30px 0 0;
	}

#form_felanmalan .radiobtn_label2{
	width:20px;
	position:relative;
	top:3px;
	left:51px;
	margin:0 30px 0 0;
	}
	
#form_felanmalan .submit_button{
	width:53px;
	height:20px;
	margin:15px 0 0 0;
	float:left;
	display:inline;
	clear:both;
	background-image:url(/images/submit_btn.png);
	background-repeat:no-repeat;
	border:0;
	}

#textarea_wraper{
	width:295px;
	height:118px;
	float:left;
	background-image:url(/images/bg_textarea.png);
	background-repeat:no-repeat;
	}
	
#form_felanmalan textarea{
	width:288px;
	height:113px;
	float:left;
	margin:2px 0 0 2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	border:0;
	overflow-y:scroll;
	}
	
/*---puff_left--*/	
#puff_left{
	width:223px;
	height:133px;
	background-image:url(/images/puff_liten.png);
	background-repeat:no-repeat;
	background-position:bottom;
	float:left;
	position:relative;
	}

#puff_left img{
	/*float:left;
	margin:49px 0 0 0;*/
	top:49px;
	left:0;
	position:absolute;
	}
	
#puff_left_text{
	width:131px;
	height:70px;
/*	margin:70px 0 0 0;
	float:right;
	display:inline;*/
	position:absolute;
	top:70px;
	left:90px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#FFFFFF;
	}	

#puff_left_readmore{
	width:60px;
	height:18px;
	/*float:right;
	display:inline;
	margin:0 12px 0 0;*/
	position:absolute;
	bottom:12px;
	left:60px;

	}
	
#puff_left #puff_left_readmore img{
	position:static;
	vertical-align:middle;
	padding:0 0 2px 5px;
}
	
	
/*---puff_right--*/		
#puff_right{
	width:223px;
	height:133px;
	background-image:url(/images/puff_liten.png);
	background-repeat:no-repeat;
	background-position:bottom;
	/*float:right;
	display:inline;
	margin:0 20px 0 0;*/
	position:absolute;
	top:0;
	left:240px;
	}	

#puff_right img{
	/*float:right;
	display:inline;
	margin:18px 8px 0 0;*/
	top:18px;
	right:0;
	position:absolute;
	}	
	
#puff_right_text{
	width:125px;
	height:70px;
	/*margin:70px 0 0 15px;
	float:left;
	diiplay:inline;*/
	position:absolute;
	top:70px;
	left:20px;
	}

#puff_right_readmore{
	width:60px;
	height:18px;
	/*float:right;
	display:inline;
	margin:10px 10px 0 0;*/
	position:absolute;
	top:40px;
	left:55px;
	}

#puff_right_readmore img{
	position:static;
	vertical-align:middle;
	padding:0 0 2px 5px;
	}

	
/*---- right -----*/		
#right{
	width:195px;
	float:right;
	display:inline;
	margin:0px;
	padding-top:3px;
	}

#right p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	/*color:#7c76b7*/;
	margin-top: 5px;
	}
	
#right a, #content2 a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#7c76b7;
	text-decoration:none;
	}

#right .font_size_13px {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#7c76b7;
	}
	
#right input {
	width:175px;
	height:22px;
	height:16px;
	float:left;
	/*display:inline;*/
	margin:2px 0 0 0;
	border:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#6b6b6b;
	}
	
#cse-search-box {
	position:relative;
}
#submit {
	position:absolute;
	right:33px;
	top:4px;
}

#right #search {
	width:146px;
	padding-right:24px;
	height:19px;
	background:url(/images/search2.png) top left no-repeat;
	padding:4px 24px 4px 8px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color:#6b6b6b;
}
#right input #go{

}
#right form {
	width:205px;
	height:50px;
	margin:0 0 0 0;
	}
	
.right_pic {
	width:175px;
	margin-bottom: 20px;
	float:left;
	clear:both;
	}
	
.right_pic a {
	color:#7c76b7;
	text-decoration: none;
	}
	
.right_pic img {
	margin-bottom: 10px;
}

.left_pic {
	width:175px;
	margin-bottom: 20px;
	margin-top: 3px;
	float:left;
	clear:both;
	border-bottom: 1px solid #f1f1f1;
	}
	
.left_pic a {
	color:#7c76b7;
	text-decoration: none;
	}
	
.left_pic img {
	margin-bottom: 10px;
}

#right li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#7c76b7;
	line-height:14px;
	}
	
/*--------------- footer ---------------*/		

#footer {
	width:960px;
	height:88px;
	margin:auto;
	clear:both;
	background:#fff url(/images/bg_footer_line.png) no-repeat center 0;	
	position:relative;

}
	
#footer_text{
	position:absolute;
	width:190px;
	height:18px;
	float:left;
	display:inline;
	clear:both;
	top:0px;
	left:762px;
	
	}

#footer_text p{
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#FFFFFF;
	}
	
#footer_info{
	width:830px;
	height:50px;
	float:left;
	display:inline;
	clear:both;
	padding:20px 0 0 58px;
	}

#footer_info p{
	margin:0 49px 0 0;
	display:block;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#666666;
	}
	
#footer_info a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#7c76b7;
	text-decoration:none;
	}
	
#footer_newmarket a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#7c76b7;
	text-decoration:none;
	}
	
		/* CLEAR AND CLEARFIX*/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;	
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
.clear {
    clear:both;
    height:1px;
    overflow:hidden;
}
#cse-search-results iframe {
	width:650px;
}


#gallery{
	width:722px;
	height:305px;
	margin-left:20px;
	float:left;
	margin-bottom:18px;
	position: relative;
}

#gallery-nav, .nivo-controlNav{
	position: absolute;
	right:12px;
	bottom:12px;
	width:80px;
	width:auto;
	padding-right:7px;
	height:23px;
	background:url(/images/nav-bg.png) top left no-repeat;	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	background: rgba(255,255,255, 0.7);
	z-index: 10000;
}
.nivo-controlNav a{
	background: url('/images/bullets.png') top left no-repeat;
	height:10px;
	width:10px;
	display: block;
	text-indent:-10000em;
	margin:7px 0 0 7px;
	float:left;

}

.nivo-controlNav a.active, .nivo-controlNav a:hover{
	background-position: 0 -10px;
	cursor: pointer;
}

.nivoSlider {
    position:relative;
    width:618px; /* Change this to your images width */
    height:246px; /* Change this to your images height */
    background:url(/studio/images/loading.gif) no-repeat 50% 50%;
}
.nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
.nivoSlider > a {
    border:0;
    display:block;
}
.nivo-imageLink{
    width:720px;
    height:306px;
    position: absolute;
    top:0;
    left:0;
}

#slider .nivo-caption {
	position:absolute;
	bottom:0px;
	left:20px;
	width:290px;
	height:32px;
	background: #9a95cc;
	padding-left:26px;
	
	-webkit-border-radius:4px 4px 0 0;
	-moz-border-radius:4px 4px 0 0;
	border-radius:4px 4px 0 0;
}

#slider .nivo-caption p{
font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color:#fff;
	line-height: 32px;
	margin-bottom: 0;
}

.nivo-controlNav a.nivo-control{
	/*height:55px;
	width:55px;
	display:block;*/
	overflow:hidden;
}

#pic_container .nivo-controlNav a.nivo-control{
	height:55px;
	width:55px;
	display:block;
	overflow:hidden;
	}
	#pic_container .nivo-controlNav {
	position: absolute;
bottom: -80px !important;
left: -7px;
overflow: hidden;
border-radius:none;
background:0;
height:62px !important;
}

#pic_container .nivo-controlNav a{
	background: none;
}


