/*
CSS file created with:Instantblueprint - Create a web project framework in seconds.
http://instantblueprint.com
Project: Cinegraphi Dog
File: css/style.css
Last edited: March 28, 2013, 8:32 am
*/

/*  Main  */
body {
 background:#000;
 color:#FFF;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}

#wrapper {
 margin:100px auto;
 width:602px;
 height: 402px;
}

h1{
	margin:1em 1em 2em 1em;
}

.cine{
	width:600px;
	overflow:hidden;
	position:relative;
	top:-401px;
}

.cine ul li{
	position:absolute;
	top:0;
	left:0;
	/*overflow:hidden;*/
}

.cine ul li.active{
	position:relative;
	display:block;
}

.outer {
	height: 402px;
	border: 1px white solid;
	vertical-align:middle;
}