html, body {
	overflow:hidden;
	font-size:100%;
	height:100%;
	width:100%;
}

body {
	background-color:#000000;
	cursor:default;
	font-family:"Helvetica Neue",Helvetica,Arial,sans;
	margin:0;
	color:#FFFFFF;
}
a:visited {
	text-decoration:none;
	}
a {
	text-decoration:none;
	}
	
img {
	border: none;
	margin:0;
}

h1 {
	background:#0E0E0E url(../images/bg_x_repeat.png) repeat-x scroll 0 -120px;
	border-top:1px solid #343434;
	font-size:29px;
	font-weight:normal;
	text-shadow:0 -2px 0 #000000;
	white-space:nowrap;
	height:48px;
	margin:0;
	padding-top:9px;
	padding-left:26px;
	padding-right:26px;
	border-bottom:1px solid #242424;
	
}

h1.view {
	font-size:24px;
	text-align:center;
	text-shadow: 0 -1px 1px #000000;
}

h2 {
	color:#607995;
	font-size:21px;
	font-weight:normal;
	text-shadow:0 2px 3px black;
	padding-left:40px;
	margin:0;
	padding-top:16px;
	padding-bottom:16px;
}

.album {
	padding-left:40px;
	padding-bottom:16px;
	float:left;
}

.preview {
	height:160px;
	width:160px;
	cursor:pointer;
}

h1 span {
	padding-left:5px;
	margin:0 2px;
	color:#515151;
	font-size:18px;
	text-shadow:0 -1px 1px #1B1B1B;
}

.button {
	position:absolute;
	top:14px;
	left:26px;
	line-height:31px;
	background:transparent url(../images/button_left.png) no-repeat scroll left -106px;
	cursor:pointer;
	z-index:10;
	display: block;
	float: left;
}

.button span {
	background:transparent url(../images/button_right.png) no-repeat scroll right -106px;
	font-weight:bold;
	font-size:14px;
	height:14px;
	line-height:14px;
	margin-left:14px;
	padding:7px 13px 10px 0px;	
	color:#E0E0E0;
	text-shadow:0 0 2px #1E1E1E;
	display: block;
}

.button.hover {
	background-position:left -71px;
}

.button.hover span {
	background-position:right -71px;
	color:#F9F9F9;
	text-shadow:0 0 0 #050505;
}


#content {
	padding-left:5px;
	position:absolute;
	bottom:0px;
	right:0px;
	left:0px;
	top:57px;
	z-index:2;
	display:block;
}

#content.dkgrey {
	background-color:#262626;
}

#content.ltgrey {
	background-color:#D9D9D9;
}

#content.white {
	background-color:#FFFFFF;
}

#content.white strong, #content.white #main strong, #content.ltgrey strong, #content.ltgrey #main strong {
	color:#444444;
	text-shadow:0 0 2px #EEEEEE;
}

#content.white .grid_item.hover strong, #content.ltgrey .grid_item.hover strong, #content.white #mosaic_detail.hover strong, #content.ltgrey #mosaic_detail.hover strong{
	color:#222222;
	text-shadow:0 0 2px #EEEEEE;
}

#content.white .button, #content.ltgrey .button {
	background-position:left 0px;
}

#content.white .button span, #content.ltgrey .button span {
	background-position:right 0px;
	color:#2A2A2A;
	text-shadow:0 1px 1px #EEEEEE;
}

#content.white .button.hover, #content.ltgrey .button.hover {
	background-position:left -141px;
}

#content.white .button.hover span, #content.ltgrey .button.hover span {
	background-position:right -141px;
	color:#191919 !important;
	text-shadow:0 1px 1px #FFFFFF;
}


#footer {
	display:none;
	position:absolute;
	background:#252525 url(../images/bg_x_repeat.png) repeat-x scroll 0 -120px;
	height:48px;
	width:100%;
	bottom: 0px;	
	z-index:3;
}

#views {
	font-size:12px;
	padding-left:30px;
	padding-top:13px;
	text-shadow:0 -1px 1px #111111;
}

