

/*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
layout
*/

#cornice {
	width:970px;
	margin-left:auto;
	margin-right:auto;
}

#testata {
	width:970px;
	clear:both;
}

#navigazione {
	float:left;
	clear:left;
	width:140px;
}

#colonnadx {
	float:left;
	width:830px;
}

#strumenti {
	height:20px;
}

#modulomail {
	float:left;
	width:23px; /*larghezza immagine mail*/
	height:20px;
	background: url(/images/_mail.png) 0 0;
}

#modulomail:hover {
	background: url(/images/_mail.png) 0 -20px;
}

#moduloshare {
	float:left;
	margin-left:1em;
	width:21px;
	position:relative;
}

#modulotwitter {
	float:left;
	margin-left:1em;
	width:22px;
	height:20px;
	background: url(/images/_twittr.png) 0 0;
}

#modulotwitter:hover {
	background: url(/images/_twittr.png) 0 -20px;
}

#fblike {
	margin:0.5em 1em auto 0.5em;
}

#socialbkm {
	display:none;
}

#moduloshare:hover #socialbkm,
#socialbkm:hover {
	display:block;
	position:absolute;
	z-index:10;
	text-align:center;
	top:20px;
	left:-14px;/*metà larghezza pulsante share - metà larghezza div dei pulsanti+bordo*/
	border:2px solid #367e05;
	background-color:white;
	padding-top:4px;
	width:50px;
}

#moduloricerca {
	float:right;
	clear:right;
	width:222px; /*larghezza ricerca + bordi + padding ricerca, 200+2+20*/
}

#piepagina {
	clear:both;
	margin-left:auto;
	margin-right:auto;
}

#disclaimer {
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
}

#copywarning {
	position:fixed;
	font:large arial;
	width:70%;
	height:70%;
	left:15%;
	top:15%;
	border:1px solid red;
	padding:1em;
	background:url(/images/_warning.png) bottom right no-repeat;
	background-color:#fee;
	line-height:130%;
	overflow:auto;
}

/*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
animazione menu
*/

#menuanim {
	position:relative;
	width:120px;
	height:87px;
	top:0px;
	left:0px
}

#menuspec {
	position:relative;
	width:120px;
	height:87px;
	top:0px;
	left:0px;
}

#menuspecimg {
	position:absolute;
	width:70px;
	height:70px;
	left: 4px;
	top: 8px;
}

#menulaterale {
	position:relative;
}

#menulaterale a img {
	position:absolute;
	top:-79px;
	left:4px;
	visibility:hidden;
	border:0;
}

#menulaterale a:hover img {
	visibility:visible;
}

/*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
stili comuni
*/

body {
	margin: 0px;
	padding: 0px;
	background-image: url(/images/_sfondo.jpg);
	background-position: top center;
	background-repeat:no-repeat;
	background-color: #FFFFFF;
	background-attachment:fixed;
}

.errorediv {
	font: 13px Verdana;
	background:#ffffff;
	border:2px dashed red;
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
}

.errorediv strong {
	color:red;
}

h1 {
	font-weight:bold;
	font-size:x-large;
	font-family: Georgia;
	line-height:130%;
}

h2 {
	font-style:italic;
	font-weight:bold;
	font-size:medium;
	font-family: Georgia;
	margin-top:0px;
	margin-bottom:0px;
}

h2.blog {
	font-style:normal;
	font-weight:bold;
	font-size:x-large;
	font-family: Georgia;
	margin-top:1em;
}

h3 {
	font-style:italic;
	font-size:medium;
	font-weight:normal;
	font-family: Georgia;
}

#contenitore {
	text-align:justify;
	font-family: Georgia;
	font-size:medium;
	line-height:130%;
}

#contenitore a{
	text-decoration:none;
	color:#007700;
}

#contenitore a:visited {
	text-decoration:none;
	color:#718e66;
}

#contenitore a:hover {
	text-decoration:underline;
	color:#33CC00;
}

blockquote.approfondimento {
	font-size:small;
	padding:1em;
	border:1px solid #aaa;
}

/*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
commenti
*/

#commentfooter {
	border-top:1px solid #888;
	margin-right:auto;
	margin-left:auto;
	margin-top:2em;
	width:600px;
	padding-top:0.5em;
	padding-right:0.5em;
}

#commenthead {
	color:#999;
	font: bold x-large Georgia;
	text-align:right;
}

.commentnote {
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
	margin-top:1em;
	padding-left:0.5em;
	padding-bottom:0.5em;
	color:#888;
	font:italic medium Georgia;
}

.commenttext {
	color:black;
	font: medium Georgia;
}

/*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
form del sito
*/

div.fashionform {
	margin-top:10px;
	margin-bottom:10px;
	padding:5px;
	font:bold 18px verdana;
	text-align:center;
	background-image: url(/images/_sfondo.jpg);
	background-position: top center;
	background-repeat:no-repeat;
	background-color: #FFFFFF;
	background-attachment:fixed;
}

div.fashionform table {
	margin-left:auto;
	margin-right:auto;
	font:bold 25px verdana
}

div.fashionform input {
	height:35px;
	text-align:center;
}

div.fashionform input, div.fashionform textarea {
	background:#c0e9ff;
	border:1px solid #c0e9ff;
	width:600px;
	padding:0;
	font:bold 25px verdana;
}

div.fashionform input:hover, div.fashionform textarea:hover {
	background:#e6f7ff;
}

div.fashionform input:focus, div.fashionform textarea:focus {
	background:#e6f7ff;
	border:1px solid #0085cc;
}

