/* djolledrummer.com CSS */
body{padding:0; margin:0; background:url(images/main-bg.gif) 0 0 repeat-x #FCFAE6; font:14px/20px Arial, Helvetica, sans-serif; color:#3D3C2C; font-weight:normal;}
div, p, h1, h2, h3, ul, img{padding:0px; margin:0px;}
ul{list-style-type:none; font-size:12px}
/* TOP PANEL */
#topPan{width:778px; height:96px; position:relative; margin:0 auto; padding:0;}
#topPan img{width:204px; height:57px; display:block; padding:23px 0 0 6px;}
/* Menu Panel */
#topPan ul{width:520px; height:96px; display:block; position:absolute; top:0px; right:9px; margin:0; padding:0;}
#topPan ul li{float:left; width:104px; display:block; text-align:center;}
#topPan ul li a{width:104px; height:35px; display:block; font:14px/14px "Trebuchet MS",Arial, Helvetica, sans-serif; color:#2E4E00; background:url(images/menu-bg.gif) 0 0 repeat-x #F4F1DD; text-decoration:none; margin:0; padding:61px 0 0 0; }
#topPan ul li a:hover{ width:104px; height:96px; display:block; background:#FCFAE6; color:#2E4E00; text-decoration:none;}
#topPan ul li span{width:104px; height:35px; display:block; background:url(images/menu-devider1.gif) 100% 0 no-repeat #FCFAE6; color:#2E4E00; text-decoration:none; padding:61px 0 0 0; line-height:14px;}
/* /TOP PANEL */
/* HEADER PANEL */
#headerPan{width:778px; height:307px; position:relative; margin:0 auto; padding:0;}
#headerPan h1{width:526px; height:236px; position:absolute; top:35px; right:0px; background:url(images/img_01.jpg) 0 0 no-repeat #FCFAE6; color:#fff; font-size:36px; line-height:18px; text-transform:uppercase; text-indent:-2000px;}
#headerPanleft{ width:237px; height:214px; position:absolute; top:48px; left:9px;}
#headerPan #sessions{ float:left; width:237px; height:62px; position:relative; margin:0 auto; background:url(images/icon1-nor.gif) 0 0 no-repeat;}
#headerPan #sessions h2{width:90px; height:10px; background:#fff; display:block; position:absolute; left:0px; top:0px; margin:14px 0 5px 81px; font:16px/14px Georgia, "Times New Roman", Times, serif; color:#CC0000; z-index:1; text-transform:uppercase;}
#headerPan #sessions p{width:103px; height:10px; display:block; position:absolute; font:12px/14px "Trebuchet MS",Arial, Helvetica, sans-serif; color:#2E5000; background:#fff; margin:34px 0 0 81px; z-index:1; }
#headerPan #sessions a{text-decoration:none; display:block; width:237px; height:62px;}
#headerPan #sessions a:hover{text-decoration:none; background:url(images/icon1-hover.gif) no-repeat 0 0;}
#headerPan #tours{ float:left; width:237px; height:62px; position:relative; margin:13px 0 0 0; background:url(images/icon2-nor.gif) 0 0 no-repeat;}
#headerPan #tours h2{width:90px; height:10px; background:#fff; display:block; position:absolute; left:0px; top:0px; margin:14px 0 5px 81px; font:16px/14px Georgia, "Times New Roman", Times, serif; color:#CC0000; z-index:1; text-transform:uppercase;}
#headerPan #tours p{width:103px; height:10px; display:block; position:absolute; font:12px/14px "Trebuchet MS",Arial, Helvetica, sans-serif; color:#2E5000; background:#fff; margin:34px 0 0 81px; z-index:1; }
#headerPan #tours a{text-decoration:none; display:block; width:237px; height:62px;}
#headerPan #tours a:hover{text-decoration:none; background:url(images/icon2-hover.gif) no-repeat 0 0;}
#headerPan #tution{ float:left; width:237px; height:62px; position:relative; margin:13px 0 0 0; background:url(images/icon3-nor.gif) 0 0 no-repeat;}
#headerPan #tution h2{width:90px; height:10px; background:#fff; display:block; position:absolute; left:0px; top:0px; margin:14px 0 5px 81px; font:16px/14px Georgia, "Times New Roman", Times, serif; color:#CC0000; z-index:1; text-transform:uppercase;}
#headerPan #tution p{width:103px; height:10px; display:block; position:absolute; font:12px/14px "Trebuchet MS",Arial, Helvetica, sans-serif; color:#2E5000; background:#fff; margin:34px 0 0 81px; z-index:1; }
#headerPan #tution a{text-decoration:none; display:block; width:237px; height:62px;}
#headerPan #tution a:hover{text-decoration:none; background:url(images/icon3-hover.gif) no-repeat 0 0;}
/* BODY PANEL */
#bodyPan{width:778px; height:650px; position:relative; margin:0 auto; padding:0;}
/* gallery */
<style type="text/css">
.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1.5px solid green;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1.5px solid orange;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1.5px dashed green;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 230px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

</style>
/* /gallery */

/* Central panel */
#centerPan{width:757px; height:435px; position:absolute; top:0px; right:10px; border:1px solid #DCDAC2; background:#fff; color:#3D3C2C;}
#centerbodyPan{
	width:737px;
	height:578px;
	position:absolute;
	top:10px;
	left:10px;
	background:#FCFAE6;
	color:#3D3C2C;
	font-size:12px
}
#centerbodyPan p{padding:0 0px 5px;}
#centerbodyPan p span{background:#FFFFFA; color:#3D3C2C;}
/* /Central panel */
/*Left Panel */
#leftPan{width:239px; height:450px; position:absolute; top:0px; left:8px; margin:0; padding:0px;}
#leftgigsPan{width:237px; height:450px; position:relative; margin:0 auto; padding:0; border:1px solid #DCDAC2; background:#fff; color:#000;}
#leftgigsPan h2{height:48px; background:url(images/symbol4.gif) 0 0 no-repeat #fff; display:block; position:relative; padding:0 0 0 57px; margin:12px 0 20px 13px; font:16px/48px  Georgia,"Times New Roman", Times, serif; color:#5EA000; text-transform:uppercase;}
#leftgigsPan h2 span{background:#fff; color:#3D3C2C;}
#leftPan ul{ display:block; float:right; width:227px; height:350px;}
#leftPan ul li a{text-decoration:underline; color:#3D3C2C; background:#FCFAE6;}
#leftPan ul li a:hover{text-decoration:none;}
/*/Left Panel */
/*Right Panel */
#rightPan{width:504px; height:450px; position:absolute; top:0px; right:10px; border:1px solid #DCDAC2; background:#fff; color:#3D3C2C;}
#rightbodyPan{width:484px; height:400px; position:absolute; top:10px; left:10px; background:#FCFAE6; color:#3D3C2C;}
#rightbodyPan h2{width:266px; height:31px; display:block; position: relative; font:28px/28px Georgia, "Times New Roman", Times, serif; color:#3D3C2C; margin:20px 0 20px 80px ;}
#rightbodyPan p{padding:0 80px 30px;}
#rightbodyPan p.redtext{background:#FCFAE6; color:#CC0000; font-size:18px; line-height:20px; padding:0 80px 26px;}
#rightbodyPan p span{background:#FFFFFA; color:#3D3C2C;}
/*/Right Panel */
/*/Right Panel */
/* /BODY PANEL */
/* BODY Nw PANEL */
#bodyNwPan{width:778px; height:5025px; position:relative; margin:0 auto; padding:0;}

