/*
**************************************************************************
THE BASICS
**************************************************************************/
*  {
	margin: 0;
	padding: 0;
	}
body {
	font: 12px Arial, Helvetica, sans-serif;
  	/*color: #333;*/
	line-height: 1.6em;
	color: #8f8f8f;
	}
/*
body#homepage #heading, body#photogallery #heading, body#menu #heading {
	background: #fff url(../images/bg01.gif) repeat-x 0 0;
	}
body#erjh #heading {
	background: #fff url(../images/bg02.gif) repeat-x 0 0;
	}
body#edjc #heading, body#agenda #heading {
	background: #fff url(../images/bg03.gif) repeat-x 0 0;
	}
body#about #heading {
	background: #fff url(../images/bg04.gif) repeat-x 0 0;
	}
body#contact #heading {
	background: #fff url(../images/bg05.gif) repeat-x 0 0;
	}
body#publications #heading {
	background: #fff url(../images/bg06.gif) repeat-x 0 0;
	}
*/
body #heading {
	background: #fff url(../images/bg06.gif) repeat-x 0 0;
	}
/*
**************************************************************************
THE TYPOGRAPHIC STUFF
**************************************************************************/
p, li {
	margin-bottom: 10px;
	font-size: 1.0em;
	}
a:link {
	color: #21548d; text-decoration: none;
	}
a:visited {
	color: #21548d; text-decoration: none;
	}
a:hover, #sidebar a:hover, #navigation a:hover {
	text-decoration: underline;
	color: #f8af46;
	}
a:active {
	text-decoration: underline;
}
#sidebar a {
	color:#fff; 
	text-decoration: none;
	cursor: pointer;
	}
#sidebar a.active {
	color:  #fff; 
	text-decoration: none;
	}

#navigation a {
	color: #21548d; text-decoration: none;
	}
#sidebar p, #sidebar li,  {
	color: #ccc; 
	}
h3, h4, h5 {
	font: 1.6em Georgia, "Times New Roman", Times, serif;
	/*"Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Arial, sans-serif; */
	font-weight: bold;
	font-stretch: condensed;
	color: #21548d;
	margin-bottom: 10px;
	}
#highlights h3  {
	font-size: 1.6em;
	}
h1, h2 {
	line-height: 16px;
	}
h4 {
	font-size: 1.4em;
	margin-bottom: 5px;
	}
h5 {
	font-size: 1.2em;
	color: #21548d;
	margin-bottom: 5px;
	}
#highlights h4, #highlights h5  {
	font-size: 1.1em;
	font-weight: normal;
	}
#highlights h5  {
	margin-bottom: 10px;
	}   
#main-content h3 {
	width: 100%;
	text-align: center;
	}
#main-content h3 {
	color: #555555;
	}
.text {
	color: #8f8f8f;
	}
#sidebar h3, #sidebar h4, #sidebar h5 {
	color : #F2B236;
	margin-left: 0px;
	text-align: center;
	padding-bottom: 5px; 
	}

#sidebar h3, #sidebar h4 {
	color : #F2B236;
	}
#sidebar h5, #sidebar p, #sidebar li {
	font-family: Arial, Helvetica, sans-serif;
	color : #fff;
	}
#sidebar #agenda p {
	color: #CCCCCC;
	}
.subtitle {
	text-transform: uppercase;
	font-size: 11px;
   	color: #666;
	}
ul li {
	list-style-type: none;
	}
#main-content ul li {
	background: url(../images/bullet.gif) no-repeat 0px 6px;
	padding-left: 20px;
	}
ol li {
	margin-left: 20px;
	padding-left: 4px;
	margin-bottom: 10px;
	font-size: 11px;
	}
#menu ol li, #menu-general ol li {
	color: #f8af46;
	}
#menu ol ul li, , #menu-general ol ul li {
	color: #8f8f8f;
	}
strong {
	font-weight: bold; 
	color: #000; 
	}
#sidebar strong {
	color: #fff; 
	}
blockquote {
	padding: 10px; 
	font-size: 8pt; 
	background: url(../images/quot.png) #fff no-repeat left top; 
	margin: auto; 
	border-left: #e4e9e9 2px solid; 
	width: 80%; 
	color: #777; 
}
/*
**************************************************************************
IMAGE TREATAMENTS
**************************************************************************/
img {
	border: 0px;
	}
#main-content .img-right  {
	float: right;
	margin: 0 0 5px 10px;
	}