div.fashionform input.invia {
	border-top:0;
	border-bottom:2px solid black;
	border-left:0;
	border-right:2px solid black;
	background-color:#aaaaaa;
	font:bold 25px verdana;
	width:808px;
}

div.fashionform input.invia:hover {
	border-top:2px solid black;
	border-bottom:0;
	border-left:2px solid black;
	border-right:0;
	
}

div.fashionform input.casella {
	border:0;
	width:1em;
}

td.dida {
	background:#dbffdb;
	text-align:right;
	padding-right:3px;
	width:200px;
}

td.dati {
	width:600px;
	text-align:justify;
}


/*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
box ricerca
*/

.ricerca {
	background:#eeeeee;
	background-image: url(/images/_search.png);
	background-position: right;
	background-repeat:no-repeat;
	border:1px solid #aaaaaa;
	padding-right:20px; /*dimensione dell'icona di background + 3px*/
	width:200px;
	height:17px;
	font:14px verdana
}

.ricerca:hover {
	background:#ffffff;
	background-image: url(/images/_search.png);
	background-position: right;
	background-repeat:no-repeat;
	border:1px solid #aaaaaa;
}

.ricerca:focus {
	background:#ffffff;
	background-image: url(/images/_search1.png);
	background-position: right;
	background-repeat:no-repeat;
	border:1px solid black;
}

/*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
menu navigazione
*/

#menulaterale ul {
	list-style:none;
	margin:0;
	border:0;
	padding:0;
	list-style-position:outside;
	list-style-type:none;
}

#menulaterale li{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	text-indent: 0px;
}

#menulaterale li, #menulaterale a, #menulaterale a:visited, #menulaterale a:hover {
	color:#336600;
	text-decoration:none;
	font-size:medium;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	display:block;
	text-align:left;
	height:27px;/*font-size + altezza dell'immagine rollover di sfondo + 1*/
}

#menulaterale a {
	padding-top: 5px;
	vertical-align:bottom;
}

#menulaterale a:hover{
	background-image:url(/images/_sfondolink.png);
	background-repeat:no-repeat;
	background-position:bottom;
}

/*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
wiki
*/

.wiki a {
	text-decoration: none;
	color: #0000ff;
}

.wiki a:hover {
	text-decoration: underline;
	color: #0000ff;
}

.wiki a:visited {
	color: #6900d2;
}

.wiki a.pending {
	color: #b90000;
}

.indicewiki li {
	float:left;width:16em;
}


/*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ancore
*/

.tornasu {
	font-family: Verdana;
	font-size:large;
	font-weight: bold;
	vertical-align:top;
	margin-right:5px;
	padding:0px;
	float:left;
	clear:left;
}

a.tornasu {
	color:black;
	text-decoration:none;
	border-top:0;
	border-bottom:1px solid black;
	border-left:0;
	border-right:1px solid black;
}

a:hover.tornasu {
	color:black;
	text-decoration:none;
	border-top:1px solid black;
	border-bottom:0;
	border-left:1px solid black;
	border-right:0;
}

a:visited.tornasu {
	color:black;
	text-decoration:none;
}


/*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
piepagina e disclaimer
*/

#piepagina {
	text-align:center;
	font-family:Verdana;
	font-size:small;
	font-style:italic;
	color:#336600
}

#piepagina a, #piepagina a:visited{
	text-decoration:underline;
	color:#336600
}	

#piepagina a:hover {
	color:#000000;
	text-decoration:none;
}

#techslink {
	width:39px;
	height:14px;
	margin: 0 auto;
	background: url(/images/_gears.gif) 0 0;
}

#techslink:hover {
	background: url(/images/_gears.gif) 0 -14px;
}

#disclaimer {
	font-size: xx-small;
	width:300px;
	text-align:justify;
}

/*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
blog  DA RIMUOVERE E INTEGRARE CON GLI STILI COMUNI*************************************
*/

a.blog_title {
	font-family: "trebuchet ms", arial;
	font-size: large;
	font-weight: bold;
}

.blog_content {
	color: #000000;
	font-family: "trebuchet ms", arial;
	font-size: small;
}

.blog_date {
	color: #7f7f7f;
	font-family: "trebuchet ms", arial;
	font-size: small;
}

a.navitem {
	font-family: "trebuchet ms", arial;
	font-size: medium;
	letter-spacing: -1px;
	text-decoration: none;
}

a:hover.navitem {
	color: red;
	font-family: "trebuchet ms", arial;
	font-size: medium;
	text-decoration: none;
}

/*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
miscellanea
*/

.floatright {
	float: right;
	clear: right;
	margin: 5px 0 0 10px;
}

.floatleft {
	float: left;
	clear: left;
	margin: 5px 10px 0 0;
}

.centrato {
	margin-left: auto;
	margin-right: auto;
}

.immagine {border: 2px solid black;}

.immagine0 {border: 0px;}

/*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
aste
*/

.moduloasta{
	border:0px;
	border-bottom: 1px solid black;
	width: 320px;
	font: 25px Verdana;
}
.asta{
	border:0px;
	font: 13px Verdana;
	color: #000000;
	padding:0px;
}
.posizione{
	width:320px;
	text-align:justify;
	font: italic 10px Verdana;
	color: blue;
}
.titoloasta{
	font:bold 17px Arial;
}
.descrizioneasta{
	font: 13px Arial;
	text-align:justify;
}
.erroreasta{
	font:bold 10px Verdana;
	color: red;
}

/*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
sondaggi tariffario
*/