/* Central Nw panel */
#centerNwPan{
	width:757px;
	height:4976px;
	position:absolute;
	top:0px;
	right:10px;
	border:1px solid #DCDAC2;
	background:#fff;
	color:#3D3C2C;
}
#centerbodyNwPan{
	width:737px;
	height:4953px;
	position:absolute;
	top:10px;
	left:10px;
	background:#FCFAE6;
	color:#3D3C2C;
	font-size:12px
}
#centerbodyNwPan p{padding:0 0px 5px;}
#centerbodyNwPan p span{background:#FFFFFA; color:#3D3C2C;}
/* /Central Nw panel */
/* /BODY Nw PANEL */
/* FOOTER PANEL */
#footerPan{width:778px; height:100px; position:relative; margin:0 auto; padding:0;}
#footernextPan{width:778px; height:60px; position:absolute; top:0px; right:0px; background:#e59639; color:#fff; margin:0;}
#footerPan ul{width:480px; display:block; position:absolute; right:0px; top:23px; }
#footerPan li{float:left; font:12px/15px "Trebuchet MS",Arial, Helvetica, sans-serif; font-weight:normal;}
#footerPan ul li a{padding:0 10px; color:#FFFFFA; background:#e59639; text-decoration:none;}
#footerPan ul li a:hover{text-decoration:underline;}
#footerPan ul li a.padl{padding:0 0 0 14px;}
#footerPan p{ background:#e59639; margin:54px 45px 0 0; display:block; position:absolute; top:0px; right:40px; color:#FCFAE6; font:12px/15px "Trebuchet MS",Arial, Helvetica, sans-serif;}
