#post-content-wrapper{
	margin-bottom:0px;
	margin-top:-10px;
	position:relative;
	z-index:10;
	clear:both;
	background:#fff;
	width:950px;
	padding-top:5px;
	zoom: 1; *display: inline;
	margin-left:15px;
	left:20px;
}

.post-content-inner{
	background:url('images/post-inner-background.jpg') repeat-x;
	width:230px;
	padding:2px;
	display:inline-block;
	vertical-align:top;
	height:376px;
	clear:both;
	margin-bottom:10px;
	zoom: 1; *display: inline;
	margin-right:5px;
	text-align:center;
	
	}
.captions{padding:10px; font-size:10px;}
.PrevBtn{
	background:url('images/PrevBtn.jpg');
	background-repeat:no-repeat;
	width:24px;
	height:380px;
position:absolute;
left: -30px;
top:5px;
	
	}
	
	
.NextBtn{
	
	background:url('images/NextBtn.jpg');
	background-repeat:no-repeat;
	width:24px;
	height:380px;
position:absolute;
left: 720px;
top:5px;
}		


.post-content-inner img{
	padding:5px; 
width:190px; 
border:none;
}

  .ui-tooltip, .arrow:after {
    background: #ccc;
    border: 2px solid white;
  }
  .ui-tooltip {
    padding: 5px 5px;
    color: #060;
    border-radius: 10px;
    font: bold 10px "Helvetica Neue", Sans-Serif;
    text-transform: uppercase;
    box-shadow: 0 0 3px black;
  }
  .arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
  }
  .arrow.top {
    top: -16px;
    bottom: auto;
  }
  .arrow.left {
    left: 20%;
  }
  .arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    tranform: rotate(45deg);
  }
  .arrow.top:after {
    bottom: -20px;
    top: auto;
  }