.modulosondaggio{
	width: 110px;
	font: bold 20px Verdana;
	border:1px solid black;
	background-color:transparent;
}
.sondaggio{
	border:0px;
	font: 13px Verdana;
	color: #000000;
	padding:0px;
}
.rispostasmall{
	font: italic small Verdana;
	color: blue;
	margin-bottom:0.5em;
}
.rispostabig{
	font: italic medium Verdana;
	color: black;
	background-color: #c4ffd2;
}
.titolosondaggio{
	font:bold 13px Arial;
}
.erroresondaggio{
	font:bold 10px Verdana;
	color: red;
}

div.fillgraph {
	float:left;
	border:1px solid #aaaaaa;
	margin-right:0.3em;
	margin-top:0.3em;
}

div.costgraph {
	height:7px;
}

div.lowcost, div.highcost, div.okcost {
	margin-bottom:0.3em;
	font: italic small Verdana;
	color: blue;
}

div.lowcost strong {
	color:red;
}

div.lowcost div.costgraph {
	float:left;
	background-color:red;
	border:0;
}

div.highcost strong {
	color:#caa24d;
}

div.highcost div.costgraph {
	float:left;
	background-color:#caa24d;
	border:0;
}

div.okcost strong {
	color:green;
}

div.okcost div.costgraph {
	float:left;
	background-color:green;
	border:0;
}

/*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
orari
*/

#orari {
	margin:0 auto 2em;
	width:500px;
	cellpadding:0;
	padding:0;
	border:0;
	border-spacing:0;
}

#orari td {
	text-align:center;
}

#orari .orarimg th {
	text-align:center;
	width:190px;
	font-weight:normal;
	font-size:small;
	font-variant:small-caps;
}

#orari .orarig {
	text-align:right;
	height:30px;
}

#orari .oraripr {
	background-color:#efe;
}

#orari .oraripr th {
	color:#040;
}

#orari .oraripr:hover {
	background-color:#cfc;
}

#orari .orarids {
	background-color:#eee;
}

#orari .orarids th {
	color:#444;
}

#orari .orarids:hover {
	background-color:#cfc;
}

#orari .orarisb {
	background-color:#fed;
}

#orari .orarisb th {
	color:#c70;
}

#orari .orarisb:hover {
	background-color:#fea;
}

#orari .oraridm {
	background-color:#fee;
}

#orari .oraridm th {
	color:#700;
}

#orari .oraridm:hover {
	background-color:#fcc;
}

#orari .orarihd {
	text-align:center;
	font-variant:small-caps;
	border:1px solid #aaa;
}

#orari .orarift {
	text-align:right;
	font-size:small;
	border-top:1px solid #aaa;
}

/*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
social bookmarks
*/

.iconasocial {
	border-top:0;
	border-bottom:1px solid black;
	border-left:0;
	border-right:1px solid black;
}

.iconasocial:hover {
	border-top:1px solid black;
	border-bottom:0;
	border-left:1px solid black;
	border-right:0;
}

/*	Default stylesheet for the Carpe Slider
	By Tom Hermansson Snickars                 
	2005-12-17 version 1.5
	Copyright CARPE Design                     
	carpe.ambiprospect.com
*/

.carpe_slider:hover{
	cursor:pointer;
}

*.carpe_horizontal_slider_display_combo {
	clear: left;
	margin: 0;
}
*.carpe_vertical_slider_display_combo {
	float: left;
	margin: 0;
}
*.carpe_horizontal_slider_track {
	background-color: #bbb;
	color: #333;
	width: 120px;
	float: left;
	margin: 0;
	line-height: 0px;
	font-size: 0px;
	text-align: left;
	padding: 4px;
	border: 1px solid;
	border-color: #ddd #999 #999 #ddd;
}
*.carpe_vertical_slider_track {
	background-color: #bbb;
	color: #333;
	padding: 3px 6px 15px 6px;
	width: 24px;
	height: 100px;
	border: 1px solid;
	border-color: #ddd #999 #999 #ddd;
}
*.carpe_horizontal_slider_track *.carpe_slider_slit {
	background-color: #333;
	color: #ccc;
	width: 110px;
	height: 2px;
	margin: 4px 4px 2px 4px;
	line-height: 0px;
	position: absolute;
	z-index: 1;
	border: 1px solid;
	border-color: #999 #ddd #ddd #999;
}
*.carpe_vertical_slider_track *.carpe_slider_slit {
	background-color: #000;
	color: #333;
	width: 2px;
	height: 100px;
	position: absolute;
	margin: 4px 10px 4px 10px;
	padding: 4px 0 1px 0;
	line-height: 0px;
	font-size: 0;
	border: 1px solid;
	border-color: #666 #ccc #ccc #666;
}
*.carpe_horizontal_slider_track *.carpe_slider {
	width: 16px;
	background-color: #666;
	color: #333;
	position: relative;
	margin: 0;
	height: 8px;
	z-index: 1;
	line-height: 0px;
	font-size: 0px;
	text-align: left;
	border: 2px solid;
	border-color: #999 #333 #333 #999;
}
*.carpe_vertical_slider_track *.carpe_slider {
	width: 20px;
	background-color: #666;
	color: #333;
	position: relative;
	margin: 0;
	height: 8px;
	z-index: 1;
	line-height: 0px;
	font-size: 0px;
	text-align: left;
	border: 2px solid;
	border-color: #999 #333 #333 #999;
}
*.carpe_slider_display_holder {
	background-color: #bbb;
	color: #333;
	width: 55px;
	margin: 0;
	float: left;
	padding: 0 2px 0 0;
	height: 20px;
	text-align: right;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	border: 1px solid;
	border-color: #ddd #999 #999 #ddd;
}
.carpe_slider_display {
	background-color: #bbb;
	color: #333;
	padding: 3px 1px 0 0;
	width: 40px;
	text-align: right;
	font-size: 11px;
	line-height: 10px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	border: 0;
	cursor: default;
}

