@charset "utf-8";
/* CSS Document */

.main_area1 {position:relative; top:0px; 
background-image:url(../images/lower_page_fade1.png); background-repeat:repeat-x; background-position:left -2px; width:100%; 
}
.inner_image_banner {width:690px; height:300px; margin:-30px 0 30px 0; }
.inner_image_banner img{-webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.75);
-moz-box-shadow:    2px 2px 3px rgba(0, 0, 0, 0.75);
box-shadow:         2px 2px 3px rgba(0, 0, 0, 0.75);}
.inner_image_banner iframe{-webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.75);
-moz-box-shadow:    2px 2px 3px rgba(0, 0, 0, 0.75);
box-shadow:         2px 2px 3px rgba(0, 0, 0, 0.75);}

.inner_video_banner {width:690px; height:388px; margin:-50px 0 30px 0; }
.inner_video_banner iframe{-webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.75);
-moz-box-shadow:    2px 2px 3px rgba(0, 0, 0, 0.75);
box-shadow:         2px 2px 3px rgba(0, 0, 0, 0.75);}

.tour_col1 {float:right; width:325px; margin-right:-20px; padding:10px 0 0 10px; text-align:center;}
.tour_col2 {clear:both;  padding:10px 0 0 10px; text-align:center;}
.tour_col1 img, .tour_col2 img { margin-left:5px; margin-bottom:5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px; 
-webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.45);
-moz-box-shadow:    2px 2px 3px rgba(0, 0, 0, 0.45);
box-shadow:         2px 2px 3px rgba(0, 0, 0, 0.45);
  overflow: hidden;	
	  -webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;}

.tour_col1 img:hover , .tour_col2 img:hover{-webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;   -webkit-filter: blur(5px);
    -webkit-filter: grayscale(100%);}

.gallery_title {padding:0 0 10px 5px; margin:0px; font-weight:normal;
line-height:125%;
		font-family: "neuropol-x-light", Tahoma, Geneva, sans-serif;
		text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
		font-size:20px;}