/* Top Navigation */
#topnav li.pick a{
	width: 130px;
}
#topnav{
	width: 100%;
}

/* Main Contents */
#main{
	float: left;
	background: url(/images/popup_main-bg.gif) repeat-y #cc9;
}
#left-col{
	width: 210px;
	float: left;
}
#right-col{
	width: 547px;
	float: right;
	margin-right: 7px;
	display: inline;
	padding-top: 10px;
	        min-height: 500px;
}
#right-col div,
#left-col div{
	background: transparent !important;
	position: relative;
}
#right-col h2, 
#right-col h3{
	padding-left: 5px;
	/*background: url(/images/box-h3-bg.gif) top right no-repeat #4F4D26;*/
	background: url(/images/popup_topnav-bg.gif) repeat-x;
	font-size: 100%;
	color: #fff;
	line-height: 2em;
	border-left: 5px solid #2D2C17;
	border-right: 2px solid #2D2C17;
	border-bottom: 1px solid #2D2C17;
	margin: 0 0 3px 0;
	clear: left;
}
#right-col ol.photo-comments li{
	width:533px;
}
#right-col div p.more{
	position: absolute;
	top: 1px;
	right: 10px;
	margin: 0; 
	line-height: 2em;
	font-size: 90%;
}
#right-col div p.more,
#right-col div p.more a{
	color: #CCCC98;
	color: #fff;
}
#right-col div p.more a.delete{
	background: url(/images/delete.gif) no-repeat top left;
	padding-left: 20px;
}
p.count,
.prev-next2{
	margin-top: 0;
	color: #353502;
}
#right-col div#add-photo a.add{
	position: static;
	text-align: left;
	line-height: 20px;
}

/* Thumbs display */
#thumbs{
	margin-top: 7px;
}
#thumbs p{
	margin: 7px;
}
#thumbs a{
	color: #fff;
}
#gallery_pick .thumbs li,
#thumbs .thumbs li.story{
	height: 120px;
}
#thumbs .thumbs li.here img{
	border-color: #000;
}
#gallery_pick .for-submit{
	text-align: right;
	margin-bottom: 0;
	clear: both;
}
#gallery_add .for-submit{
	margin: 0;
}

/* Photo display */
#photo{
	position: relative;
	width: 544px;
	height:355px;
	margin: 0;
	text-align: center;
}
#photo h3, #photo h2{
	text-align: left;
}
#photo img.biggie{
	border: 2px solid #663;
}
#photo a.delete img{
	vertical-align: sub;
}
#gallery li{
	height: 115px;
}
#photo .count{
	text-align: right;
	margin: 0.5em 0;
}
ul.choices{
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

/* Previous - Next navigation */
.prev-next2{
	margin: 3px 0;
	position: relative;
	padding-top: 0.5em;
	text-align: center;
}
.prev-next,
.prev-next a{
	float: left;
}
#thumbs .count,
#thumbs .prev-next{
	clear: left;
	padding: 0 3px;
}
.prev-next2 a,
.prev-next a{
	display: block;
	width: 90px;
	height: 25px;
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -10000em;
	text-decoration: none;
	outline: none;
}
.prev-next2 a.prev,
.prev-next a.prev{
	background-image: url(/images/button_back.gif);
	margin: 0 10px 0 0;
}
.prev-next2 a.next,
.prev-next a.next{
	background-image: url(/images/button_next.gif);
}
.prev-next2 a{
	position: absolute;
	top: 0px;
	margin: 0;
}
.prev-next2 a.prev{
	right: 445px;
}
.prev-next2 a.next{
	right: 0px;
}

