/*  --- boxes.css --- */


.feedBox {  
  width:528px;
  background: transparent;
  padding:0;
}

.feedBox .top {
  background: transparent url(../images_B/feed_top.gif) no-repeat top left;
  height: 11px;
  overflow:hidden;
}
.feedBox .entry {
  background: transparent url(../images_B/feed_middle.gif) repeat-y;
  position:relative; 
  margin:0;
  padding:0 10px 0 10px;
}
.feedBox .entry p {margin:0;} 

.feedBox .bottom {
  background: transparent url(../images_B/feed_bottom.gif) no-repeat top left;
  height: 11px;
  overflow:hidden;
}

/* --- Template Samples used in candidate/instructions.htm ----- */
/* --- NOTE: also uses feedBox above                       ----- */

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menu/lightbox.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* MODIFIED by AjK: Make only one set, one row, and no large        */
/* ================================================================ */

/* slides styling */

.templateBox 
{
  width:505px;   /* total = w + p + b */
  height:136px; 
  text-align:left; 
  position:relative; 
  margin:0 auto;
}

.templateBox ul.templates 
{
  position:relative;
  z-index:10;

/* was part of: .photo ul.topic li.active ul */
  display:block;
  list-style:none;
  padding:0;
  margin:0;
  width:505px;
  height:136px; 
  background:transparent; /* #ddd; */
}

.templateBox ul.templates li
{
  display:inline;
  width:120px; 
  height:130px;
  float:left;
  border:none;
  margin:3px;
}

.templateBox ul.templates li a
{
  display:block;
  width:120px; 
  height:130px; 
  border:none; 
  cursor:default;
  float:left;
  text-decoration:none;
  background:#FFFFFF url(../images_B/temp_bg_120x130.gif) no-repeat;
}

.templateBox ul.templates li a img
{
  display:block;
  width: 94px; 
  height: 104px;
  border:none; 
  padding: 13px 13px;
  text-decoration:none;
  z-index:100;
}

.templateBox ul.templates li a:hover, 
.templateBox ul.templates li:hover
{
  white-space:normal;
  position:relative;
  text-decoration:none;
}

.templateBox ul.templates li a:hover img, 
.templateBox ul.templates li:hover img 
{
  position:absolute;
  left:-48px;
  top:-148px;
  width:200px;
  height:400px;
  border-color:#fff;
  text-decoration:none;
}