#main-content .img-left  {
	float: left;
	margin: 0 10px 5px 0;
	}
/*
**************************************************************************
THE STRUCTURE
**************************************************************************/
#wrapper {
	width: 100%;
	background: #D4D9DD url(../images/bg.gif) repeat-y center;
	}
#heading, #navbar, #content, #footbar {
	width: 800px;
	margin: 0 auto;
	}
#heading, #content, #footer {
	position: relative;
	}
#heading {
	height: 286px;
	}
#navigation {
	padding: 0;
	background: url(../images/bg-nav.gif) no-repeat left top; 
	width: 800px; 
	height: 70px;
	margin: 0 auto;
	}	
#main-content {
	position: relative;
	top: -20px;
	padding-left: 260px;
	padding-right: 20px;
	padding-bottom: 20px;
	text-align: justify;
	}
* > #main-content {
 	min-height: 1px;
	}
#sidebar {
	position: absolute; 
	top: -20px;
	left: 0px;
	width: 215px;
	padding: 0 15px 0 15px;
	}
* html body#menu #sidebar {
	margin-left: 20px;
	}
* html body#menu #main-content {
	margin-left: 50px;
	}
* html #menu-general #sidebar {
	margin-left: 0px;
	}
* html #menu-general #main-content {
	margin-left: 0px;
	}
#footer  {
	background: transparent url(../images/bg-footer.gif) repeat-x left top; 
	font-size: 1.0em;
	color: #f8af46;
	width: 800px;
	margin: 0 auto;
	}
#footer a  {
	color: #FFFFFF;
	}
#footer a:hover  {
	color: #f8af46;
	}
/*
**************************************************************************
THE heading
**************************************************************************/
#heading #myGallery {
	position: absolute;
	top: 94px;
	right: 0px;
	height: 192px;
	width: 558px;
	background: transparent url(../images/cab/cab01.jpg) no-repeat  0 0;
	}
#heading h1 {
	background: transparent url(../images/logo-jh.png) no-repeat 0 0px;
	position: absolute;
	top: 15px;
	right: 30px;
	width: 320px;
	height: 60px;
	line-height: 130px;
	text-indent: -3333px;
	}
* html #heading h1 {
	background: transparent url(../images/logo-jh.gif) no-repeat 0 0px;
	}
#heading h2 {
	position: absolute;
	top: 30px;
	margin: 0 0 0 20px;
	width: 310px;
	font-size: 1.1em;
	line-height: 13px;
	color: #fff;
	}
#lang {
	position: absolute;
	top: 5px;
	left: 5px;
	width: auto;
	z-index: 100;
	}
#highlights {
	background: transparent url(../images/cab/highlight-home.jpg) no-repeat 0 0px;
	position: absolute;
	top: 94px;
	left: 0px;
	}
/*
#edjc #highlights {
	left: -20px;
	background: url(../images/hl-edjc.gif) no-repeat 0 0px;
	width: 290px;
	}
#erjh #highlights {
	left: -170px;
	background: url(../images/hl-erjh01.gif) no-repeat 0 0px;
	height: 120px;
	width: 290px;
	padding-left: 230px;
	}
#contact #highlights {
	left: -120px;
	background: url(../images/hl-contact.gif) no-repeat 0 0px;
	height: 120px;
	width: 290px;
	padding-left: 230px;
	}
#about #highlights {
	left: -170px;
	background: url(../images/hl-about.gif) no-repeat 0 0px;
	height: 120px;
	width: 290px;
	padding-left: 230px;
	}
#publications #highlights {
	left: -20px;
	background: url(../images/hl-publications.gif) no-repeat 0 0px;
	width: 290px;
	}
/*
**************************************************************************
THE NAVIGATION BAR
**************************************************************************/
#navbar {
	height: 30px;
	}
ul#navbar li {
	float: left;
	}
li#home a, li#about a, li#edjc a, li#edjc-full a, li#agenda a, li#erjh a, li#photogallery a, li#latestnews a, li#pub a, li#contact a, li#blog a  {
	display: block;
	height: 24px;
	text-indent: -3333px;
	background-position: 0px 0px;
	-moz-outline: none;
	}
li#home a  {	
	background: url(../images/nav/nav_01.gif);		
	width: 54px;
	}
li#about a  {
	background: url(../images/nav/nav_02.gif);	
	width: 69px;
	}
