@charset "utf-8";

/* -----------------------------------------------
CSS file
FileName:top.css
Author:ecco
UpdatedBy:who-when
----------------------------------------------- */

/* --------------
MODULE IMPORT
-------------- */

@import "module/default.css";


/* --------------
Layout
-------------- */

/* definition_#catch */
#catch h3{
	clear: none;
	margin: 0 0 20px;
	padding: 30px 0 0 0;}
	
#catch{
	margin-bottom: 20px;}


/* definition_#mapNavi */
#mapNavi{
	margin: 0 0 20px;
}

#mapNavi li{
	background-image: url(../../profile/images/ic_arrow.gif);
	background-position: left center;
	background-repeat: no-repeat;
	margin: 0 0 5px;
	padding: 0 0 0 15px;
}


div.slideshow-container{
	position: relative;
	float: left;
	width: 577px;
	height: 338px;
	margin: 20px 12px 0 0;
	background: url(../../profile/images/slide_bg.jpg) no-repeat;
}

div.loader {
	position: absolute;
	top: 29px;
	left: 31px;
	background: url(../../profile/images/loader.gif) no-repeat center;
	width: 518px;
	height: 279px;
	padding: 29px 0 0 31px;
}
div.slideshow {}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 29px;
	left: 31px;
}
div.slideshow a.advance-link {
	display: block;
	width: 518px;
	height: 279px; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 1px; /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: center;
}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
}
div.slideshow img {
	vertical-align: middle;
	border: 0px solid #ccc;
	margin: 0 0 0 -5px;
}

div#thumbs{
float: left;
margin-top: 20px;
}

ul.thumbs {
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	padding: 0;
	font-size: 0;
	line-height: 0;
	margin-bottom: 7px;
	list-style: none;
}
ul.thumbs li.end {
	margin-bottom: 0px;
}
a.thumb {
	padding: 0;
	display: block;
}
ul.thumbs li.selected a.thumb {
	background: #FFF;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 12px;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fff;
}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}

