/* ================================================================ 
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/lightbox3.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/* common styling */
/* set up the overall width of the menu div and the margins with a relative position*/
#mainmovies {
font-family: verdana, arial, sans-serif; 
width:570px;
height:445px;
margin:0 auto; 
position:relative;
top: 35px;
border: 1px solid #CCC;
background-color: #EEE;
z-index:1;

}


/* clear the link floats at the end of each line so that IE gets it right */
span.clr {display:block; clear:both; width:0; height:0; font-size:0; line-height:1px;}


/* make the sub menu ul li the full width with padding and border. */


/* style the initial image size 100px x 75px no border and 5pixel padding */
#mainmovies a img {
width:100px; height:75px;
border:0; margin:5px;
}

/* style the size, background color, border and margin of the submenu links */
#mainmovies a, #mainmovies a:active, #mainmovies a:focus {
float:left;
width:110px;
height:85px;
background:#eee;
border:1px solid #888;
margin:1px;
}
/* style position of the links on hover */
#mainmovies a:hover {
position:relative;
text-decoration: none;
}


/* style the 2x size image on hover with an absolute position to place it centrally over the original image */
#mainmovies a:hover img {
width:200px; height:150px;
position:absolute;
left:-50px; top:-38px;
border:0;
border:1px solid #888;
padding:5px;
background:#ccc;
z-index: 2;
}

#mainmovies .legendfilm {
	position: absolute;
	top: 310px;
	left: 0px;
	height: 120px;
	visibility: hidden;
	padding: 0 20px;
	background-color: #eee;
}