li#edjc-full a  {
	background: url(../images/nav/nav_03.gif);	
	width: 244px;
	}
li#edjc a  {
	background: url(../images/nav/nav_03b.gif);	
	width: 105px;
	}
li#agenda a  {
	background: url(../images/nav/nav_03c.gif);	
	width: 139px;
	}
li#erjh a  {
	background: url(../images/nav/nav_04.gif);	
	width: 125px;
	}
li#latestnews a  {
	background: url(../images/nav/nav_06.gif);	
	width: 49px;
	}
li#photogallery a  {
	background: url(../images/nav/nav_05.gif);	
	width: 62px;
	}
li#contact a  {
	background: url(../images/nav/nav_08.gif);	
	width: 60px;
	}
li#blog a  {
	background: url(../images/nav/nav_09.gif);	
	width: 40px;
	}
li#pub a  {
	background: url(../images/nav/nav_07.gif);	
	width: 97px;
	}
body#homepage li#home a, body#about li#about a, body#edjc li#edjc a,  body#edjc li#edjc-full a, body#agenda li#agenda a, body#erjh li#erjh a, body#photogallery li#photogallery a, body#latestnews li#latestnews a, body#pub li#pub a, body#contact li#contact a  {
	background-position: 0px -48px;
	}
li#home a:hover, li#about a:hover, li#edjc a:hover, li#edjc-full a:hover, li#erjh a:hover, li#agenda a:hover, li#photogallery a:hover, li#latestnews a:hover, li#pub a:hover, li#contact a:hover, li#blog a:hover {
	background-position: 0px -25px;
	}
li pub a.active {
	width: 70px;
}

/*
**************************************************************************
THE CONTENT AREA
**************************************************************************/
#main-content h3 {
	padding: 0px 0px 20px 0px;
	text-align: center;
	color : #F2B236;
	}
#homepage #main-content h3 {
	margin-top: 0px;
	padding: 0px;
	}
#homepage #main-content #the-main-thing {
	margin-top: 20px;
	padding: 0px;
	}
* html #maingallery {
	margin-left: 150px;
	}
#sidebar h3 {
	padding-bottom: 20px;
	}
#participants a {
	font-size: 1.1em;
	color: #fff;
	}
#sidebar #theGallery {
	display: none;
	}
#gallery a {
	float: left;
	padding: 0 2px 0 2px;
	}
* html #gallery {
	width: 210px;
	margin-left: 150px;
	}
* html #gallery a {
	padding-bottom: 4px;
	}
.coordinatorslist ul li, .coordinators ul li, #cities ul li, .tabs ul li, .mint ul li {
	margin-bottom: 0;
	}	
.coordinatorslist ul li, #cities ul li, .coordinators ul li, .tabs ul li, .mint ul li {
	background: url(../images/bullet.gif) no-repeat 0px 6px;
	font-size: 1.0em;
	padding: 0 0 0 10px;
	}
.coordinatorslist ul li a.active, .coordinators ul li a.active, .tabs ul li a.active {
	background: url(../images/bullet-active.gif) no-repeat 0px 2px;
	padding: 0 0 0 15px;
	}
.coordinators h4, .tabs h4, .mint h4 {
	border-bottom: 1px solid #cccccc;
	margin: 10px 0 5px -10px;
	color: #a2f2f2;
}
#theCalendar, #last-editions {
	background: url(../images/star.gif) no-repeat center top;
	padding-top: 50px;
	margin: 20px 10px auto auto;
	position: relative;
	}
.coordinatorslist {
	background: url(../images/star.gif) no-repeat center bottom;
	padding-bottom: 50px;
	margin: 0px 10px 20px auto;
	position: relative;
	}
#cities {
	background: url(../images/star.gif) no-repeat center top;
	margin: 20px 0 0 0;
	padding-top: 50px;
	color: #ccc;
	}
#secretary {
	background: url(../images/star.gif) no-repeat center bottom;
	margin: 20px 0 20px 0;
	padding-bottom: 50px;
	}
#homeCalendar {
	background: none;
	padding-top: 0px;
	margin: 2px auto;
	position: relative;
	}
* html #homeCalendar {
	margin-top: 10px;
	}
#photo-table  {
	/*background: url(../images/star.gif) no-repeat 93px bottom;*/
	padding: 20px 0 80px 40px;
	}
#last-editions span {
	color: #f8af46;
	font-size: 1.2em;
	}
