#dh_logo {
	width: 300px;
	height: 320px;
	float: right;
	background: url(../images/dh_logo.jpg) 30px 80px no-repeat;

	}
#top_left {
	height: 320px;
	width: 320px;
	float: left;
	}
/*gallery css*/
#mainContainer{
	width:940px;
	text-align:left;
	background-color:#FFF;
	padding:3px;
	border:3px solid #ff9900;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
	.clear{
		clear:both;
	}
	/* End of demo CSS */
	#panel_one,#thumbs{	/* Width of divs for thumbnails */
	width:320px;
	height: 240px;
	}
	#option{
		float: left;
		}
	#option p {
		padding: 30px 0 0 10px;
		float: left;
		}
	#arrows {
	display: none;
	width: 80px;
	float: right;
	margin: 20px 20px 0 0;
		}
	#panel_one{		
		float:left;	
	}
	#thumbs{
	overflow:hidden;	/* Don't change this */
	height:170px;	/* Height of thumbnail div */
	position:relative;	/* Never change this */
	float:left;
	}
	#largeImage{	/* Large image div */
	width:640px;	/* Width of large image div */
	height:320px;	/* Height of large image div */
	}
	#largeImage table{	/* Used table to get both horizontal and vertical center alignement of large image */
		width:100%;
		height:100%;
		text-align:center;
	}
	#largeImage img{	/* Large image */
	}	

	
	.strip_of_thumbnails{	/* A vertical strip of thumbnails */
	width:80px;	/* "Air" inside filmstrip div */
	position:absolute;
	padding: 0px;

	}
	.strip_of_thumbnails div{
		width:80px;
		height:80px;
		text-align:center;

	}
	.strip_of_thumbnails img{
	border:0px;
	padding:0px;
	}
	.strip_of_thumbnails .activeImage{	/* Active thumbnail */
		padding:0px;
	
	}
	.leftArrow{
	}
	.rightArrow{
	float: right;
	}
	#thumbs_inner{
		position:relative;	/* Never change this */
		width:1000px;
	}	
/*end gallery*/
#bottom_left {
	width: 600px;
	height: 240px;
	}
#modern {
	position: relative;
	top: 15px;
	left: 10px;
	}
#modern li {
	float: left;
	padding-right: 30px;
	}
.on {
	color: #ff9933;
	}
