@charset "utf-8";
/* CSS Document */

/* ================================================================ 
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/list_gallery.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.
=================================================================== */
/* defaults required for IE6 */
a {color:#fff;}
a:visited {color:#ccc;}
a:active {color:#333;}
a:hover {text-decoration:none;}

/* Gallery styling */

.photo {position:relative; width:200px; height:382px; /*background:#272727;*/}
.photo ul, .photo ul ul {padding:0; margin:0; border:0; list-style:none; width:200px;}
.photo ul ul {margin-left:-9999px; height:0; overflow:hidden;}
.photo ul li {width:200px; float:left; /*background:#272727*/ /*url(button/gallery_2.gif) no-repeat*/;}
.photo ul li a.set {display:block; text-align:center; height:30px; line-height:30px; background:#262F35 /*url(button/gallery_0.gif) no-repeat*/; border:1px solid #E6B770; font-family: verdana, arial, sans-serif; font-size:11px; text-decoration:none; }

.photo ul li table {margin:0; padding:0; display:none;}

.photo ul li a.set:hover {background:#87898B;}
.photo ul li:hover a.set {background:#87898B;}

.photo ul :hover b {display:block; width:480px; height:360px; background:url(images/gallery/monitor.jpg); border:1px solid #E6B770; position:absolute; left:244px; top:10px;;}

.photo ul :hover table
{padding:0; margin-top:-2px; display:block; border:1px solid #E6B770; border-width:0 1px 1px 1px;}

.photo ul :hover ul
{margin:0; width:0px; overflow:visible; height:0px; background:transparent;}

.photo ul :hover ul li
{float:left; display:inline; width:66px; margin:0px 0px; background:transparent; }

.photo ul :hover ul li a
{background:transparent;}

.photo ul :hover ul li a img.thumb
{margin:3px; padding: 0px; display:block; border:1px solid #E6B770;}

.photo ul :hover ul li a img.full
{position:absolute; left:-9999px; top:0; border:1;}

.photo ul :hover ul li a:hover img.thumb
{margin:3; border:1px solid #E6B770;}

.photo ul :hover ul li a:hover
{background:transparent;}

.photo ul :hover ul li a:hover img.full
{left:244px; z-index:0; border:1px solid #E6B770; top:10px;}

.photo .default {
	width:480px;
	height:360px;
	position:absolute;
	background:url(images/gallery/monitor.jpg);
	left:244px;
	top:10px;
	border:1px solid #E6B770;
	visibility: visible;
}


http://www.cssplay.co.uk/css/css_play.css
