<div id="main">
<div id="welcome_box">
<?php echo $this->MESSAGE; ?>
</div>
<div class="heading_box">
<a href="<?php echo $this->HOME_URL; ?>" title="<?php echo $this->CATEGORIES; ?>"><?php echo $this->CATEGORIES; ?></a> » <a href="<?php echo $this->CAT_URL; ?>" title="<?php echo $this->CATEGORIES_TEXT; ?>"><?php echo $this->CATEGORIES_TEXT; ?></a> »
</div>
<div class="pictures">
<table width="100%" cellspacing="0" cellpadding="0">
<tr>
<td class="left_box">
<h1>« <?php echo $this->PICTURE; ?> »</h1>
<a href="<?php echo $this->PIC_URL; ?>" rel="gb_page_center[<?php echo $this->BIG_WINDOW; ?>]" title="<?php echo $this->PICTURE; ?>"><img src="<?php echo $this->PICTURE_URL; ?>" width="<?php echo $this->IMG_WIDTH; ?>" height="<?php echo $this->IMG_HEIGHT; ?>" alt="<?php echo $this->PICTURE; ?>" title="<?php echo $this->PICTURE; ?>" class="picture" /></a>
<span class="click_for_fullsize"><?php echo $this->CLICK_FOR_FULLSIZE; ?></span>
</td>
<td class="sub_categories">
<div class="right_box">
<span class="right_box_heading">- <?php echo $this->IMAGE_INFO_TEXT; ?> -</span>
<p class="image_information">
<?php echo $this->DATE_ADDED; ?><br />
<?php echo $this->SIZES; ?><br />
<?php echo $this->FILE_SIZE; ?><br />
<?php echo $this->VIEWS; ?>
</p>
<?php echo $this->BUY_PICTURES; ?>
<span class="right_box_heading_question">- <a href="<?php echo $this->Q_URL; ?>" rel="gb_page_center[<?php echo $this->WINDOW; ?>]" title="<?php echo $this->HAVE_A_QUESTION; ?>"><?php echo $this->HAVE_A_QUESTION; ?></a> -</span>
<?php echo $this->LEAVE_COMMENT; ?>
</div>
</td>
</tr>
</table>
</div>
<div class="heading_box">
<?php echo $this->COMMENTS_TEXT; ?> »
</div>
<?php echo $this->COMMENTS; ?>
<?php echo $this->COMMENT_PAGE_NUMBERS; ?>
</div>