/* 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. */
/*body {
	background-color: #1d1e21;
	padding: 50px;
}*/
.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: 936px;
	height: 207px;

	/*do not change these */
	display: block;
	overflow: hidden;
	padding: 0;  /* if you need padding, do so with an inner div (or implement your own box-model hack) */
}
.kwicks.horizontal li {
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-right: 5px; /*Set to same as spacing option. */	
	float: left;
}
.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. */	
}

#automoviles { 
	background-color: #e20025;
}
#accidentes {
	background-color: #393939;
}
.kwicks.horizontal #accidentes {
	margin-right: none; /* cancel margin on last kiwck (if you set a margin above) */
}
.kwicks.vertical #accidentes {
	margin-bottom: none; /* cancel margin on last kiwck (if you set a margin above) */
}


.kwicks{
	width: 956px;
	height: 207px;
	overflow: hidden;	
}
li#automoviles, li#accidentes{
	float: left;
	position: absolute;
	z-index: 100;
}
#automoviles{
	left: 0;
}
#accidentes{
	left: 931px;
	width: 944px;
}
.kwicks li a.toggle{
	position: absolute;
	width: 24px;
	height: 207px;
	display: block;
	z-index: 9999;
	background: url(../img/pixel.gif) repeat;
}
#automoviles a{
	top: 0;
	right: 0;
}
#accidentes a{
	top: 0;
	left: 0;
}

