/*  COMMON ***************************************************************************/
* {margin:0;padding:0;border:0;}

body {
    margin: auto;
    background: #fff url(im/bg-body-line.png) repeat-x;
    text-align: center;
}
.white {background: #fff;}
.black {background: #000;}
.red {color: #933;}
.grey {color: #999;}
.dbrown {color: #a78518;}
.lbrown {color: #e4d194;}
.dblue {color: #1c6f7f}
.brownback {background: #e5dcc4;}

.floatLeft { float: left; }
.floatRight { float: right; }
.floatMiddle {
    text-align: center;
    margin: auto;
}
.clearer { clear: both; }

.pad5{ padding: 5px; }
.dotline{
	background: url(/css/im/dotline.gif) repeat-x;
	height: 3px;
	margin: 10px 0;
}
.hide { display: none; }
.show { display: inline; }

.hlist ul { list-style-type: none; }
.hlist li { display: inline; }
.hlist a {
    float: left;
    padding-right: 10px;
    font-size: 14px;
}

.nobr { white-space: nowrap; }

/*  STRUCTURE ***************************************************************************/
#wrap {
	margin: auto;
	text-align: center;
}

#containerFront,
#container {
	position: relative;
	left: 1px;
	margin: 0 auto;
	text-align: center;
	width: 910px;
	background :#fff;
	border: 1px solid #b8b9ba;
	border-width: 0px 1px;
}

body#thin {background: #fff;}
#thin #container {width: 770px; border-width: 1px; overflow: hidden;}
#thin #slider {width: 505px; height: 282px; margin-bottom: 35px;}

/* HEADER */
#header {
	height: 79px;
	width: 910px;
	border-bottom: 1px solid #b8b9ba;
}
#header .left {
	width: 282px;
	height: 100%;
	float: left;
	border-right: 1px solid #e1dccb;
	color: #b8b9ba;
    font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
}
#header .right {
	width: 627px;
	height: 100%;
	float: left;
	margin: 0;
	background: url(im/kundtjanst.jpg) bottom no-repeat;
	background-position: 0px 1px;
}
#header .right p {
	color: #a0a1a2;
	line-height: 1.35em !important;
	padding-top: 4px;
	padding-left: 18px;
}
#header .right p a {
	color: #a0a1a2;
	line-height: 1.35em !important;
	padding: 0px;
}

#header a {
    width: 280px;
    display: block;
    padding: 10px 0 0 33px;
}
#header img {float: left;}


/* TOP NAVIGATION */
#topNav {
    width: 910px;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
}
#topNav ul {
    list-style-type: none;
}
#topNav ul li {
    display: block;
    float: left;
    text-align: center;
    margin: 0px 10px;
}
#topNav ul li a {
	height: 20px;
	margin: 0 12px;
	color: #766D5D;
	display: block;
	font-weight: bold;
	font-size: 0.8em;
	line-height: 20px;
	text-transform: uppercase;
	text-decoration: none;
}
#topNav ul li.first a {
    margin-left: 15px;
}
#topNav ul li.last a {
    margin-right: 15px;
}
#topNav a:active {
    color: #000;
}


/* BREADCRUMB */
#breadcrumb {
	width: 886px;
	background: #fff;
	overflow: hidden;
	padding: 0 12px;
	height: 20px;
	color: #766D5D;
	display: block;
	font-weight: normal;
	font-size: 1em;
	line-height: 20px;
	text-decoration: none;
}


/* CONTENT AREAS */
#oneColumn {
    float: left;
    width: 886px;
    padding: 20px 11px 0 13px;
}
#thin #oneColumn {
    width: 770px;
    background: url(/css/im/line_v.png) repeat-y 236px 0;
}

#twoColumns {
    background: url(/css/im/line_v.png) repeat-y 587px 0;
    float: left;
    width: 886px;
    margin-top: 46px;
    padding: 0 11px 0 13px;
}
#containerFront #twoColumns {
	padding: 0 11px 10px 23px;
	background-position: 568px 0;
	margin: 20px 0 20px;
	width: 876px;
}
#sneezeCountries {
    border-top: 1px solid #B8B9BA;
    border-bottom: 1px solid #B8B9BA;
    margin-top: 20px;
    padding: 5px 10px;
}
#sneezeSearch {
    border-left: 1px solid #B8B9BA;
    height: 34px; 
    width: 134px;
    float: right;
    padding: 10px 15px 15px 15px;
    margin-left: 15px;
}
#sneezeSearch a {
    margin: 0;
    font-size: 12px;
}