#last-editions p {
	position: relative;
	font-size: 1.2em;
	margin-top: -18px;
	padding-left: 50px;
	width: 160px;
	text-align: left;
	}
#news, #morenews  {
	position: relative;
	height: auto;
	width: 100%;
	margin-top: 0px;
	}
#pane {
	height: auto;
	width: 100%;
	margin: 0;
	}
.leftpane {
	float: left;
	height: auto;
	width: 239px;
	margin-right: 1px;
	}
.rightpane {
	float: right;
	height: auto;
	right: 0px;
	position: relative;
	top: 0px;
	width: 239px;
	margin-left: 1px;
	}
.title {
	color:#21548d;
	font-weight: bold;
	border-bottom: #e7e7e7 solid 4px;
	padding: 10px 4px 4px 4px;
	height: auto;
	font-size: 16px;
   	line-height: 18px;
    font-weight: bold;
	}
.subtitle {
	background: url(../images/dots.gif) repeat-x bottom left;
	padding: 4px 4px 4px 4px;
	height: auto;
	}
#subtitle-right {
	/*background: #fff url(../images/news02.gif) no-repeat 185px 10px;*/
	}
.text {
	background: url(../images/dots.gif) repeat-x bottom left;
	padding: 4px 4px 20px 4px;
	height: auto;
	}
.link {
    margin: 0 0 0 108px;
    font-size: 11px;
    font-weight: bold;
	text-align: right;
	padding-top: 4px;
	}
ul.directory {
	margin: 10px 0 20px 0;
	}
ul.directory li {
	margin-bottom: 0px;
	}
.activity {
	padding-left: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: dotted 1px #ddd;
	}
.activity h4 {
	margin-left: -20px;
	}
.end-coor, .end-activity  {
	width: 100%;
	height: 20px;
	background: url(../images/break.gif) no-repeat 50% 50%;
	border: none;
	margin-bottom: 20px;
	}
.ag-left {
	vertical-align: top;
	width: 250px;
	padding-right: 10px;
	}
.ag-right {
	vertical-align: top;
	border-left: 1px solid #ddd;
	padding-left: 10px;
	width: 250px;
	}
.main {
	margin-right: 30px;
	}
.main-sec {
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #ccc;
	color: #f8af46;
	}
.backtotop {
	margin-top: 14px;
	}
.backtotop a {
	display: block;
	width: 100px;
	height: 30px;
	float: right;
	text-indent: -3333px;
	background: url(../images/backtotop.gif) no-repeat 0px 0px;
	overflow: hidden;
	}
.backtotop a:hover {
	background-position: 0px -30px;
	}
.downloadPDF  {
	background: url(../images/pdficon.gif) no-repeat 0px 0px;
	padding: 15px 0 0 60px;
	height: 50px;	
	}
.separator  {
   height: 1px;
   overflow: hidden;
   margin: 1px 0;
	border: none;
	background: url(../images/dots.gif) repeat-x 0px 15px;
	}
/*
**************************************************************************
THE FOOTER
**************************************************************************/
#footbar {
	padding: 20px 0 20px 20px;
	position: relative;
	}
* html #footbar { 
	width: 741px;
	}
#f-left {
	width: 430px;
	}
#f-right {
	position: absolute;
	top: 0px;
	left: 480px;
	width: 280px;
	}
#f-right ul li {
	float: left;
	margin: 30px 5px 0 15px;
	}
#red a, #bbe a, #euc a {
	background: url(../images/logoRed.gif) no-repeat 0 0;
	display: block;
	width: 60px;
	height: 48px;
	overflow: hidden;
	text-indent: -3333px;
	}
#bbe a {
	background: url(../images/logoBBE.gif) no-repeat 0 0;
	width: 78px;
	height: 38px;
	margin-top: 5px;
	}
#euc a {
	background: url(../images/logoEUC.gif) no-repeat 0 0;
	width: 66px;
	height: 45px;
	}
#red a:hover {
	background-position: 0px -48px;
	}
#bbe a:hover {
	background-position: 0px -38px;
	}
#euc a:hover {
	background-position: 0px -45px;
	}

/* ToolTip for notes */ 
.toolbody { 
	padding:5px 10px 5px 10px;
	font-size:11px; 
	color: #fff; 
	-moz-opacity: 0.8;
	opacity: 0.8;
	filter:alpha(opacity=80);
	width:320px;
	background:#4D5458; 
	border:none; 
	text-align:left;
	min-height: 2em;
	-moz-border-radius: 5px;
	}	