/*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
stili per il simpleforum script
*/

div.threadsnavigation {
	height:2em;
	clear:both;
	font: small Verdana;
}

div.threadsrow {
	/*border-left: 2px solid black;*/
	margin-bottom: 1em;
	padding-left:5px;
}

.evenpost {
	background-color:#ffffff;
}

.oddpost {
	background-color:#f8fee0;
}

.threadsposttitle {
	font: bold medium Verdana;
}

.threadsposttitle a:hover {
	text-decoration:none;
}

.threadspostauthor {
	font: italic small-caps small Verdana;
	color: #000000;
	margin-right:2em;
}

.threadsposttime {
	font: small Verdana;
	color: #8e6d2b;
	margin-right:2em;
}

.threadspostreplies {
	font: small-caps small Verdana;
	float:right;
}

div.forumloginoption {
	margin-top:2em;
	font:medium Verdana;
}

div.forumcats {
	clear:both;
	font: small-caps small Verdana;
	margin-bottom:1em;
}

div.forumregisterlink {
	clear:both;
	margin-top:1em;
	background:#f3fecb;
	font: medium Verdana;
	text-align:right;
}

div.opennewthread {
	clear:both;
	background:white;
	font: small-caps bold medium Verdana;
	text-align:center;
}

div.strumentipost {
	font: small Verdana;
	text-align:center;
	margin-bottom:1em;
}

blockquote.forummessage {
	padding:0.5em;
}

.mgtxt, .mgtxt a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.mgtxt a, .mgtxt a:visited{
	text-decoration:underline;
}
.mgtxt a:hover{
	text-decoration:none;
}
.mggalcap{
	font-size:12px;
	font-weight: bold;
}
.mgimgcap{
	font-size:12px;
	font-weight: bold;
}
.mgsmall, .mgsmall a {
	font-size: 9px;
	font-weight:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.mgimgbrd {
	border: 1px solid #666666;
}
.mgadmincap {
	background-color:#4B6B92;
	color: #ffffff;
	font-weight: bold;
}
.mgadmintdbg {
	background-color:#ffffff;
}
.mgaltbgcol {
	background-color: #dedede;
}
.mginputln {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#ffffff;
	color:#FF3300;
	font-size: 10px;
	font-weight: normal;
	border: solid 1px #999999;
}
.mginputradio { vertical-align:middle; }
.mggallery{
	margin-bottom:10px; 
	padding-bottom:10px; 
	border-bottom: dotted 1px #999999;
}


/*
LIGHTBOX STYLES
*/

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}

#hoverNav a{ outline: none;}

#prevLink{
	width: 49%;
	height: 100%;
	background: transparent url(/galleria/lightbox/images/prev.gif) no-repeat; /* Trick IE into showing hover */
	 background-position:top left;
	display: block;
}

#nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(/galleria/lightbox/images/next.gif) no-repeat; /* Trick IE into showing hover */
	 background-position:top right;
	display: block;
}


#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
/*AGGIUNGERE :hover AGLI STILI SEGUENTI PER RIPRISTINARE L'APPARIZIONE SOLO COL MOUSE*/
#prevLink:hover, #prevLink:visited:hover { background: url(/galleria/lightbox/images/prevh.gif) left 15% no-repeat; background-position:top left; }
#nextLink:hover, #nextLink:visited:hover { background: url(/galleria/lightbox/images/nexth.gif) right 15% no-repeat; background-position:top right }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	color:#111;
	}
/*#imageData #imageDetails{ width: 60%; float: left; text-align: left; }	*/
#imageData #imageDetails{float: left; text-align: justify; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: auto; float: right;  padding-bottom: 0.7em;	}	
#imageData #continueSlideshow{ float:right; padding:0 10px 10px 0; }
/*#imageData #continueSlideshow img{ cursor:hand; cursor:pointer; }*/

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	/*filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;*/
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	


/* ***** Orca Search - Search Engine XHTML Output CSS ************ */


#os_main {
  font-size:90%;
  padding:10px;
}
#os_main p#os_msg {
  text-align:center;
}
#os_main ul {
  text-align:left;
}

#os_resultbar {
  background-color:#f0fff2;
  border-top:1px solid #808080;
  margin:3px 0px 1.5em 0px;
  padding:2px;
  text-align:right;
}

#os_results {
  list-style-type:decimal;
  margin:0px;
  padding:0px 0px 0px 2em;
  text-align:left;
}
#os_results li {
  margin:15px 0px;
}

/* ***** Result Template ***** */
#os_results li h3 {
  font-weight:normal;
  position:relative;
  margin:0px;
  border-bottom:2px solid #808080;
  font-size:120%;
}
#os_results li h3 span.filetype {
  font-size:70%;
  text-transform:uppercase;
  color:#0000cc;
}
#os_results li h3 small {
  font-size:80%;
}
#os_results li h3 a {
  text-decoration:none;
}
#os_results li h3 a:hover {}
#os_results li p {
  clear:left;
  margin:2px;
}
#os_results li blockquote {
  margin:0px;
}
#os_results li blockquote p {
  margin:0px;
}
#os_results li blockquote p cite {
  color:#008000;
  background-color:transparent;
}
#os_results li blockquote p small {
  font-size:80%;
  color:#808080;
  background-color:transparent;
}

