#leftbar {
	float:left;
}

#bluekasten {
	width:210px;
	height:189px;
	background:#003678;
	border:0px solid #003300;
	display:block;
	overflow:hidden;
	padding:20px 20px 20px 20px;

}

#bluekasten #bluescroll {
	position:relative;
	width:220px;
	height:189px;
	overflow:hidden;
	display:block;
}

#bluekasten ul{
	margin:0;
	padding:0;
	border:0px dashed #aa0011;
	list-style-type:none;
}

#bluekasten ul li{
	font-family:verdana;
	font-size:12px;
	color:#ffffff;
	border:0px solid #ff00ff;
}	

#bluekasten ul li a{
	text-decoration:none;
	color:#0084ff;
}

#bluekasten ul li a:hover{
	text-decoration:none;
	color:#ffffff;
}
#bluekasten ul li a.highlight{
	text-decoration:none;
	color:#ffffff;
}


.bluejScrollArea {
	overflow:visible;
	width:210px;
	float:left;
}


#bluemaxscroll {
	height:189px;
	overflow:auto;
	border:0px solid #FF0000;
}

#content {
	float:left;
	width:220px;
	height:340px;
	margin-right:1px;
	padding:20px;
	padding-right:10px;
	color:#ffffff;
	font-family:verdana; 
	font-size:11px;
	border:0px solid #ff0000;
	background:#003678;
	display:block;
	overflow:hidden;
}

#content #scrollarea{
	position:relative;
	width:220px;
	height:340px;
	overflow:hidden;
}

#content #scrollarea #text{
	width:200px;
	color:#ffffff;
	font-family:verdana; 
	font-size:11px;
	overflow:visible;
}

#content #scrollarea #text h1{
	margin:0px;
	color:#ffffff;
	font-weight:bold;
	font-size:15px;
	border:0px dashed #002200;
}

#content #scrollarea #text h3{
	margin:0px;
	margin-bottom:20px;
	padding:0px;
	color:#aaaaaa;
	font-size:11px;
	border:0px dashed #002200;
}


.jScrollArea {
	overflow:visible;
	width:220px;
	float:left;
}

#maxscroll {
	height:340px;
	overflow:auto;
	border:0px solid #FF0000;
}

#rightbar {
	float:left;
	width:250px;
	height:380px;
	margin-right:1px;
	color:#ffffff;
	font-family:verdana; 
	font-size:11px;
	border:0px solid #ff0000;
	display:block;	
}

#content .clickable {cursor:pointer;}

#gallery {
	display:none;
}

#DetailLink{
	width: 100%;
	height: 100%;
	background: url('../../data/js/jquery-lightbox/images/next.gif') right 50% no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#DetailLink { right: 0; float: right;}
#DetailLink:hover, #DetailLink:visited:hover { background: url('../../data/js/jquery-lightbox/images/next.gif') right 50% no-repeat; }