/*
**************************************************************************
THE CALENDAR
**************************************************************************/

#calendar table {
	empty-cells: show;
	border-spacing: 2px;
	}
#calendar td { 
	text-align:center; 
	font-size: 10px; 
	width: 26px; 
	height: 26px; 
	}
#calendar td.day { 
	color: #fff;
	font-weight: bold;
	}
#calendar td.y { 
	text-align:center;
	width: auto;
	}
	
	
#calendar .row0 { 
	color: #fff;
	}
#calendar .row1 { 
	color:#333;
	}
#calendar td.note, #calendar td.agenda { 
	border: 1px solid #fff;
	cursor: pointer; 
	background: #fff url(../images/bg-cal-holiday.gif) no-repeat center top;
	}
#calendar td.agenda { 
	background: #fff url(../images/bg-cal-agenda.gif) no-repeat center top;
	}
#calendar .current {
	background-color:#4D5458;
	font-weight: bold; 
	border: 1px solid #fff; 
	color: #fff;
	-moz-border-radius: 5px;
	} 
#calendar strong, #calendar td.y { 
	color: #F2B236; 
	font-weight: bold;
	font-size: 1.1em;
	}
/*Cells with notes*/ 

#calendar .note span { 
	display:block; 
	margin-top: 5px;
	} 
#next, #prev {
	background: url(../images/next-on.gif) no-repeat right top;
	/*overflow: hidden;*/
	display: block;
	width: 19px;
	height: 27px;
	text-indent: -3333px;
	/*position: relative;
	margin-top: -45px;
	left: 180px;*/
	}
#prev {
	background: url(../images/prev-on.gif) no-repeat 0 0;
	/*position: relative;
	margin-top: 15px;
	left: 15px;*/
	}
#next {
	}
/* 
************************************************************
THE FORMS
************************************************************/
.texto {
	padding: 20px;
	background: url(../images/frm_tl.gif) no-repeat 0 0;
	min-height: 160px;
	}
.intro-datos { padding: 20px; }
div.wrapper {
	min-height: 160px;
	margin: 20px 0 0 18px;
	width: 470px;
	}
fieldset {
	margin: 0 30px 0 30px;
	}
div.list fieldset p label {
	color: #21548d;
	font-weight: bold;
	}
form {
	margin: 0 0 0 15px;
	width: 460px;
	}
#sidebar form {
	width: 250px;
	margin: 4px 0px 4px -10px;
	/*font: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet-MS", Arial, sans-serif;*/
	font: Arial, sans-serif;

	}
form fieldset, fieldset {
	margin: 0 20px 20px 0px;
	padding: 20px;
	border: none;
	}

form p {
	margin-top: 10px;
	}
form fieldset p label {
	background: url(../images/bullet.gif) 0px 5px no-repeat;
	padding: 0 0 0 14px;
	}
p input, p select, p textarea {
	color: #333;
	font-size: 1em;
	margin-left: 14px;
	}
#treatment { width: 50px; }

.select {
	padding: 20px 0 0 0px;
	width: 430px; 	
	}
span.mandatory  {
	color: #f00;
	}
.select span { display: block; float: right; width: 190px; margin-right: 10px; border-left: #ccc solid 1px; padding-left: 10px; }
.select select { width: 200px; }
form .formtext, form textarea, input {
	background: #f1fbfb;
	border: 1px solid #ccc;
	padding: 3px 3px 3px 3px;
	width: 100%;
	font-size: 1.0em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	}
form {
	margin-bottom: 30px;
	}
fieldset .button-wrap { 
	padding: 0; margin-bottom: 60px;  
	}
fieldset .submit, #main-content li.button {
	float: right;
	display: block;
	margin: 20px 0 20px 10px;
	background: none;
}
fieldset input.submit {
	width: 80px;
	margin-left: 460px;
	cursor: pointer;
	}

fieldset .submit, #bt_enviar a, #bt_borrar a {
	border: 2px solid #e6e6e6;
	background: #f8af46;
	color: #fff;
	padding: 4px 8px 4px 8px;
	margin-bottom: 20px;
	float: right;
	list-style-image: none;
	}
fieldset#agendalist input.submit  {
	width: 80px;
	margin-left: 0px;
	cursor: pointer;
	}
