@charset "UTF-8";

/* ================================================================ 
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
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.
=================================================================== */


a, a:visited, a:hover {color:#fff;}

#container {clear: both; position:relative; width:240px; height:700px; background:#000; border:none; margin:0px 0px 0px 30px; font-family: Arial, Helvetica, sans-serif; font-size:12px;}

#container a.pics {float:left; margin:0px 20px 20px 0px; display:inline; color:#fff; text-decoration:none; border:none; width:100px; height:100px; cursor:default;}
#container a.pics img.thumb {display:block; border:0;}

#container a.pics span {display:none; border:0; width:600px; background:#000; border:none; text-align:center;}
#container a.pics span img {margin:0px auto; border:none;}

#container a.pics:hover {white-space:normal; border:none;}
#container a.pics:hover span {display:block; position:absolute; left:285px; top:0px; z-index:10; height:700px;}

#container a.pics:active {border:none;} 
#container a.pics:active span {display:block; position:absolute; left:285px; top:0px; z-index:5; height:700px;}

#container a.pics:focus {border:none; outline:0;}
#container a.pics:focus span {display:block; position:absolute; left:285px; top:0px; z-index:5; outline:0;}

#container span.info {clear:left; display:block; text-align:center; line-height:20px; margin:0; padding:200px 0 0 0; width:600px; text-align:center; color:#eee; z-index:1;}
#container span.info a {color:#000;}
#container span.info a:hover {text-decoration:none;}