/* ***** Pagination ***** */
#os_pagination {
  margin:0.5em 15%;
  font-size:90%;
}
#os_pagination div#os_pagin1 {
  float:left;
  width:15%;
  white-space:nowrap;
  text-align:right;
}
#os_pagination div#os_pagin2 {
  margin:0px 20%;
  text-align:center;
}
#os_pagination div#os_pagin3 {
  float:right;
  width:15%;
  white-space:nowrap;
  text-align:left;
}


/**
* @file: highslide.css 
* @version: 4.1.7
*/
.highslide-container div {
	font-family: Verdana, Helvetica;
	font-size: 10pt;
}
.highslide-container table {
	background: none;
}
.highslide {
	outline: none;
	text-decoration: none;
}
.highslide img {
	border: 2px solid silver;
}
.highslide:hover img {
	border-color: gray;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide-gallery .highslide-active-anchor img {
	border-color: black;
	visibility: visible;
	cursor: default;
}
.highslide-image {
	border-width: 2px;
	border-style: solid;
	border-color: white;
	background: gray;
}
.highslide-wrapper, .highslide-outline {
	background: white;
}
.glossy-dark {
	background: #111;
}

.highslide-image-blur {
}
.highslide-number {
	font-weight: bold;
	color: gray;
	font-size: .9em;
}
.highslide-caption {
	display: none;
	font-size: 1em;
	padding: 5px;
	/*background: white;*/
}
.highslide-heading {
	display: none;
	font-weight: bold;
	margin: 0.4em;
}
.highslide-dimming {
	position: absolute;
	background: black;
}
a.highslide-full-expand {
   background: url(/css/graphics/fullexpand.gif) no-repeat;
   display: block;
   margin: 0 10px 10px 0;
   width: 34px;
   height: 34px;
}
.highslide-loading {
	display: block;
	color: black;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border: 1px solid white;
	background-color: white;
	padding-left: 22px;
	background-image: url(/css/graphics/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
	padding: 2px;
	color: silver;
	text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
	color: white;
	background-color: gray;
}
.highslide-move, .highslide-move * {
	cursor: move;
}

.highslide-viewport {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: none;
	left: 0;
	top: 0;
}
.highslide-overlay {
	display: none;
}
.hidden-container {
	display: none;
}
/* Example of a semitransparent, offset closebutton */
.closebutton {
	position: relative;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url(/css/graphics/close.png);
	/* NOTE! For IE6, you also need to update the highslide-ie6.css file. */
}

/*****************************************************************************/
/* Thumbnail boxes for the galleries.                                        */
/* Remove these if you are not using a gallery.                              */
/*****************************************************************************/
.highslide-gallery ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.highslide-gallery ul li {
	display: block;
	position: relative;
	float: left;
	width: 106px;
	height: 106px;
	border: 1px solid silver;
	background: #ededed;
	margin: 2px;
	line-height: 0;
	overflow: hidden;
}
.highslide-gallery ul a {
	position: absolute;
	top: 50%;
	left: 50%;
}
.highslide-gallery ul img {
 	position: relative;
	top: -50%;
	left: -50%;
}
html>/**/body .highslide-gallery ul li {
	display: table;
	text-align: center;
}
html>/**/body .highslide-gallery ul li {
	text-align: center;
}
html>/**/body .highslide-gallery ul a {
	position: static;
	display: table-cell;
	vertical-align: middle;
}
html>/**/body .highslide-gallery ul img {
	position: static;
}

/*****************************************************************************/
/* Controls for the galleries.											     */
/* Remove these if you are not using a gallery							     */
/*****************************************************************************/
.highslide-controls {
	width: 195px;
	height: 40px;
	background: url(/css/graphics/controlbar-white.gif) 0 -90px no-repeat;
	margin: 20px 15px 10px 0;
}
.highslide-controls ul {
	position: relative;
	left: 15px;
	height: 40px;
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(/css/graphics/controlbar-white.gif) right -90px no-repeat;

}
.highslide-controls li {
	float: left;
	padding: 5px 0;
	margin:0;
	list-style: none;
}
.highslide-controls a {
	background-image: url(/css/graphics/controlbar-white.gif);
	display: block;
	float: left;
	height: 30px;
	width: 30px;
	outline: none;
}
.highslide-controls a.disabled {
	cursor: default;
}
.highslide-controls a.disabled span {
	cursor: default;
}
.highslide-controls a span {
	/* hide the text for these graphic buttons */
	display: none;
	cursor: pointer;
}


/* The CSS sprites for the controlbar - see http://www.google.com/search?q=css+sprites */
.highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
	background-position: 0 -30px;
}
.highslide-controls .highslide-previous a.disabled {
	background-position: 0 -60px !important;
}
.highslide-controls .highslide-play a {
	background-position: -30px 0;
}
.highslide-controls .highslide-play a:hover {
	background-position: -30px -30px;
}
.highslide-controls .highslide-play a.disabled {
	background-position: -30px -60px !important;
}
.highslide-controls .highslide-pause a {
	background-position: -60px 0;
}
.highslide-controls .highslide-pause a:hover {
	background-position: -60px -30px;
}
.highslide-controls .highslide-next a {
	background-position: -90px 0;
}
.highslide-controls .highslide-next a:hover {
	background-position: -90px -30px;
}
.highslide-controls .highslide-next a.disabled {
	background-position: -90px -60px !important;
}
.highslide-controls .highslide-move a {
	background-position: -120px 0;
}
.highslide-controls .highslide-move a:hover {
	background-position: -120px -30px;
}
.highslide-controls .highslide-full-expand a {
	background-position: -150px 0;
}
.highslide-controls .highslide-full-expand a:hover {
	background-position: -150px -30px;
}
.highslide-controls .highslide-full-expand a.disabled {
	background-position: -150px -60px !important;
}
.highslide-controls .highslide-close a {
	background-position: -180px 0;
}
.highslide-controls .highslide-close a:hover {
	background-position: -180px -30px;
}

/*****************************************************************************/
/* Styles for the HTML popups											     */
/* Remove these if you are not using Highslide HTML						     */
/*****************************************************************************/
.highslide-maincontent {
	display: none;
}
.highslide-html {
	background-color: white;
}
.highslide-html-content {
	display: none;
	width: 400px;
	padding: 0 5px 5px 5px;
}
.highslide-header {
	padding-bottom: 5px;
}
.highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-header ul li.highslide-previous, .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-header a:hover {
	color: black;
}
.highslide-header .highslide-move a {
	cursor: move;
}
.highslide-footer {
	height: 16px;
}
.highslide-footer .highslide-resize {
	display: block;
	float: right;
	margin-top: 5px;
	height: 11px;
	width: 11px;
	background: url(/css/graphics/resize.gif) no-repeat;
}
.highslide-footer .highslide-resize span {
	display: none;
}
.highslide-body {
}
.highslide-resize {
	cursor: nw-resize;
}

/*****************************************************************************/
/* Styles for the Individual wrapper class names.							 */
/* See www.highslide.com/ref/hs.wrapperClassName							 */
/* You can safely remove the class name themes you don't use				 */
/*****************************************************************************/

/* hs.wrapperClassName = 'draggable-header' */
.draggable-header .highslide-header {
	height: 18px;
	border-bottom: 1px solid #dddddd;
}
.draggable-header .highslide-heading {
	position: absolute;
	margin: 2px 0.4em;
}

.draggable-header .highslide-header .highslide-move {
	cursor: move;
	display: block;
	height: 16px;
	position: absolute;
	right: 24px;
	top: 0;
	width: 100%;
	z-index: 1;
}
.draggable-header .highslide-header .highslide-move * {
	display: none;
}
.draggable-header .highslide-header .highslide-close {
	position: absolute;
	right: 2px;
	top: 2px;
	z-index: 5;
	padding: 0;
}
.draggable-header .highslide-header .highslide-close a {
	display: block;
	height: 16px;
	width: 16px;
	background-image: url(/css/graphics/closeX.png);
}
.draggable-header .highslide-header .highslide-close a:hover {
	background-position: 0 16px;
}
.draggable-header .highslide-header .highslide-close span {
	display: none;
}
.draggable-header .highslide-maincontent {
	padding-top: 1em;
}

/* hs.wrapperClassName = 'titlebar' */
.titlebar .highslide-header {
	height: 18px;
	border-bottom: 1px solid #dddddd;
}
.titlebar .highslide-heading {
	position: absolute;
	width: 90%;
	margin: 1px 0 1px 5px;
	color: #666666;
}

.titlebar .highslide-header .highslide-move {
	cursor: move;
	display: block;
	height: 16px;
	position: absolute;
	right: 24px;
	top: 0;
	width: 100%;
	z-index: 1;
}
.titlebar .highslide-header .highslide-move * {
	display: none;
}
.titlebar .highslide-header li {
	position: relative;
	top: 3px;
	z-index: 2;
	padding: 0 0 0 1em;
}
.titlebar .highslide-maincontent {
	padding-top: 1em;
}

/* hs.wrapperClassName = 'no-footer' */
.no-footer .highslide-footer {
	display: none;
}

/* hs.wrapperClassName = 'wide-border' */
.wide-border {
	background: white;
}
.wide-border .highslide-image {
	border-width: 10px;
}
.wide-border .highslide-caption {
	padding: 0 10px 10px 10px;
}

/* hs.wrapperClassName = 'borderless' */
.borderless .highslide-image {
	border: none;
}
.borderless .highslide-caption {
	border-bottom: 1px solid white;
	border-top: 1px solid white;
	background: silver;
}

/* hs.wrapperClassName = 'outer-glow' */
.outer-glow {
	background: #444;
}
.outer-glow .highslide-image {
	border: 5px solid #444444;
}
.outer-glow .highslide-caption {
	border: 5px solid #444444;
	border-top: none;
	padding: 5px;
	background-color: gray;
}

/* hs.wrapperClassName = 'colored-border' */
.colored-border {
	background: white;
}
.colored-border .highslide-image {
	border: 2px solid green;
}
.colored-border .highslide-caption {
	border: 2px solid green;
	border-top: none;
}

/* hs.wrapperClassName = 'dark' */
.dark {
	background: #111;
}
.dark .highslide-image {
	border-color: black black #202020 black;
	background: gray;
}
.dark .highslide-caption {
	color: white;
	background: #111;
}
.dark .highslide-controls,
.dark .highslide-controls ul,
.dark .highslide-controls a {
	background-image: url(/css/graphics/controlbar-black-border.gif);
}

/* hs.wrapperClassName = 'floating-caption' */
.floating-caption .highslide-caption {
	position: absolute;
	padding: 1em 0 0 0;
	background: none;
	color: white;
	border: none;
	font-weight: bold;
}

/* hs.wrapperClassName = 'controls-in-heading' */
.controls-in-heading .highslide-heading {
	color: gray;
	font-weight: bold;
	height: 20px;
	overflow: hidden;
	cursor: default;
	padding: 0 0 0 22px;
	margin: 0;
	background: url(/css/graphics/icon.gif) no-repeat 0 1px;
}
.controls-in-heading .highslide-controls {
	width: 105px;
	height: 20px;
	position: relative;
	margin: 0;
	top: -23px;
	left: 7px;
	background: none;
}
.controls-in-heading .highslide-controls ul {
	position: static;
	height: 20px;
	background: none;
}
.controls-in-heading .highslide-controls li {
	padding: 0;
}
.controls-in-heading .highslide-controls a {
	background-image: url(/css/graphics/controlbar-white-small.gif);
	height: 20px;
	width: 20px;
}

.controls-in-heading .highslide-controls .highslide-move {
	display: none;
}

.controls-in-heading .highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.controls-in-heading .highslide-controls .highslide-previous a:hover {
	background-position: 0 -20px;
}
.controls-in-heading .highslide-controls .highslide-previous a.disabled {
	background-position: 0 -40px !important;
}
.controls-in-heading .highslide-controls .highslide-play a {
	background-position: -20px 0;
}
.controls-in-heading .highslide-controls .highslide-play a:hover {
	background-position: -20px -20px;
}
.controls-in-heading .highslide-controls .highslide-play a.disabled {
	background-position: -20px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-pause a {
	background-position: -40px 0;
}
.controls-in-heading .highslide-controls .highslide-pause a:hover {
	background-position: -40px -20px;
}
.controls-in-heading .highslide-controls .highslide-next a {
	background-position: -60px 0;
}
.controls-in-heading .highslide-controls .highslide-next a:hover {
	background-position: -60px -20px;
}
.controls-in-heading .highslide-controls .highslide-next a.disabled {
	background-position: -60px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-full-expand a {
	background-position: -100px 0;
}
.controls-in-heading .highslide-controls .highslide-full-expand a:hover {
	background-position: -100px -20px;
}
.controls-in-heading .highslide-controls .highslide-full-expand a.disabled {
	background-position: -100px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-close a {
	background-position: -120px 0;
}
.controls-in-heading .highslide-controls .highslide-close a:hover {
	background-position: -120px -20px;
}

/*****************************************************************************/
/* Styles for text based controls.						                     */
/* You can safely remove this if you don't use text based controls			 */
/*****************************************************************************/

.text-controls .highslide-controls {
	width: auto;
	height: auto;
	margin: 0;
	text-align: center;
	background: none;
}
.text-controls ul {
	position: static;
	background: none;
	height: auto;
	left: 0;
}
.text-controls .highslide-move {
	display: none;
}
.text-controls li {
    background-image: url(/css/graphics/controlbar-text-buttons.png);
	background-position: right top !important;
	padding: 0;
	margin-left: 15px;
	display: block;
	width: auto;
}
.text-controls a {
    background: url(/css/graphics/controlbar-text-buttons.png) no-repeat;
    background-position: left top !important;
    position: relative;
    left: -10px;
	display: block;
	width: auto;
	height: auto;
	text-decoration: none !important;
}
.text-controls a span {
	background: url(/css/graphics/controlbar-text-buttons.png) no-repeat;
    margin: 1px 2px 1px 10px;
	display: block;
    min-width: 4em;
    height: 18px;
    line-height: 18px;
	padding: 1px 0 1px 18px;
    color: #333;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
}
.text-controls .highslide-next {
	margin-right: 1em;
}
.text-controls .highslide-full-expand a span {
	min-width: 0;
	margin: 1px 0;
	padding: 1px 0 1px 10px;
}
.text-controls .highslide-close a span {
	min-width: 0;
}
.text-controls a:hover span {
	color: black;
}
.text-controls a.disabled span {
	color: #999;
}

.text-controls .highslide-previous span {
	background-position: 0 -40px;
}
.text-controls .highslide-previous a.disabled {
	background-position: left top !important;
}
.text-controls .highslide-previous a.disabled span {
	background-position: 0 -140px;
}
.text-controls .highslide-play span {
	background-position: 0 -60px;
}
.text-controls .highslide-play a.disabled {
	background-position: left top !important;
}
.text-controls .highslide-play a.disabled span {
	background-position: 0 -160px;
}
.text-controls .highslide-pause span {
	background-position: 0 -80px;
}
.text-controls .highslide-next span {
	background-position: 0 -100px;
}
.text-controls .highslide-next a.disabled {
	background-position: left top !important;
}
.text-controls .highslide-next a.disabled span {
	background-position: 0 -200px;
}
.text-controls .highslide-full-expand span {
	background: none;
}
.text-controls .highslide-full-expand a.disabled {
	background-position: left top !important;
}
.text-controls .highslide-close span {
	background-position: 0 -120px;
}


/*****************************************************************************/
/* Styles for the thumbstrip.							                     */
/* See www.highslide.com/ref/hs.addSlideshow    							 */
/* You can safely remove this if you don't use a thumbstrip 				 */
/*****************************************************************************/

.highslide-thumbstrip {
	height: 100%;
}
.highslide-thumbstrip div {
	overflow: hidden;
}
.highslide-thumbstrip table {
	position: relative;
	padding: 0;
	border-collapse: collapse;
}
.highslide-thumbstrip td {
	padding: 1px;
	/*text-align: center;*/
}
.highslide-thumbstrip a {
	outline: none;
}
.highslide-thumbstrip img {
	display: block;
	border: 1px solid gray;
	margin: 0 auto;
}
.highslide-thumbstrip .highslide-active-anchor img {
	visibility: visible;
}
.highslide-thumbstrip .highslide-marker {
	position: absolute;
	width: 0;
	height: 0;
	border-width: 0;
	border-style: solid;
	border-color: transparent; /* change this to actual background color in highslide-ie6.css */
}
.highslide-thumbstrip-horizontal div {
	width: auto;
	/* width: 100% breaks in small strips in IE */
}
.highslide-thumbstrip-horizontal .highslide-scroll-up {
	display: none;
	position: absolute;
	top: 3px;
	left: 3px;
	width: 25px;
	height: 42px;
}
.highslide-thumbstrip-horizontal .highslide-scroll-up div {
	margin-bottom: 10px;
	cursor: pointer;
	background: url(/css/graphics/scrollarrows.png) left center no-repeat;
	height: 42px;
}
.highslide-thumbstrip-horizontal .highslide-scroll-down {
	display: none;
	position: absolute;
	top: 3px;
	right: 3px;
	width: 25px;
	height: 42px;
}
.highslide-thumbstrip-horizontal .highslide-scroll-down div {
	margin-bottom: 10px;
	cursor: pointer;
	background: url(/css/graphics/scrollarrows.png) center right no-repeat;
	height: 42px;
}
.highslide-thumbstrip-horizontal table {
	margin: 2px 0 10px 0;
}
.highslide-viewport .highslide-thumbstrip-horizontal table {
	margin-left: 10px;
}
.highslide-thumbstrip-horizontal img {
	width: auto;
	height: 40px;
}
.highslide-thumbstrip-horizontal .highslide-marker {
	top: 47px;
	border-left-width: 6px;
	border-right-width: 6px;
	border-bottom: 6px solid gray;
}
.highslide-viewport .highslide-thumbstrip-horizontal .highslide-marker {
	margin-left: 10px;
}
.dark .highslide-thumbstrip-horizontal .highslide-marker, .highslide-viewport .highslide-thumbstrip-horizontal .highslide-marker {
	border-bottom-color: white !important;
}

.highslide-thumbstrip-vertical-overlay {
	overflow: hidden !important;
}
.highslide-thumbstrip-vertical div {
	height: 100%;
}
.highslide-thumbstrip-vertical a {
	display: block;
}
.highslide-thumbstrip-vertical .highslide-scroll-up {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 25px;
}
.highslide-thumbstrip-vertical .highslide-scroll-up div {
	margin-left: 10px;
	cursor: pointer;
	background: url(/css/graphics/scrollarrows.png) top center no-repeat;
	height: 25px;
}
.highslide-thumbstrip-vertical .highslide-scroll-down {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 25px;
}
.highslide-thumbstrip-vertical .highslide-scroll-down div {
	margin-left: 10px;
	cursor: pointer;
	background: url(/css/graphics/scrollarrows.png) bottom center no-repeat;
	height: 25px;
}
.highslide-thumbstrip-vertical table {
	margin: 10px 0 0 10px;
}
.highslide-thumbstrip-vertical img {
	max-width: 60px;
}
.highslide-thumbstrip-vertical .highslide-marker {
	left: 0;
	margin-top: 8px;
	border-top-width: 6px;
	border-bottom-width: 6px;
	border-left: 6px solid gray;
}
.dark .highslide-thumbstrip-vertical .highslide-marker, .highslide-viewport .highslide-thumbstrip-vertical .highslide-marker {
	border-left-color: white;
}

.highslide-viewport .highslide-thumbstrip-float {
	overflow: auto;
}
.highslide-thumbstrip-float ul {
	margin: 2px 0;
	padding: 0;
}
.highslide-thumbstrip-float li {
	display: block;
	height: 60px;
	margin: 0 2px;
	list-style: none;
	float: left;
}
.highslide-thumbstrip-float img {
	display: inline;
	border-color: silver;
	max-height: 56px;
}
.highslide-thumbstrip-float .highslide-active-anchor img {
	border-color: black;
}
.highslide-thumbstrip-float .highslide-scroll-up div, .highslide-thumbstrip-float .highslide-scroll-down div {
	display: none;
}
.highslide-thumbstrip-float .highslide-marker {
	display: none;
}


/*****************************************************************************/
/* The following styles are added by the Highslide Editor                    */
/*****************************************************************************/
.highslide-wrapper, .highslide-outline {
	background: #FFFFFF;
}
.highslide img {
	border: 1px solid #D0D0D0;
}
.highslide:hover img {
	border-color: #A0A0A0;
}
.highslide-active-anchor img {
	visibility: visible;
	border-color: #808080 !important;
}
.highslide-dimming {
	background: #000000;
}
.highslide-image {
	border: 2px solid #FFFFFF;
}
.highslide-loading {
	display: block;
	padding: 3px 0 3px 22px;
	width: 0;
	height: 16px;
	overflow: hidden;
	background-color: white;
	background-repeat: no-repeat;
	background-position: 3px 3px;
	background-image: url(/css/graphics/loader.white.gif);
}

.highslide-controls {
	position: static !important;
	margin-bottom: 0;
	width: 195px !important;
}
.highslide-gallery ul li {
	width: 106px;
	height: 106px;
	border: 1px solid #D0D0D0;
	background: #EDEDED;
	margin: 2px;
}
.highslide-html {
	background: none;
}
.highslide-header ul a {
	background-image: url(/css/graphics/controlbar-text-buttons.png);
	padding-left: 16px;
	display: inline-block;
	height: 16px;
}
.highslide-header ul li span {
	display: none;
}
.highslide-header .highslide-move {
	display: none;
}
.highslide-header .highslide-close a {
	background-position: 0 -221px;
}