#views div {
	color:#616161;
	background:transparent url(../images/view_sprite.png) no-repeat scroll 0 0;
	cursor:pointer;
	float:left;
	font-weight:bold;
	height:14px;
	margin-right:17px;
	padding-left:20px;
}

#views #mosaic {
	background-position:0 -20px;
}

#views #flow {
	background-position:0 -40px;
}

#views #slideshow {
	background-position:0 -60px;
}


#views #map {
	background-position:0 -160px;
}

#views #grid.selected, #views #grid.hover {
	background-position:0 -80px;
	color:white;
}


#views #mosaic.selected, #views #mosaic.hover {
	background-position:0 -100px;
	color:white;
}

#views #flow.selected, #views #flow.hover {
	background-position:0 -120px;
	color:white;
}

#views #map.selected, #views #map.hover {
	background-position:0 -180px;
	color:white;
}

#views #slideshow.selected, #views #slideshow.hover {
	background-position:0 -140px;
	color:white;
}

#colorview {
	float: right;
	color:#616161;
	font-size:12px;
	font-weight:bold;
	height:14px;
	top:13px;
	text-shadow:0 -1px 1px #111111;
}

#colorview #colorlabel{
	float:left;
	width:auto;
}

#colorview div {
	background-color:transparent;
	background-repeat:no-repeat;
	cursor:pointer;
	float:left;
	display:block;
	height:15px;
	margin-left:5px;
	width:15px;
}

#colorview #black {
	background-image:url(../images/color_picker_sprite.png);
	background-position:0px -60px;
}

#colorview #black.hover {
	background-position:0px -40px;
}

#colorview #black.selected {
	background-position:0px -20px;
	cursor:default;
}

#colorview #dkgrey {
	background-image:url(../images/color_picker_sprite.png);
	background-position:-20px -60px;
}

#colorview #dkgrey.hover {
	background-position:-20px -40px;
}

#colorview #dkgrey.selected {
	background-position:-20px -20px;
	cursor:default;
}

#colorview #ltgrey {
	background-image:url(../images/color_picker_sprite.png);
	background-position:-40px -60px;
}

#colorview #ltgrey.hover {
	background-position:-40px -40px;
}

#colorview #ltgrey.selected {
	background-position:-40px -20px;
	cursor:default;
}

#colorview #white {
	background-image:url(../images/color_picker_sprite.png);
	background-position:-60px -60px;
}

#colorview #white.hover {
	background-position:-60px -40px;
}

#colorview #white.selected {
	background-position:-60px -20px;
	cursor:default;
}

#sliderview {
	display:block;
	float: right;
	top: 13px;
	width: 185px;
	padding-left: 30px;
	padding-right:30px;
}

#smaller {
	cursor:pointer;
	float:left;
	width: 11px;
	height: 14px;
	background: url(../images/smaller.png) no-repeat;		
}

#larger {
	cursor:pointer;
	margin-left:10px;
	float:left;
	width: 16px;
	height: 14px;
	background: url(../images/larger.png) no-repeat;	
}

#slider {
	margin-left:10px;
	float:left;
	width: 137px;
	height: 15px;
	background: url(../images/track_fill.png) no-repeat;
	border: none;
}

#slider .ui-slider-handle {
	cursor:pointer;
	background: url(../images/knob.png) no-repeat;
	width: 16px;
	height: 16px;
	outline: none;
	position: absolute;
	margin-left: -6px;
	margin-right: -6px;
	z-index: 2;
}

.ui-slider { 
	position: relative; 
	text-align: left; 
}

#content.album_view {
	overflow-y:auto;
}

/************************ GRID VIEW **************************/

#content.grid_view {
	font-size:75px;
	padding-left:0.5em;
	padding-top:0.5em;
	bottom:40px;
	overflow-y:auto;
}

.grid_item  {
    float: left;
    margin: 0 0.5em 1.2em 0;
    cursor: pointer;
    height:2em;
    width: 2.5em;
    line-height: 3em;
    text-align: center;
}

