@charset "UTF-8";
/* CSS Document */

div.content {
	/* The display of content is enabled by a javascript generated style on the page.
	   This is so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	float:right;
	width:430px;
	height:380px;
	background-image:url(../images/style/1_sp_background.jpg);
	background-repeat:no-repeat;
}
div.loader {
/*
	background-image: url('../js/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
*/
	width: 430px;
	height: 250px
}
div.slideshow {
	clear: both;
	margin:50px 0 0 32px;
}
div.slideshow span.image-wrapper {
	float: left;
}
div.slideshow a.advance-link {
	padding: 2px;
	display: block;
}
div.slideshow img {
	border: none;
	display: block;
}
div.download {
	float: right;
}
div.embox {
	clear: both;
	padding:3px 20px 0 15px;
}
div.image-title {
	font-weight: bold;
	font-size:93%;
	color:#2f91dd;
}
#style_2_special .image-title{
	color:#9f7800;
}

div.image-desc {
	font-size:85%;
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 10px 5px 0;
	list-style: none;
}
a.thumb {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
ul.thumbs li.selected a.thumb {
	background: #000;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.navigation{
	width:490px;
	height:350px;
	margin:10px 0 10px 20px;
	float: left;
}
div.content{
	display:block;
}

