/* This css file serves as a template for styling your kwicks.  Feel free to modify, but please make note of the comments - some of them are important. */

.kwicks {
	/* recommended styles for kwicks ul container */
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}
.kwicks li{
	/* these are required, but the values are up to you (must be pixel) */
	width: 58px;
	height: 260px; 
	margin-left:0px !important;
	/*do not change these */
	display: block;
	overflow: hidden; text-indent:0 !important;
	padding: 0;  /* if you need padding, do so with an inner div (or implement your own box-model hack) */
}
.kwicks li:before {content:"" !important;}
.kwicks.horizontal li {
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin:0 2px 0 0; /*Set to same as spacing option. */	
	float: left;
}

.kwicks.horizontal li a { position:relative; height:260px; display:block; z-index:1; }
.kwicks.horizontal li a em{ background:url(/img/poster.png) no-repeat -2px top; display:block; height:260px; width:185px; position:absolute; top:0; left:0; z-index:9999; }
.kwicks.horizontal li a:hover em{ background:transparent; display:block; height:260px; z-index:5;}

/* html .kwicks.horizontal li a em{ display:none; }
* html .kwicks.horizontal li a:hover em{ display:none; }*/

.kwicks.vertical li{
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-bottom: 5px; /*Set to same as spacing option. */	
}
.kwicks li.noposter{background:#333 url('/img/noposter.gif') no-repeat center;  }

.kwicks li a span {display:none;}