#sneezeCountries h4 {
    font-style: normal;;
    font-weight: bold;
}
.sneeze {
    font-family: Verdana,sans-serif;
    font-size: 9px;
    line-height: 13px;
}

/* LEFT COLUMN */
#columnLeft {
    float: left;
    width: 561px;
    margin-right: 25px;
    position: relative;
}
#oneColumn #columnLeft {
    width: 505px;
    margin: 0;
}
#columnLeft > div {
    margin-bottom: 15px;
    float: left;
}
#columnLeft #contentAddress {
    margin-bottom: 10px;
}
#columnLeft hr {
    background: url(/css/im/dotline_1px.gif) repeat-x;
    height: 1px;
    margin: 10px 0;
    display: block;
}

/* LEFT COLUMN, FRONT PAGE */
#containerFront #columnLeft {
	width: 525px;
    margin-right: 0;
}

#containerFront #columnLeft ul {
    margin: 0 0 20px;
}
#containerFront #columnLeft li {
    list-style: none;
    display: block;
    float: left;
    width: 100%;
    overflow: hidden;
    margin-bottom: 13px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}
#containerFront #columnLeft li p {
    margin: 0;
}
#containerFront #columnLeft li img {
    float: left;
    padding-right: 10px;
    padding-top: 9px;
}
#containerFront #columnLeft h2 {
	font-style: normal;
}
#containerFront #right {
	margin: 0 11px 10px 557px;
}

/* RIGHT COLUMN */
#columnRight {
    width: 300px;
    float: left;
}

#bokningsPuff, #importantMessage {
    font-size: 12px;
    border: 1px solid #B8B9BA;
    border-radius: 10px; 
    -moz-border-radius: 10px; 
    padding: 7px;
    margin-bottom: 20px;
}

.bokningsRubrik {
    padding-bottom: 10px; 
    display: block;
    font-size: 18px; 
    color: #D51339; 
    font-weight: bold;
}

.bokningsKnapp {
    border-radius: 5px; 
    -moz-border-radius: 5px; 
    border: 2px solid #D51339;
    padding: 0px 3px;
    float: right;
}

/* #rightMenu p, #rightMenu a, #rightMenu td, .menuContent { */
.menuContent table {
    border-collapse: collapse;
}

.menuContent td {
    text-align: left;
    padding-right: 20px;
}

.menuContent li {
    line-height: 15px;
}

.menuContent, .menuContent td {
    font-family: Verdana, "Lucida Grande", Tahoma, Arial, sans-serif;
    font-size: 11px;
}

.menuContent h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

#containerFront #columnRight {
    width: 436px;
}

/* FRONTPAGE ******************************************************************/
#hero {
    position: relative;
}
#hero div {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 400px;
    padding: 10px;
    background: rgb(255,255,255);
    background: rgba(255,255,255,0.8);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 2px 5px rgba(15,15,15,0.6);
	-webkit-box-shadow: 0 2px 5px  rgba(15,15,15,0.6);
	box-shadow: 0 2px 5px rgba(15,15,15,0.6);
}
#hero h2 {
	font-size: 2.5em;
	line-height: 1.3em;
	text-align: left;
	font-style: italic;
	font-weight: normal;
	-moz-text-shadow: 1px 1px 5px rgba(15,15,15,0.6);
	-webkit-text-shadow: 1px 1px 5px rgba(15,15,15,0.6);
	text-shadow: 1px 1px 5px rgba(15,15,15,0.6);
}
#hero h2,
#hero p,
#hero a {
    color: #000;
}

/* RIGHT AND LEFT COLUMN BANNERS */
#right {
	margin: 20px 11px 10px 588px;
	width: 308px;
}
#right div {
    display: block;
    width: 308px;
    overflow: hidden;
    border-bottom: 1px solid #b8b9ba;
    margin: 10px 0px;
}

#right div.first {
    margin-top: 0px;
}