.grid_item strong {
    color: rgb(170, 170, 170);
    font: bold 13px 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-shadow: black 0px 0px 2px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: color 500ms;
}

.grid_item:hover strong {
    color: white;
}

.grid_item img {
    vertical-align: bottom;
    background: rgb(30, 30, 30);
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(50, 50, 50)), to(rgb(10, 10, 10)));
    -webkit-box-reflect:below 1px -webkit-gradient(linear, left top, left 130%, from(transparent), color-stop(0.5, transparent), to(rgba(255, 255, 255, 0.5)));
}

#content.white .grid_item.hover .mask, #content.ltgrey .grid_item.hover .mask{
	border: 1px solid black;
}

/************************ LARGE VIEW **************************/

.large_view {
	overflow: hidden !important;
	min-height: 400px;
	padding: 0px !important;
}

.large_view #main {
	display:block;
	padding-top:50px;
    margin: 0 auto;
    height: 80%;
    width: 80%;
    text-align: center;
}

.large_view #main strong {
	color: rgb(170, 170, 170);
	font: bold 13px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-shadow: black 0px 0px 2px;
	white-space: nowrap;
	overflow: hidden;
	text-align: center;
	display: block;
}

.large_view #main img {
    max-width: 100%;
	max-height: 100%;
}

.large_view #hover_view_wrapper {
	position: absolute;
	bottom: 20px;
	left: 0px;
	width: 100%;
}

.large_view #hover_view {
	margin: auto;
	width: 221px;
	height: 58px;
	background: rgb(31, 31, 31);
	background: rgba(31, 31, 31, 0.9);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.large_view #hover_view #previous {
	width: 42px;
	height: 48px;
	background: url(../images/arrows.png) 0 -320px no-repeat;
	cursor: pointer;
	margin-left: 50px;
	float: left;
}

.large_view #hover_view #previous:hover {
	background-position: 0 -257px;
}

.large_view #hover_view #previous.disabled {
	background-position: 0 -194px;
}

.large_view #hover_view #next {
	width: 42px;
	height: 48px;
	background: url(../images/arrows.png) 0 -131px no-repeat;
	cursor: pointer;
	margin-left: 130px;
}

.large_view #hover_view #next:hover {
	background-position: 0 -68px;
}

.large_view #hover_view #next.disabled {
    background-position: 0 -5px;
}

/************************ MOSAIC VIEW **************************/



#content.mosaic_view {
	font-size: 75px;
    overflow: hidden !important;
    padding-top: 30px;
    min-width: 700px;
}

#mosaic_detail {
	overflow: hidden;
    width: 62%;
    min-width: 435px;
    height: 95%;
    cursor: pointer;
	text-align:center;
}

#mosaic_detail img {
    display: block;
    margin: auto;
    max-width: 100%;
    max-height: 90%;
    min-height: 212px;
    -webkit-box-reflect:below 1px -webkit-gradient(linear, left top, left 130%, from(transparent), color-stop(0.5, transparent), to(rgba(255, 255, 255, 0.4)));
}

#mosaic_detail strong {
    color: rgb(170, 170, 170);
    font: bold 13px 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-align: center;
    padding-bottom: 50px;
    padding-top: 5px;
    display: block;
    -webkit-transition: color 500ms;
}

#mosaic_detail.hover strong {
    color: white;
}

#mosaic_grid {
    position: absolute;
	left:64%;
	right:0px;
    top: 0px; 
    bottom: 0px;
    width: auto;
    padding-top: 20px; /* 30 - 10 */
    padding-left: 2px;
    min-width: 250px;
    overflow: auto;
}

.mosaic_item {
background-color:grey;
    width: 1em;
    height: 1em;
    float: left;
    margin: 10px 10px 0 0;
    cursor: pointer;
	border: 1px solid black;
	-webkit-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
}

.mosaic_item img {

	opacity:0.9;
	display:block;
}

.mosaic_item.hover{
    outline: 1px solid rgb(170, 170, 170);
}

.mosaic_item.hover img{
    opacity:1;
}

.mosaic_item.selected{
    outline: 2px solid rgb(170, 170, 170);
}