fieldset .submit:hover, #bt_enviar a:hover, #bt_borrar a:hover {
	border: 2px solid #8f8f8f;
	background: #93B050;
	color: #fff;
	text-decoration: none;
	padding: 4px 8px 4px 8px;
	}
.commenttext {
	margin: 10px 0px 0px 0px;
	}
.commenttext blockquote {
	background: url(../images/q02a.gif) no-repeat 0 10px;
	border: 1px #eee;
	border-style: dotted none;
	margin: 30px 30px;
	padding: 10px 0 10px 30px;
	}
.commenttext blockquote p {
	background: url(../images/q02b.gif) no-repeat 100% 100%;
	margin: 0;
	}
.id, .id input, .id textarea {
	margin-left: 10%;
	width: 93%;
	}
iframe {
	border: none;
	width: 400px;
	margin-left: 40px
	}	
	
/* 
************************************************************
THE GALLERIES
************************************************************/
#myGallery, #myGallerySet, #flickrGallery
{
	width: 580px;
	height: 92px;
	z-index: 5;
}

#flickrGallery
{
	width: 580;
	height: 334px;
}

#myGallery img.thumbnail, #myGallerySet img.thumbnail
{
	display: none;
}

.jdGallery
{
	overflow: hidden;
	position: relative;
}

.jdGallery img
{
	border: 0;
	margin: 0;
}

.jdGallery .slideElement
{
	width: 100%;
	height: 100%;
	background-color: #4D5458;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/loading-bar-black.gif);
}

.jdGallery .loadingElement
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/loading-bar-black.gif);
}

.jdGallery .slideInfoZone
{
	text-align: right;
	position: absolute;
	z-index: 10;
	width: 100%;
	margin: 0px;
	left: 0;
	bottom: 0;
	height: 20px;
	background: #333;
	color: #fff;
	text-indent: 0;
	overflow: hidden;
}

* html .jdGallery .slideInfoZone
{
	bottom: -1px;
}

.jdGallery .slideInfoZone h2
{
	padding: 0;
	font-size: 80%;
	margin: 0;
	margin: 2px 5px;
	font-weight: bold;
	color: inherit;
}

.jdGallery .slideInfoZone p
{
	padding: 0;
	font-size: 90%;
	margin: 2px 5px;
	color: #eee;
}

.jdGallery div.carouselContainer
{
	position: absolute;
	height: 135px;
	width: 100%;
	z-index: 10;
	margin: 0px;
	left: 0;
	top: 0;
}

.jdGallery a.carouselBtn
{
	position: absolute;
	bottom: 0;
	right: 30px;
	height: 20px;
	/*width: 100px; background: url(../images/carousel_btn.gif) no-repeat;*/
	text-align: center;
	padding: 0 10px;
	font-size: 13px;
	background: #333;
	color: #fff;
	cursor: pointer;
}

.jdGallery .carousel
{
	position: absolute;
	width: 100%;
	margin: 0px;
	left: 0;
	top: 0;
	height: 115px;
	background: #333;
	color: #fff;
	text-indent: 0;
	overflow: hidden;
}

.jdExtCarousel
{
	overflow: hidden;
	position: relative;
}

.jdGallery .carousel .carouselWrapper, .jdExtCarousel .carouselWrapper
{
	position: absolute;
	width: 100%;
	height: 78px;
	top: 10px;
	left: 0;
	overflow: hidden;
}

.jdGallery .carousel .carouselInner, .jdExtCarousel .carouselInner
{
	position: relative;
}

.jdGallery .carousel .carouselInner .thumbnail, .jdExtCarousel .carouselInner .thumbnail
{
	cursor: pointer;
	background: #000;
	background-position: center center;
	float: left;
	border: solid 1px #fff;
}

.jdGallery .wall .thumbnail, .jdExtCarousel .wall .thumbnail
{
	margin-bottom: 10px;
}

.jdGallery .carousel .label, .jdExtCarousel .label
{
	font-size: 13px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	padding: 0;
	margin: 0;
}

.jdGallery .carousel .wallButton, .jdExtCarousel .wallButton
{
	font-size: 10px;
	position: absolute;
	bottom: 5px;
	right: 10px;
	padding: 1px 2px;
	margin: 0;
	background: #222;
	border: 1px solid #888;
	cursor: pointer;
}

.jdGallery .carousel .label .number, .jdExtCarousel .label .number
{
	color: #b5b5b5;
}