#left {
	margin: 20px 11px 10px 23px;
	width: 550px;
}
#left h3, #right h3, #columnLeft h3 {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: bold;
    line-height: 15px;
}
#left p, #right p {
    margin: 0;
}
#right .search {
    background: #f0ede7;
}
#right .search h3 {
    display: block;
    padding: 10px 10px 5px;
    color: #000;
    font-size: 16px;
    font-weight: normal;
}

.article h2 {
    color: #135194;
    font-size: 1.4em;
    font-style: normal;
    font-weight: normal;
    margin: 0;
}
div.article {
    padding: 0 5px 10px 0;
}
.article img {
    float: left;
}
.article img.withText {
    margin-bottom: 10px;
}

/* SEARCH AREA */
.searchBtn {
    display: block;
    padding: 5px 10px 6px 7px; /* Links */
    margin: 0 0 10px 10px;

    background-color: #f5f5f5;
    border: 1px solid #dedede;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;

    font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size: 100%;
    line-height: 130%;
    text-decoration: none;
    font-weight: bold;
    color: #565656;
    cursor: pointer;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
    border-radius: 3px;
    width: 120px;
    float: left;
}
.searchBtn img {
    margin: 0 3px -3px 0 !important;
    padding: 0;
    border: none;
    width: 16px;
    height: 16px;
}
button {
    overflow: visible;
    padding: 4px 10px 3px 7px; /* IE6 */
}
button[type] {
    padding: 5px 10px 5px 7px; /* Firefox */
    line-height: 17px; /* Safari */
}
*:first-child+html button[type] {
    padding: 4px 10px 3px 7px; /* IE7 */
}

.searchBtn:hover {
    background-color: #eee;
    border: 1px solid #ccc;
    color: #000;
    text-decoration: none;
}
.searchField {
    display: none;
    z-index: 5;
    width: 500px;
    position: absolute;
    background: #fff;
    background: rgba(255,255,255,0.9);
    top: 100px;
    border: 2px solid #000;
    padding: 20px;
}
.searchField hr {
    width: 100%;
    height: 1px;
    background: #ccc;
    margin: 5px 0;
}
.searchField h3 {
    margin: 10px 0;
}
.searchField h3 span {
    font-style: normal;
    font-size: 0.8em;
    line-height: 1.1em;
}
.searchField input {
    position: static;
    width: auto;
    margin-right: 10px;
}
.searchField div {
    float: left;
    padding: 0 16px 0 0;
    width: 150px;
    margin: 0 0 10px;
}
.searchField div ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.searchField .searchBtn {
    background: #e6e1cf;
	border: 1px solid #b8b9ba;
    margin: 15px 0 0;
    float: right;
    padding: 5px 20px;
    font-size: 1.2em;
    
}
.close {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 9px;
    width: 30px;
    display: block;
    background: url(im/close.gif) no-repeat top right;
    padding-right: 14px;
    text-indent: -9999px;
}
.close:hover {
    background-position: bottom right;
}

/* CONTENT AREAS **************************************************************/

/* TAB MENU */
#tabs {
	display: block;
	border: 1px solid #b8b9ba;
	border-width: 0 0 1px 1px;
	list-style: none;
	overflow: hidden;
	margin-bottom: 20px;
}
#tabs li {
	float: left;
	font-weight: bold;
	padding: 1px 4px;
	border: 1px solid #b8b9ba;
	border-width: 1px 1px 0 0;
}
#tabs li:hover,#tabs li.active {
	background: #e6e1cf;
	cursor: pointer;
}
#tabs li a:hover {
    text-decoration: none;
    color: #766D5D !important;
}

/* CONTENT */
#content {
    position: relative;
}
#contentDescription h1 {
    margin-bottom: 0;
}

#contentDescription ul {
    margin: 5px 0 10px;
}
#contentPrice ul {
    margin-left: 20px;
}

#contentDescription li {
	list-style: disc;
	padding: 0;
	margin: 0 0 0 20px;
}
#contentHotel,
#contentFacts,
#contentPrice,
#contentWeather {
    width: 561px;
    display: none;
}

#contentFacts p {margin: 0 0 5px 0;}

#contentDays h2 {
    margin: 15px 0px 10px 0px;
    line-height: 100%;
}