/************************ SLIDESHOW **************************/

#slideshow .img_wrapper {
    position: absolute;
    top: 20px;
    width: 100%;
    height: 95%;
    text-align: center;
}

#slideshow img {
    max-height: 100%;
    max-width: 100%;
    display: none;
}


/************************ Info VIEW **************************/

#infoView {
	height: 796px;
	width: 577px;
	border: 2px solid white;
	background-color: #dbdbdb;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: 20px;
}

.bg_white #infoView, .bg_ltgrey #infoView {
	border-color: #cccccc;
	-webkit-box-shadow: #cccccc 0px 2px 5px;
}
#infoHeader {
	width: 577px;
	height: 192px;
	background-color: #e0e0e0;
}

#infosmallImgView {
	width: 160px;
	height: 160px;
	float: left;
	margin: 16px 20px 6px 19px;
	padding-right: 19px;
	border-right: 1px solid #acacac;
}

#infosmallImgView .smallImg {
	border: 1px solid #9f9f9f;
}

#infometadataView {
	float:left;
	margin-bottom:10px;
}

#infometadataView .commentCount {
	font-size: 14px;
	color: #404040;
	padding-bottom: 5px;
	text-align: left;
}

.japanese #infometadataView .commentCount {
	font-size: 13px;
}

#infometadataView .contributor {
	font-size: 12px;
	color: #404040;
	padding-bottom: 5px;
	text-align: left;
}

.japanese #infometadataView .contributor {
	font-size: 11px;
}

#infometadataView .contributor a {
	color: #0E74DA;
}

#infometadataView .infoText {
	margin-top:16px;
	max-height:120px;
	overflow:hidden;
	padding-bottom:5px;
	padding-right:20px;
	width:338px;
}

#infometadataView .title {
	font-size: 23px;
	line-height: 24px;
	color: #000000;
	padding-bottom: 10px;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
}

.japanese #infometadataView .title {
	font-size: 21px;
}

#infometadataView .description {
	font-size: 13px;
	line-height: 16px;
	color: #000000;
	padding-bottom: 9px;
	text-align: left;
}

.japanese #infometadataView .description {
	font-size: 12px;
}

#infometadataView .flipBackButtonPhoto, #infometadataView .flipBackButtonMovie {
	left: -28px;
	position:relative;
}



#infoContent {
	clear: both;
	height: 603px;
	overflow: auto;
	width: 541px;
	background-color: #d0d0d0;
	font-size: 12px;
	border-top: 1px solid #acacac;
	padding: 0px 18px;
}

.japanese #infoContent {
	font-size: 11px;
}

#infoListView {
	clear: both;
	background-color: #ffffff;
	border-top: 1px solid #acacac;
	border-bottom: 1px solid #acacac;
	border-left: 1px solid #acacac;
	border-right: 1px solid #acacac;
	margin: 20px 0px;
	padding-top: 16px;
	-webkit-box-shadow: #acacac 0px 1px 4px;
}

#infoListView .infoTableTitleBg {
	border-bottom: 1px solid #acacac;
	margin: 13px 19px 9px 19px;
}

#infoListView .infoTableTitle {
	float: left;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	margin: -19px 0px 0px 19px;
	background-color: #ffffff;
	padding-right: 6px;
}

.japanese #infoListView .infoTableTitle {
	font-size: 12px;
}

#infoListView table.infoTable {
	width: 100%;
	color: #434343;
	font-size: 11px;
	line-height: 15px;
	padding-bottom: 5px;
}

.japanese #infoListView table.infoTable {
	font-size: 10px;
}

#infoListView table.infoTable td {
	padding: 2px;
	vertical-align: top;
}

#infoListView table.infoTable td.label {
	text-align: right;
	width: 50%;
	padding-right: 8px;
}

#infoListView table.infoTable td.value {
	color: #404040;
	font-weight: bold;
	padding-top: 1px;
}

#infoListView table.infoTable td.value div {
    width: 235px;
	overflow: hidden;
	text-overflow: ellipsis;
}


