@charset "utf-8";
/* CSS Document Tour Gallery*/
/*********************************************
	0.0		tour_page_full_image
	1.0		thumb_gallery_thumb	
**********************************************/
/*********************************************
0.0		tour_page_full_image
**********************************************/	
.tour_page_full_image_main_container {
	margin:10px 0px 10px 10px; 
	background-color:#C60;
	height:320px;
}
.tour_page_full_image_gallery {
	width:655px; 
	height:320px; 
	padding-right:15px; 
	float:left; 
	background-image:url(/_images/content/tour_pix/full/full_01.jpg); 
	background-repeat:no-repeat; 
	background-color:#FFF
}
/*********************************************
1.0		thumb_gallery_thumb
**********************************************/	
.thumb_gallery_table_container {
	padding-top:25px; 
	padding-bottom:5px;
}
.tour_gallery_thumb_pattern {
	/*background: url(/_images/content/tour_pix/thumb_pattern.jpg); */
	background-repeat:no-repeat; 
	background-position:center;
	padding:0 0 0 10px;
}
.thumb_gallery_thumb_pointer {
	cursor:pointer;
}