#contentHotel div {
    width: 561px;
    border: 1px solid #ccc;
    border-width: 0 0 1px 1px;
    margin: 0;
    float: left;
}
#contentHotel .oldstyle:hover {
    background: #f6f6f7;
}
#contentHotel .header {
    background: #e6e1cf;
    border-top-width: 1px;
}
#contentHotel div span {
    width: 176px;
    display: block;
    float: left;
    border-right: 1px solid #ccc;
    padding: 5px;
}
#contentHotel div span.stars {
    width: 105px;
}
#contentHotel div span.nights {
    width: 60px;
}
#contentHotel .header span {
    font-weight: bold;
}

/* Nytt för kryssningarna */ 
#contentHotel li div {
border-width: 0;
}
#contentHotel ul {
    clear: both;
    margin: 0 0 10px;
    overflow: hidden;
}
#contentHotel li {
    list-style: none;
    overflow: hidden;
    margin: 0 0 15px;
}
#contentHotel li img {
    float: left;
    margin-right: 10px;
}
#contentHotel li > a {
    float: left;
    margin-right: 10px;
}
#contentHotel li div {
    width: 60%;
    float: left;
}


#offer h3 {
    margin: 10px 0 15px;
}
#offer h2 {
    margin-top: 10px;
}
#offer ul {
    clear: both;
    margin: 0 0 10px;
    overflow: hidden;
}
#offer li {
    list-style: none;
    overflow: hidden;
    margin: 0 0 15px;
}
#offer li img {
    float: left;
    margin-right: 10px;
}
#offer img.star {
    margin: 0px;
    float: none;
}
#offer li > a {
    float: left;
    margin-right: 10px;
}
#offer li div {
    width: 60%;
    float: left;
}
#offer h4,
#offer p {
    overflow: hidden;
    display: block;
    margin: 0;
}
#offer h4 span,
#offer h2 span {
    float: right;
    font-weight: normal;
}
#offer h2 span {
    font-size: 0.5em;
}

.temperatures {
    border-collapse: collapse;
    margin: 10px;
}

.temperatures td {
    text-align: right;
    font-family: monospace;
    padding-right: 10px;
}

.temperatures .odd {
    background: #f0ede7;
}

.temperatures .explain {
    text-align: left;
}


/* SEARCH RESULTS */

#searchResult h3 {
    color: #008000;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: bold;
}

#searchResult h4 {
    font-style: normal; 
    font-size: 1.4em; 
    font-weight: normal;
    text-decoration: underline;
}

#searchResult ul {
    list-style: none;
}

#searchResult li {
    margin-bottom: 10px;
    padding: 0 10px 0 0;
    height: 115px;
    clear: both;
    overflow: hidden;
}

#searchResult img {
    float: left;
    margin: 0 15px 0 0;
    display: block;
}

#searchResult .head {
    height: auto;
    margin: 5px 0 5px 265px;
}

#searchResult .line {
    height: 1px;
}
#searchResult hr {
    background: #766D5D;
    height: 1px;
}

#searchResult .bread {
    font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-weight: bold;
    line-height: auto;
    font-size: 0.9em;
    line-height: 115%;
}

#searchResult i {
    line-height: 100%;
}


/* FAKTA */
#priser {
	padding: 10px;
	margin-top: 10px;
	border: 1px solid #a78518;
	width: 380px;
}
#prislink {
	padding: 10px 0;
	margin-top: 10px;
}
#prislink a {
	color: #a78518;
}


/* RIGHT MENU */
#rightMenu {
	float: left;
	width: 300px;
}
#rightMenu ul {
	background: #fff;
	overflow: hidden;
}


/* IMAGES */
.images img{margin: 0 0 10px;}




/*  HOTEL ***************************************************************************/

/* LEFT MENU */
#leftMenu {
    width: 211px;
    float: left;
    margin-right: 28px;
}
#leftMenu ul {
    padding: 0;
    list-style-type: none;
    margin-bottom: 10px;
}
#leftMenu ul li {
    margin-bottom: 5px;
}
#leftMenu ul li h4 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.animalMenu ul li {
    margin-bottom: 1px !important;
}
.animalMenu ul li h4 {
    font-style: normal;
}

