#inner {
	position: relative;
}

#photoblast {
	width:480px;
	height:205px;
	position:absolute;
  	top:30px;
	font-size:9px;
	z-index:1;
	/*border: 1px solid #FF0000;*/
}

#photoblast_paging {
	position:absolute;
	top:100px;
	left:-17px;
	width: 400px;
	height:27px;
	display:block;
	/*border: 1px solid #FF0000;*/
}

#photoblast_paging #previous {
 background-image:url(../images/btn_prev.jpg);
	width:27px;
	height:27px;
	display:block;
	overflow:hidden;
	float:left;
	cursor: pointer;
}

#photoblast_paging #next {
	background:url(../images/btn_next.jpg);
  	width:27px;
	height:27px;
	position:absolute;
	top:0px;
	left:474px;
	overflow:hidden;
	cursor: pointer;
}
#photoblast .post {
	width:137px;
	height:189px;
	overflow:hidden;
	position:absolute;
	z-index:1;
  border:1px solid #810937;
  background-color:#000;
}

#photoblast #post0  {left:16px;}
#photoblast #post1 {left:165px;}
#photoblast #post2 {left:314px;}


#photoblast .post .content {
	height:90%;
	background-color:#000;
	color:#FFF;
	overflow: hidden;
	padding:0;
	font-size:9px;
	font-family:Arial, Helvetica, sans-serif;
  padding:6px;
}

#photoblast div.active div.wrapper {
	height:100%;
}

#photoblast .post .wrapper {
	height:14%;
	overflow:hidden;
	margin-top:1px;
	padding:2px 3px 0 3px;
	font-size:9px;
}


#photoblast .post .timestamp {
	display:block;
	float:left;
	color:black;
	font-size:9px;
	font-weight:bold;
  position:absolute;
  top:83%;
  left:7px;
}

#photoblast span.text {
	display:block;
	padding:5px 0 0 0;
	font-size:11px;
  line-height:11px;
	height:50px;
  overflow:hidden;
}

#photoblast span.image
{
	width:100%;
	display:block;
	text-align:center;
  background:#000;
	height:51%;
	overflow:hidden;
}

#photoblast span.image img {
	height:100%;
}

#photoblast span.video {
	width:100%;
	display:block;
	text-align:center;
	background:#EEE;
	height:51%;
	overflow:hidden;
}

#photoblast .player {
  font-size:10px;
	margin-top:15px;
}


#photoblast .post .text_only {
	font-size:12px;
	font-weight:bold;
}

#photoblast .post .text_only_alternate {
	background:#CCC;
	font-size:11px;
	font-weight:bold;
}

#photoblast .active {
	z-index:3;
	font-size:10px;
}


#photoblast .post .user {
	display: block;
  font-size:11px;
font-weight:bold;
  position:absolute;
  top:90%;
  left:7px;
	height: 100%;
	color: black;
}

#author_filter_flyout {
	position: absolute;
	top: 13px;
	left: 173px;
	display: block;
	z-index: 2;
}

#author_filter_button {
	font-weight: bold;
	width: 142px;
	height: 25px;
	display: block;
	padding-top: 5px;
	text-indent: 12px;
	color: #000;
}

#author_filter_flyout ul {
	position: absolute;
	width: 142px;
	top: 20px;
	list-style: none;
	right: 0;
}

#author_filter_flyout li {
	display: block;
	border: 1px solid #CCC;
	border-bottom: none;
	line-height: 23px;
	text-indent: 10px;
}

#author_filter_flyout .bottom {
	border-left: none;
	border-right: none;
}

#author_filter_flyout .first {
	padding-top: 10px;
	border-top: none;
}