.jdGallery a
{
	font-size: 100%;
	text-decoration: none;
	color: inherit;
}

.jdGallery a.right, .jdGallery a.left
{
	position: absolute;
	height: 99%;
	width: 25%;
	cursor: pointer;
	z-index:10;
	filter:alpha(opacity=20);
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
}

* html .jdGallery a.right, * html .jdGallery a.left
{
	filter:alpha(opacity=50);
}

.jdGallery a.right:hover, .jdGallery a.left:hover
{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.jdGallery a.left
{
	left: 0;
	top: 0;
	background: url(../images/prev-on.gif) no-repeat center left;
}

* html .jdGallery a.left { background: url(../images/prev-on.gif) no-repeat center left; }

.jdGallery a.right
{
	right: 0;
	top: 0;
	background: url(../images/next-on.gif) no-repeat center right;
}

* html .jdGallery a.right { background: url(../images/next-on.gif) no-repeat center right; }

.jdGallery a.open
{
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.withArrows a.open
{
	position: absolute;
	top: 0;
	left: 25%;
	height: 99%;
	width: 50%;
	cursor: pointer;
	z-index: 10;
	background: none;
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.withArrows a.open:hover { background: url(../images/open.png) no-repeat center center; }

* html .withArrows a.open:hover { background: url(../images/open.gif) no-repeat center center;
	filter:alpha(opacity=80); }
	
	
/* Gallery Sets */

.jdGallery a.gallerySelectorBtn
{
	z-index: 15;
	position: absolute;
	top: 0;
	left: 30px;
	height: 20px;
	/*width: 100px; background: url('images/carousel_btn.gif') no-repeat;*/
	text-align: center;
	padding: 0 10px;
	font-size: 13px;
	background: #333;
	color: #fff;
	cursor: pointer;
	opacity: .4;
	-moz-opacity: .4;
	-khtml-opacity: 0.4;
	filter:alpha(opacity=40);
}

.jdGallery .gallerySelector
{
	z-index: 20;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
}

.jdGallery .gallerySelector h2
{
	margin: 0;
	padding: 10px 20px 10px 20px;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
}

.jdGallery .gallerySelector .gallerySelectorWrapper
{
	overflow: hidden;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton
{
	margin-left: 10px;
	margin-top: 10px;
	border: 1px solid #888;
	padding: 5px;
	height: 40px;
	color: #fff;
	cursor: pointer;
	float: left;
}

.jdGallery .gallerySelector .gallerySelectorInner div.hover
{
	background: #333;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton div.preview
{
	background: #000;
	background-position: center center;
	float: left;
	border: none;
	width: 40px;
	height: 40px;
	margin-right: 5px;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton h3
{
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton p.info
{
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #aaa;
}

.contentbox_cap {
   height: 6px;
   clear: both;
}
.boxcorner_ul {
   float: left;
   width: 1px;
   height: 1px;
   background-color: #fcfcfc;

}
.boxcorner_ur {
   float: right;
   width: 1px;
   height: 1px;
   background-color: #fcfcfc;
}
.boxcorner_ll {
   float: left;
   width: 1px;
   height: 1px;
   background-color: #fcfcfc;
   margin: 5px 0 0 0;
}
.boxcorner_lr {
   float: right;
   width: 1px;
   height: 1px;
   background-color: #fcfcfc;
   margin: 5px 0 0 0;
	}
* html contentbox_cap, * html .boxcorner_ul, * html .boxcorner_ur, * html .boxcorner_ll, * html .boxcorner_lr  {
  display: none;
	}

#hl {
   margin: 20px 0px 20px 0px;
   background-color: #e7e9ec;
   height: 1%;
}
#skybox1, #skybox2 {
   width: 248px;
   /*height: 116px;*/
   float: left;
   margin-left: 6px;
   margin-right: 6px;
   background-color: #fcfcfc;
   height: 1%;
}
#skybox1 {
   margin-right: 3px;
}
.skybox {
   padding: 0px 8px 8px 8px;
}
* html #skybox1, 
* html #skybox2 {
  width: 246px;
}
.skybox img {
   margin: 12px 0 12px 0;
   padding: 2px;
   border: 1px solid #ccc;
}
#main-content div.skybox h3 {
   margin: 0px;
   padding: 0px;
   line-height: 20px;
   color: #666;
   font-size: 13px;
   text-align: left;
}
.skybox .title {
   font-size: 14px;
   text-align:left;
}