#columnLeft #contentStars {
    float: right;
}
#contentInterest {
    width: 105px;
    margin-right: 10px;
    float: left;
}
#contentRoom {
    width: 105px;
    margin-right: 10px;
    float: left;
}


/*  CURTAIN ***************************************************************************/
#curtain {
	border-top: 1px solid #c4c2bf;
	padding: 10px 11px;
	background: #f0ede7;
	margin-top: 5px;
}
#curtainContent {
	overflow: hidden;
}
#curtainContent ul {
	list-style: none;
	margin-bottom: 20px;
}
#curtainContent li {
    margin: 0;
    padding: 0;
    line-height: 16px;
}
#curtainContent .column {
	width: 138px;
	margin-right: 12px;
	float: left;
}
#curtainContent .last {
	margin: 0;
	padding: 0;
}
#curtainContent h4 {
	color: #93959d;
	margin-bottom: 2px;
}


/*  THUMBS UP ***************************************************************************/
#thumbsUp {
	width: 228px;
	background: #fff url(im/thumbs_up.png) no-repeat top center;
	height: 101px;
	padding: 37px 60px 0 10px;
	margin-bottom: 20px;
	border: 1px solid #b8b9ba;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
}
#thumbsUp ul {
    padding-top: 8px;
}
#thumbsUp ul,#thumbsUp li {
	background: none;
}
#thumbsUp li {
	list-style: disc;
	padding: 0;
	margin: 0 0 0 20px;
	font-style: italic;
	font-weight: bold;
    font-size:1.1em;
	line-height: 1.3em;
}


/*  RIGHT COLUMN LEFT FLOATED MENUES ***********************************************/
.departureDates li {
    float: left;
    padding-right: 15px;
    font-style: italic;
}

.combineWith li {
    float: left;
    list-style-type: none; 
    padding-right: 15px;
}

/* FB STUFF **************************************************************************/

#fb-frontpage {
    border-top: 1px solid #b8b9ba;
    margin-top: 5px;
    padding-top: 5px;
}

.fb-rounded {
    border: 1px solid #b8b9ba;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.fb-like {
    width: 284px;
    margin: 0 0 20px 0;
    padding: 7px;
    overflow: hidden;
}

/*  FOOTER ***************************************************************************/
#footer {
	width: 888px;
	padding: 10px 11px 5px;
	background: #f0ede7;
}
#footerContent {
	padding-top: 2px;
	font-size: 11px;
	color: #766D5D;
	text-align: center;
	border-top: 1px solid #c4c2bf;
}
#footerLogos {
	border-top: 1px solid #c4c2bf;
	background: white;
}
#footerLogos div {
    float:       left;
    width:       177px;
    height:      100px;
    padding-top:  10px;
}
#footerLogos div img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*  TYPOGRAPHY ***************************************************************************/

body, p, div, td, th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 17px;
	text-align: left;
	color: #766D5D;
}

a,a:visited {
	text-decoration: none;
	color: #766D5D;
	outline: none;
}
a:hover,a:active {
	text-decoration: underline;
	color: #000 !important;
	outline: none;
}

h1 {
	font-weight: normal;
	font-size: 2.7em;
	line-height: 1.2em;
	color: #827B70;
	margin-bottom: 12px;
}
#thin h1 {
    margin-bottom: 10px;
}
h1 + h2 {
    margin-bottom: 15px;
}
h2 {
	font-weight: normal;
	font-size: 1.9em;
	line-height: 1.1em;
	font-style: italic;
	margin-bottom: 7px;
	margin-top: 4px;
}
#thin h2 {
    line-height: 1.2em;
}
h3 {
    font-weight: normal;
    font-size: 1.4em;
}
h4 {
    font-style: italic;
}

p {margin: 10px 0;}

small {
	font-size: 0.8em;
	line-height: 1.1em;
}

#header .left {
	text-align: center;
	font-size: 1.2em;
}
#header .right p {
	text-align: left;
	font-style: italic;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 125%;
}

#rightMenu a {
    color: #766D5D;
/*    text-decoration: underline; */
    font-size: 11px;
}

