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

img.imgtitle {
position:absolute;
top:15px;
left:410px;
}

.title .right {
	display:block;	
}

.title .right img{
	padding: 0px;
	margin:7px 0 0 0;
	width:140px;
	height:29px;
	cursor: pointer;
	display:block;	
}

.title .moreslideshows{
	display: none;
	position: absolute;
	top: 0;
	margin: 10px;
	padding: 10px;
	width: 930px;
	background: #505050;
	z-index: 100;
	color: white;
}
.title .moreslideshows .head{
	height: 30px;
}
.title .moreslideshows .head .close{
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}
.title .moreslideshows .slide{
	float: left;
	width: 625px;
	padding: 10px 0 0 20px;
	margin-right: 20px;
}
.title .moreslideshows .slide .leftArrow{
	float: left;
	margin: 30px 0 0 0;
	width: 23px;
	height: 20px;
	cursor: pointer;
	background: url( http://www.nytimes.com/images/standalone/slideshow/btn_back.gif ) 0 0 no-repeat;
}

.title .moreslideshows .loader {
	display:none;
	width:575px;
	padding-top:30px;
	text-align:center;
	float:left;
	overflow:hidden;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	position:relative;
}

.title .moreslideshows .slidelists{
	float: left;
	width: 575px;
	overflow: hidden;
	font-size: 14px;
	position: relative;
}

.title .moreslideshows .slidelists ul{
	width: 200000px;
	position: relative;
}
.title .moreslideshows .slidelists ul li{
	float: left;
	width: 100px;
	padding: 0 7px;
}

.title .moreslideshows .slidelists ul li div.top{
	width: 100px;
	height: 75px;
border:1px solid #fff;
	overflow:hidden;
	margin-bottom:5px;
}

.title .moreslideshows .slidelists ul li a{
	text-decoration:none;
	color:#FFF;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
line-height:14px;
}

.title .moreslideshows .slide .rightArrow{
	float: left;
	margin: 30px 0 0 0;
	width: 23px;
	height: 20px;
	background: url( /images/btn_next.gif ) 0 0 no-repeat;
	cursor: pointer;
}

.title .moreslideshows .morecategories{
	float: left;
	width: 230px;
	padding-left: 20px;
	border-left: 1px solid #767676;
}
.title .moreslideshows .morecategories li{
	float: left;
	width: 110px;
	padding: 6px 0 6px 5px;
	color: #93C0DE;
	text-decoration: none;
	font-family: Arial,Helvetica,Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
.title .moreslideshows .morecategories li span{
	cursor: pointer;
}
.title .moreslideshows .morecategories li span.selected{
	color: #fff;
	text-decoration: none!important;
}

.categories-box {
height:20;width:auto;background-color:#1A1A1A;line-height:17px;color:#EBEBEB;font-weight:bold;padding:10px;font-family:Arial, Helvetica, sans-serif;font-size:12px;border-bottom:1px solid #505050;
}
ul.categories {
	margin:0px;padding:0px;list-style:none;display:inline-block;	
}
ul.categories li {
	display:inline-block;padding:0px 15px 0 10px;
	cursor: pointer;
}
ul.categories li.selected {
	background-color:#990000;
}

.categories-box{
	position: relative;
}
.categories-box .loading{
	display: none;
	position: absolute;
	top: 140px;
	left: 350px;
	width: 166px;
	border: 2px solid #ccc;
	color: #333;
	padding: 10px 10px 10px 40px;
	background: white url( /images/loader.gif ) no-repeat 0 0;
	
}
.categories-box a:link, .categories-box a:active, .categories-box a:visited {
	font-weight:normal;
	text-decoration:none;
	color:#EBEBEB;
	font-size:12px;
}
.categories-box a:hover {
	text-decoration:underline;	
}

div.photo-box {
border-right:1px solid #505050;
width:585px;
float:left;
padding:20px;
overflow:hidden;
}

hr.adsep {
height:0px;
border:none;
border-bottom:1px solid #fff;
margin:15px 0;
width:300px;
}

.thumbnail-box {
	width:325px;
float:right;
background-color:#1A1A1A;
height:auto;
padding:10px 10px 10px 5px;
margin:0 2px 0 -2px!important;	
color:#E5E5E5;
line-height:19px;
border-left:1px solid #505050;
}

.thumbnail-box .caption {
padding:5px 15px;
font-size:13px;
line-height:18px;
}

.thumbnail-box a:link, .thumbnail-box a:visited, .thumbnail-box a:active {
	color:#EBEBEB;
	text-decoration:none;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	display:block;
}
.thumbnail-box a:hover {
	text-decoration:underline;	
}

div#thePhoto img {
position:relative;
border:1px solid #fff;
overflow:hidden;
margin-left:3px;
max-width:580px;
}