/* CSS Document */

body {
	background: #222;
}

.container
{
background-image:url(images/background.jpg);
background-color:#222;
width:450px;
height:400px;
position:absolute;
margin-left:0px;
margin-top:0px;
z-index:0;
}

.previous
{
position:absolute;
left:308px;
top:365px;
z-index:1;
}

.next
{
position:absolute;
left:370px;
top:365px;
z-index:1;
}

.close
{
position:absolute;
left:370px;
top:375px;
z-index:1;
}

.images
{
background-color:#000;
width:400px;
height:300px;
position:absolute;
left:25px;
top:50px;
z-index:2;
}