#rightMenu h3 {
	border-bottom: 1px solid #b8b9ba;
	padding: 15px 0 4px 0;
}
#rightMenu h4 {
/*	border-bottom: 1px solid #b8b9ba; */
	padding-top: 8px;
	padding-bottom: 2px;
}

.menuContent {
    margin-top: 3px;
}

#rightMenu .menuContent ul .subContent {
    margin-top: 0px;
}

#rightMenu .commaLinks {
    display: block;
}

.first {margin-top: 0;}
.ingress {
    font-weight: bold;
    color: #777168;
    padding-bottom: 15px;
}



/* TABLES */
.contactTable{width:100%;}
.contactTable td{padding:3px 1px;}
.contactTable th{padding:1px;text-transform:uppercase;}
.line1{background:#eee;}
.line2{background:#fff;}


/* FORMS */
form {
    margin: 0;
    padding: 0;
}
select,
textarea,
input {
    font-size: 0.9em;
    border: 1px solid #a7a7a7;
    width: 246px;
    margin: 0;
    padding: 2px;
    position: absolute;
    left: 170px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
    border-radius: 3px;
}
select {width:180px;}
button {width:100px;left:242px;position:absolute;}

input.pnr{width:50px;}
span.ort{position:absolute;left:240px;}
input.port{width:146px;left:270px;}
input.chkbox{width:15px;position:static;border:none;}

#columnBoth input{left:147px;}
#columnBoth input.pnr{width:50px;}
#columnBoth span.ort{position:absolute;left:217px;}
#columnBoth input.port{left:247px;}

#columnBoth .e input{width:173px;left:220px;}








/*  MAP ***************************************************************************/
/* GOOGLE MAPS */
#contentMap {width: 561px;min-height: 425px;display: none;}
#contentMap div { margin: 0;}

#columnRight #contentMap,
.contentMap {width: 300px;min-height: 150px;display: block;margin-bottom: 20px;}






/*  NIVO SLIDER ***************************************************************************/
/* jQuery Nivo Slider v2.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2010, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
*/

.nivoSlider {position:relative;}
.nivoSlider img {position:absolute;top:0px;left:0px;}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {position:absolute;top:0px;left:0px;width:100%;height:100%;border:0;padding:0;margin:0;z-index:60;display:none;}
/* The slices in the Slider */
.nivo-slice {display:block;position:absolute;z-index:50;height:100%;}
/* Caption styles */
.nivo-caption {position:absolute;left:0px;bottom:0px;background:#000;color:#fff;width:100%;z-index:89;}
.nivo-caption p {padding:5px;margin:0;}
.nivo-caption a {display:inline !important;}
.nivo-html-caption {display:none;}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {position:absolute;bottom:-20px;z-index:99;cursor:pointer;}
.nivo-prevNav {right:30px;}
.nivo-nextNav {right:10px;}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {position:relative;z-index:99;cursor:pointer;}
.nivo-controlNav a.active {font-weight:bold;}

/* NIVO USER STYLES */
#slider {position:relative;height: 370px;width:910px;background:#fff url(im/loading.gif) no-repeat 50% 50%;}
#slider img {position:absolute;top:0px;left:0px;display:none;}
#slider a {border:0;}
.nivo-controlNav {position:absolute;right:50px;bottom:-20px;height:10px;margin: 0;}
.nivo-controlNav a {display:block;width:10px;height:10px;background:url(im/bullets-big.png) no-repeat -10px 0;text-indent:-9999px;border:0;margin:0 3px 0 0;float:left;}
.nivo-controlNav a.active {background-position:0 0;}
.nivo-directionNav a {display:block;width:10px;height:11px;background:url(im/arrows-small.png) no-repeat;text-indent:-9999px;border:0;}
a.nivo-nextNav {background-position:-10px 0;right:10px;}
a.nivo-prevNav {right:30px;}
a.nivo-nextNav:hover {background-position:-10px -11px;}
a.nivo-prevNav:hover {background-position:0 -11px;}
.nivo-caption {bottom:-26px;background:#fff;color:#000;}





/*  COLORBOX  ***************************************************************************/
/* ColorBox Core Style
 * The following rules are the styles that are consistant between themes.
 * Avoid changing this area to maintain compatability with future versions of ColorBox.
 * http://colorpowered.com/colorbox/
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:hidden;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}


/*  Example user style 
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:url(im/overlay.png) 0 0 repeat;}
#colorbox{}
/* hide flashy rounded corners
    #cboxTopLeft{width:21px; height:21px; background:url(im/controls.png) -100px 0 no-repeat;}
    #cboxTopRight{width:21px; height:21px; background:url(im/controls.png) -129px 0 no-repeat;}
    #cboxBottomLeft{width:21px; height:21px; background:url(im/controls.png) -100px -29px no-repeat;}
    #cboxBottomRight{width:21px; height:21px; background:url(im/controls.png) -129px -29px no-repeat;}
    #cboxMiddleLeft{width:21px; background:url(im/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(im/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(im/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(im/border.png) 0 -29px repeat-x;}
*/
    #cboxContent{background:#fff;}
        #cboxLoadedContent{margin: 10px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0px; background:url(im/controls.png) -75px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(im/controls.png) -50px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext.hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{background:url(im/loading_background.png) center center no-repeat;}
        #cboxLoadingGraphic{background:url(im/loading.gif) center center no-repeat;}
        #cboxClose{position:absolute; bottom: 10px; right:10px; background:url(im/controls.png) -25px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose.hover{background-position:-25px -25px;}

/*
    The following fixes png-transparency for IE6.  
    It is also necessary for png-transparency in IE7 & IE8 to avoid 'black halos' with the fade transition
    
    Since this method does not support CSS background-positioning, it is incompatible with CSS sprites.
    Colorbox preloads navigation hover classes to account for this.
    
    !! Important Note: AlphaImageLoader src paths are relative to the HTML document,
    while regular CSS background images are relative to the CSS document.
*/
.cboxIE #cboxTopLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/css/im/internet_explorer/borderTopLeft.png, sizingMethod='scale');}
.cboxIE #cboxTopCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/css/im/internet_explorer/borderTopCenter.png, sizingMethod='scale');}
.cboxIE #cboxTopRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/css/im/internet_explorer/borderTopRight.png, sizingMethod='scale');}
.cboxIE #cboxBottomLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/css/im/internet_explorer/borderBottomLeft.png, sizingMethod='scale');}
.cboxIE #cboxBottomCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/css/im/internet_explorer/borderBottomCenter.png, sizingMethod='scale');}
.cboxIE #cboxBottomRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/css/im/internet_explorer/borderBottomRight.png, sizingMethod='scale');}
.cboxIE #cboxMiddleLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/css/im/internet_explorer/borderMiddleLeft.png, sizingMethod='scale');}
.cboxIE #cboxMiddleRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/css/im/internet_explorer/borderMiddleRight.png, sizingMethod='scale');}


/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer {overflow: hidden;position: relative;}
.jspPane {position: absolute;}
.jspVerticalBar {position: absolute;top: 0;right: 0;width: 9px;height: 100%;background: red;}
.jspHorizontalBar {position: absolute;bottom: 0;left: 0;width: 100%;height: 16px;background: red;}
.jspVerticalBar *,.jspHorizontalBar * {margin: 0;padding: 0;}
.jspCap {display: none;}
.jspHorizontalBar .jspCap {float: left;}
.jspTrack {background: #eee url(im/scrollpane.png) repeat-y; position: relative;}
.jspDrag {background: #ccc; position: relative;top: 0;left: 0;cursor: pointer;}
.jspHorizontalBar .jspTrack,.jspHorizontalBar .jspDrag {float: left;height: 100%;}
.jspArrow {background: #fff url(im/arrow-top.gif) no-repeat;text-indent: -20000px;display: block;cursor: pointer;}
.jspArrow.jspDisabled {cursor: default;background: #fff url(im/arrow-top.gif) no-repeat;;}
.jspVerticalBar .jspArrowDown {background: #fff url(im/arrow-bottom.gif) no-repeat;}
.jspVerticalBar .jspArrow {height: 7px;}
.jspHorizontalBar .jspArrow {width: 9px;float: left;height: 100%;}
.jspVerticalBar .jspArrow:focus {outline: none;}
.jspCorner {background: #eeeef4;float: left;height: 100%;}
/* CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {margin: 0 -3px 0 0;}


