@charset "utf-8";
/* CSS Document */
html, body{
	background:#262626;
	width:100%;
	margin:0 auto;
	font-family:Arial;
	font-size:9px;
	color:#BFBFBF;
	letter-spacing:1px;
	overflow-x: hidden;
}
a{
	text-decoration:none;
}
.grey_font{
	color:#666666;
}
.red_font{
	color:#DA2031;
}
#menu_content{
	text-align:center;
	margin-top:5px;
	width:800px;
	margin:0 auto;
}
#last_update{
	margin:10px -8px 0px 20px;	
	float:right;
	font-size:7px;
	
}
.menu_col{
	margin:5px 20px 0px 20px;
	float:left;
	color:#BFBFBF;
	padding-left:30px;
}
.selected_col{
	margin:5px 20px 0px 20px;
	float:left;
	color:#BFBFBF;
	padding-left:30px;
}
.menu_col:hover{
	color:#FFF;
	background-image:url(../images/menu_bg2.jpg);	
}
#top_menu{
	width:100%;
	height:20px;
	margin-bottom:5px;
	margin-top:5px;
}

#top_shadow{
	width:100%;
	position:absolute;
	top:23px;
}
#main_content{
	width:100%;
	overflow:hidden;
}
#photo_slider_wrapper{
	margin:0 auto;
	width:2110px;
}
#photo_slider{
	height:501px;
}
#footer_content{
	width:700px;
	margin:0 auto;
	padding:0;
}
#logo_col, #contact_col, #content_col{
	float:left;
	margin-top:20px;
}
#logo_col{
	width:160px;
}
#contact_col{
	width:200px;
}
#content_col{
	width:340px;
}
#previous_photo_col, #next_photo_col, #current_photo_col{
	float:left;
	height:500px;
	border:#262626 solid 1px;

}
.home_content{
	color:#000;
}
#photo_wrapper{
	margin:0 auto;
}
#current_photo_col{
	width:700px;
	background-color:#FFF;
	background-image:url(../images/gallery/sample2.jpg);	
}
#previous_photo_col{
	background-color:#333;
	background-image:url(../images/gallery/sample3.jpg);	
	width:700px;
}
#next_photo_col{
	background:#000;
	width:700px;
	background-image:url(../images/gallery/sample1.jpg);
}
#photo_caption{
	float:right;
	position:relative;
	bottom:8px;
	right:30px;
	font-size:7px;
}
#slideshow{
	overflow:hidden;
	width:100%;
	height:500px;
}

	#slideshow ul{
		width:10000px;
	}

		#slideshow li{
			float:left;
			margin:0;
			cursor:pointer;
		}
#photo_border_left{
	width:700px;
	height:500px;
	position:absolute;
	top:30px;
	left:0px;
}
#photo_border_righer_wrapper{
	width:300px;
	right:0px;
	overflow:hidden;
}
#photo_border_right{
	width:200px;
	height:500px;
	position:absolute;
	top:24px;
	left:500px;
	overflow:hidden;
}
#photo_border_center{
	width:700px;
	height:500px;
	position:absolute;
	top:24px;
	right:0px;
}
.page a {
	color:#FFF;
	font-style:italic;
	font-family:"Times New Roman";
	font-size:18px;
}
#slogan{
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	color:#FFF;
}
.content_text{
	height:200px;
	float:left;
	/*border:#FFF solid 1px;*/
}
.content_text > div{
	width:340px;
	color:#BFBFBF;
}
#prev_btn:hover{
	cursor:pointer;

}
#next_btn:hover{
	cursor:pointer;
}
#black_left:hover{
	cursor:pointer;

}
#black_right:hover{
	cursor:pointer;
}
.menu_col a{
	color:#BFBFBF;
}
.menu_col a:hover{
	color:#FFF;
}